aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* rename to just "container-onnxruntime"Arne Juul2022-12-021-1/+1
|
* add container-onnxruntime-bundleArne Juul2022-12-021-0/+1
|
* Preinstall javax.servlet-api to standalone-container.gjoranv2022-07-261-0/+1
| | | | | - It's currently needed by vespa-athenz, which is installed in all containers, except metrics-proxy and clustercontroller.
* Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-211-3/+0
|
* Set up more bundles via config-model.gjoranv2022-07-211-0/+9
| | | | | - These 4 bundles are currently required by all container cluster types, including standalone-containers.
* Add reminder for an obvious fact that is still easy to forget.gjoranv2022-07-191-0/+1
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-07-011-0/+4
|
* Revert "Only add search/docproc/feed bundles when required"Bjørn Christian Seime2022-06-301-2/+0
| | | | This reverts commit 5c38080766861504e26b68ee65e9657f0ae40554.
* Revert "Merge pull request #23299 from vespa-engine/bjorncs/bundles"Bjørn Christian Seime2022-06-301-2/+0
| | | | | This reverts commit af26e19c98e74b3417b5c94fe4b394914ba93ac3, reversing changes made to a5fda4e93388be73987f662998518b26b13780c2.
* Specify why certain bundles are requiredBjørn Christian Seime2022-06-301-0/+2
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-06-291-0/+2
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+4
| | | | (no longer provided by jdisc)
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+5
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Do not install vespajlib as a bundle in standalone-container.gjoranv2022-05-081-1/+0
| | | | - Exists both on classpath and embedded in container-disc
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Preinstall model-evaluation bundles in standalone containers.gjoranv2021-07-021-0/+2
| | | | - Configserver needs them because the config-model uses their apis
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
| | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* Minor unification of tests.Henning Baldersheim2020-08-121-5/+0
|
* Allow 'discPreinstallBundle' per module, not in parent.gjoranv2020-07-171-0/+1
| | | | - New Vespa bundles should not preinstall other bundles from disk.
* Remove standalone container activatorBjørn Christian Seime2020-03-091-2/+0
| | | | | The standalone container activator is no longer needed after pre-binding of server sockets was removed.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-011-6/+0
|
* Bind required configsJon Bratseth2018-12-011-0/+6
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-4/+0
|
* Scala code in standalone-container converted to JavaOlli Virtanen2018-05-311-39/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Exclude scala-xml from provided classpathgjoranv2017-09-081-0/+5
| | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-071-5/+0
|
* Exclude scala-xml from provided classpathgjoranv2017-09-071-0/+5
| | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-011-5/+0
| | | | This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
* Exclude scala-xml from provided classpathgjoranv2017-08-311-0/+5
| | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.
* Suppress deprecation warning. Enable warnings-as-errorsBjørn Christian Seime2017-07-201-7/+0
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-131-0/+7
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-7/+0
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-3/+2
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-0/+4
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+2
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* Remove preinstall of vespajlib (now provided from jdisc_core).gjoranv2016-06-161-2/+1
|