summaryrefslogtreecommitdiffstats
path: root/container-dev
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-24/+0
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Exclude jna from container-devHenning Baldersheim2018-09-261-0/+4
|
* Rename (#6543)Jon Bratseth2018-08-101-1/+1
|
* Revert "Revert "Depend on model-inference"" (#6540)Jon Bratseth2018-08-101-0/+5
|
* Revert "Depend on model-inference"Henning Baldersheim2018-08-091-5/+0
|
* Depend on model-inferenceJon Bratseth2018-08-091-0/+5
|
* Exclude langauge-detector from container-devgjoranv2018-07-241-0/+4
| | | | | .. and add it to the test classpath for application. - This is to prepare for an external PR to add language detection.
* Explicitly exclude opennlp from indexinglanguagegjoranv2018-07-191-6/+13
| | | | .. and add it to application for the test classpath.
* Do not expose opennlp in the maven dependency graph.gjoranv2018-07-191-0/+4
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-21/+0
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-06-061-4/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."Harald Musum2018-05-251-0/+4
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-4/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."gjoranv2018-05-241-0/+4
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-4/+0
| | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly should not be necessary, and pulls in asm-debug-all
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-18/+0
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-0/+24
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-24/+0
|
* Don't leak the TensorFlow dependencyJon Bratseth2017-12-141-0/+24
|
* 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.
* Move commons-logging version to parent pom.gjoranv2017-11-081-3/+0
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Use BouncyCastle directly instead through athenz-auth-coreBjørn Christian Seime2017-10-241-2/+6
|
* Exclude internal dependenciesMorten Tokle2017-10-231-0/+8
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-0/+10
|
* Exclude scala-library from provided classpath.gjoranv2017-09-191-0/+12
| | | | | - Still available in test classpath, as application has a compile scope dep.
* Exclude com.ibu.icu:icu4j from provided classpath.gjoranv2017-09-191-0/+4
|
* Exclude xerces:xercesImpl from provided classpath.gjoranv2017-09-181-0/+4
|