summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Allow 'discPreinstallBundle' per module, not in parent.gjoranv2020-07-171-1/+2
| | | | - New Vespa bundles should not preinstall other bundles from disk.
* Move Zone API to separate bundleBjørn Christian Seime2020-06-101-0/+7
|
* Don't embed Jackson bundlesBjørn Christian Seime2019-11-261-0/+17
|
* Workaround for container-core dependencies disappearing from container-discBjørn Christian Seime2019-11-261-0/+12
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-231-0/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module""Harald Musum2019-10-221-1/+0
|
* Revert "Revert "Reapply "move ZooKeeperServer to another module"""Harald Musum2019-10-221-0/+1
|
* Revert "Reapply "move ZooKeeperServer to another module""Håkon Hallingstad2019-10-221-1/+0
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module""""Harald Musum2019-10-211-0/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-211-1/+0
|
* Make zookeeper-server a preinstalled bundleHarald Musum2019-10-201-0/+1
|
* Search over protobuf + jrtOlli Virtanen2019-03-191-11/+0
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-6/+0
|
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-0/+6
|
* Remove httpclient dependency.gjoranv2019-01-211-6/+0
| | | | | - Should probably have been cleaned up when code was moved to vespa-athenz.
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-1/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Move BouncyCastle preinstall declaration to container-discBjørn Christian Seime2019-01-211-0/+4
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-1/+0
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Install config model APIJon Bratseth2018-11-261-0/+1
|
* Revert "Exclude tensorflow when depending on searchlib"Henning Baldersheim2018-11-231-4/+0
|
* Merge pull request #7752 from ↵Henning Baldersheim2018-11-231-0/+4
|\ | | | | | | | | vespa-engine/hmusum/exclude-tensorflow-from-searchlib-dependency Exclude tensorflow when depending on searchlib
| * Exclude tensorflow when depending on searchlibHarald Musum2018-11-231-0/+4
| |
* | Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
|/ | | | | | | 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.
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-191-0/+1
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-191-1/+0
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-171-0/+1
|
* Use correct version for jackson-databind preinstall jar. (#7015)gjoranv2018-09-191-1/+1
|
* PreinstallJon Bratseth2018-08-281-0/+1
|
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+1
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-1/+0
|
* Changed typoHenrik2018-07-111-1/+1
|
* Add GUIHandler to Configmodel and add bundle runtimeHenrik2018-07-101-0/+1
|
* Remove duplicate dependency version properties.gjoranv2018-06-111-9/+0
| | | | - See container-dependency-versions instead.
* Make jdisc-security-filters a pre-install requirement of jdiscBjørn Christian Seime2018-04-091-0/+1
|
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-5/+0
|
* Merge pull request #5094 from vespa-engine/mortent/reapply-ckms-2Bjørn Christian Seime2018-02-221-0/+1
|\ | | | | refactor athenz id provider and add SIA provider
| * add vespa-athenz to preinstalled bundlesMorten Tokle2018-02-221-0/+1
| |
* | Remove JacksonJaxrsResolverHook and the BundleActivator.gjoranv2018-02-211-1/+0
|/ | | | | - Their only purpose was to ensure corresponding versions of jackson and jersey. We now only use jersey2.
* 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.
* Add jackson-datatype-jsr310 to preinstall listBjørn Christian Seime2017-11-221-1/+2
|
* Add token refresh to AthenzIdentityProvider implementationBjørn Christian Seime2017-11-061-0/+6
| | | | | | Includes logic for retry: exponential backoff for instance registration, linear backoff for credential updates. Moved instance registration + credentials update logic to new class AthenzCredentialsService.