summaryrefslogtreecommitdiffstats
path: root/container-dev
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-16/+4
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-4/+16
|
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-16/+4
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-4/+16
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-271-16/+4
| | | | This reverts commit c095cbbf433760100e6d1bf04d88b2f6b1b710e8.
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-261-4/+16
|
* No more org.jsonjonmv2022-10-211-4/+0
|
* Remove outdated exclusionjonmv2022-06-221-4/+0
|
* Move bouncycastle exclusion from container-dev to container.gjoranv2022-06-161-6/+0
| | | | | - Usage is allowed in vespa internal container bundles. We just want to make it invisible to users.
* Remove workaround (from pre 2016) that is no longer needed.gjoranv2022-06-161-7/+0
|
* Embed the core Jetty bundles inside container-coreBjørn Christian Seime2022-06-081-0/+39
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Rename vespa_jersey2 to vespa-3party-bundlesgjoranv2022-06-081-1/+1
|
* Add explicit jrt with bouncycastle exclusion to container-dev.gjoranv2022-06-081-0/+11
| | | | - Ensures bouncycastle not in scope provided for users.
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+16
| | | | (no longer provided by jdisc)
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-4/+8
| | | | | | | | | | | | | + 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.
* Stop providing org.lz4:lz4-java and exporting net.jpountz packagesgjoranv2022-06-081-0/+4
| | | | | - Not leaked from any public apis. - Must be added to container-test for unit tests with application
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-0/+4
|
* Move guava exclusions to parent dependencyManagementgjoranv2022-06-081-22/+0
| | | | | - Does not affect user projects, and saves us from duplicating the exclusions.
* Move exclusions from container-dep-versions to container-devgjoranv2022-06-081-0/+15
| | | | | - The exclusions in container-dep-versions would affect users that explicitly depend on guava.
* Upgrade findbugs:jsr305 and stop providing from container-devgjoranv2022-06-081-0/+7
| | | | - Version is linked to guava version (see guava-parent)
* Implement ArchiveStreamReaderMartin Polden2022-04-041-0/+4
|
* Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-201-4/+0
| | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-0/+4
|
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-4/+0
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-281-0/+1
|
* Exclude protobufJon Bratseth2021-09-131-0/+4
|
* Remove container-jersey2 from container-devgjoranv2021-07-091-5/+0
|
* Move exclusion of jakarta from container-dev to vespa_jersey2gjoranv2021-05-071-12/+0
|
* Exclude jakarta artifacts that conflict or overlapgjoranv2021-05-011-0/+12
| | | | | | | | | | .. with jaxb/javax artifacts. The jakarta bind-api artifact makes user projects that include vespa-http-client-extensions import its version of javax.xml.bind (2.3.2), rather than the version exported from jdisc (2.3). - Note that, contrary to logic, we must also exclude it from container-test to avoid user projects from getting it in scope provided instead of (the correct) test scope.
* Remove all dependencies to simplemetrics.gjoranv2021-04-131-11/+4
|
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-11/+0
|
* Add aircompressor library to vespajlib (for zstd)Bjørn Christian Seime2021-01-071-0/+4
|
* Move Zone API to separate bundleBjørn Christian Seime2020-06-101-0/+5
|
* - Add compile scope in applicatio/pom.xmlHenning Baldersheim2020-04-151-0/+4
| | | | - Exclude in container-dev/pom.xml
* Remove exclude.Henning Baldersheim2020-04-151-4/+0
|
* common -> commonsHenning Baldersheim2020-04-151-1/+1
|
* Hide in container-dev what you use in container-search.Henning Baldersheim2020-04-151-0/+4
|
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-281-0/+4
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-4/+0
|
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-271-0/+4
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Remove unused commons-codecBjørn Christian Seime2020-01-101-8/+0
|
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-0/+8
|
* Remove unused commons-codecBjørn Christian Seime2020-01-091-8/+0
|
* Add health check proxy support to jdisc connectorsBjørn Christian Seime2019-08-151-0/+6
| | | | | | | | Add connector configuration that will transform the connector to a health check proxy for to a different connector, e.g proxying http -> https. This is a required feature to support http-only load balancer health checks when the container is intended to be running in a https-only environment.
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+4
|
* Do not provide commons-codec at build time.gjoranv2019-01-211-0/+8
| | | | | - We effectively stopped providing it runtime since https://github.com/vespa-engine/vespa/pull/7696
* Remove httpclient dependency.gjoranv2019-01-211-5/+0
| | | | | - Should probably have been cleaned up when code was moved to vespa-athenz.
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-0/+1
|