summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use BouncyCastle directly instead through athenz-auth-coreBjørn Christian Seime2017-10-241-18/+3
|
* Exclude unwanted dependencies from athenz-auth-coreBjørn Christian Seime2017-10-241-0/+15
|
* Add Athenz identity provider and configurationMorten Tokle2017-10-201-0/+11
|
* Remove unused java persistence implementation.Tor Egge2017-10-091-1/+0
|
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-6/+0
|
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-0/+6
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* Preinstall zkfacadeJon Bratseth2017-06-301-0/+1
|
* Upgrade exec-maven-plugin to 1.6.0Bjørn Christian Seime2017-06-201-1/+0
|
* Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-0/+1
|
* Upgrade exec-maven-plugin to 1.6.0Bjørn Christian Seime2017-06-201-1/+0
|
* 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
|
* Upgrade jersey to 2.23.2 (latest).gjoranv2016-10-111-6/+9
|
* Upgrade Jersey to 2.18gjoranv2016-10-101-2/+2
|
* Upgrade jersey to 2.16gjoranv2016-10-071-2/+5
| | | | | - include new jersey-entity-filtering feature jar. https://jersey.java.net/documentation/latest/entity-filtering.html
* Upgrade jersey to 2.14.gjoranv2016-10-071-4/+9
|
* Fix typo in depHarald Musum2016-10-061-1/+1
|
* Set correct versions for jersey dep jars.gjoranv2016-10-061-4/+4
|
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-11/+0
|
* Many modules wanted to copile with 1.5 in intellij.Henning Baldersheim2016-09-051-0/+15
| | | | Here are all that complained when trying to run tests in config-model.
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Merge pull request #138 from yahoo/arnej/copy-sigterm-catcher-to-yoleanArne H Juul2016-06-211-1/+0
|\ | | | | Arnej/copy sigterm catcher to yolean
| * Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+0
| | | | | | | | | | | | | | | | | | - 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.
* | Revert "Install searchlib as a bundle"gjoranv2016-06-211-5/+3
|/
* Install searchlib as a bundlegjoranv2016-06-211-3/+5
| | | | | | | | | | | .. instead of embedding into the container-disc bundle * Add searchlib as a direct dependency of container-dev, as it was until now pulled in via container-search * Remove invalid exclusions of searchlib - it's not pulled in transitively anymore, as it's been set to provided scope in container-search and container-disc
* Revert "Install searchlib as a bundle"gjoranv2016-06-201-5/+3
|
* Install searchlib as a bundlegjoranv2016-06-171-3/+5
| | | | .. instead of embedding into the container-disc bundle
* Provide vespajlib from jdisc_core instead of container-discgjoranv2016-06-161-0/+1
| | | | - To allow using vespajlib from jdisc_core.
* PublishJon Bratseth2016-06-151-0/+230