summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Felix 6.0.2gjoranv2019-02-041-1/+1
| | | | https://github.com/apache/felix/blob/trunk/framework/doc/changelog.txt
* Revert "Upgrade to Felix 6.0.2"Harald Musum2019-02-041-1/+1
|
* Upgrade to Felix 6.0.2gjoranv2019-02-041-1/+1
| | | | https://github.com/apache/felix/blob/trunk/framework/doc/changelog.txt
* Do not provide commons-codec at build time.gjoranv2019-01-211-5/+0
| | | | | - We effectively stopped providing it runtime since https://github.com/vespa-engine/vespa/pull/7696
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-12/+0
|
* Remove done TODO and add comments on why we need jaxb deps.gjoranv2019-01-211-2/+5
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-1/+1
|
* Upgrade guava to 20.gjoranv2019-01-211-1/+1
| | | | | | | | | | - guava 21.0 removes apis used by curator/zookeeper (and hadoop). We could embed the older version in zkfacade bundle, but it requires more pom maintenance. Also, upgrading beyond 23 will require changes in OsgiUtil, causing a non-resolvable conflict in orchestrator unit tests which will then require old and new guava at the same time. (This can probably be solved by moving application based unit tests to container-integration-test.)
* Upgrade Felix to 6.0.1gjoranv2019-01-211-1/+1
| | | | - Exclude artifact that is not needed nor provided runtime.
* Upgrade Jetty to 9.4.14Bjørn Christian Seime2018-11-191-1/+1
|
* Update jackson to 2.8.11 and jackson-databind to 2.8.11.2gjoranv2018-09-191-2/+3
| | | | | - jackson-databind:2.8.11.2 includes a fix for a deserialization vulnerability.
* Revert "Revert "Upgrade Jetty to version 9.4.12""Henning Baldersheim2018-09-041-1/+1
|
* Revert "Upgrade Jetty to version 9.4.12"Harald Musum2018-09-041-1/+1
|
* Upgrade Jetty to version 9.4.12Bjørn Christian Seime2018-09-041-1/+1
| | | | Announcement: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00124.html
* Downgrade Jetty to 9.4.10Bjørn Christian Seime2018-08-231-1/+1
|
* Upgrade Jetty to version 9.4.12.RC2Bjørn Christian Seime2018-08-221-1/+1
|
* Revert "Revert "Upgrade Jetty to version 9.4.11""Henning Baldersheim2018-08-101-1/+1
|
* Revert "Upgrade Jetty to version 9.4.11"Henning Baldersheim2018-08-101-1/+1
|
* Upgrade Jetty to version 9.4.11Bjørn Christian Seime2018-08-091-1/+1
|
* Use the guava version from container-dep-versions everywhere.gjoranv2018-07-191-0/+6
|
* Use apache.httpcomponents 4.4.1gjoranv2018-07-181-2/+4
| | | | | - Use separate version properties, as they have separate release cycles.
* Upgrade apache httpclient to 4.4.gjoranv2018-07-181-2/+2
|
* Add jaxb-core and jaxb-impl dependencies and export their packages.gjoranv2018-07-101-1/+1
| | | | - Needed for Jersey (2.23, and most likely also later versions)
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-271-4/+5
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-261-5/+4
|
* Merge pull request #6272 from vespa-engine/ovirtanen/remove-scala-from-pomsOlli Virtanen2018-06-261-8/+0
|\ | | | | Remove Scala remnants from Maven build files
| * Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-8/+0
| |
* | Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-4/+5
| | | | | | | | | | | | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* | Revert "Gjoranv/java9 prep 12"gjoranv2018-06-251-5/+4
| |
* | Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-4/+5
|/ | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Merge pull request #6197 from vespa-engine/gjoranv/felix-5.6.10Bjørn Christian Seime2018-06-141-1/+1
|\ | | | | Upgrade felix to 5.6.10
| * Upgrade felix to 5.6.10gjoranv2018-06-131-1/+1
| |
* | Upgrade Jersey to 2.25 and Jackson to 2.8.4gjoranv2018-06-111-4/+5
|/
* Revert "Upgrade Jersey to 2.25 and Jackson to 2.8.4"gjoranv2018-06-111-5/+4
|
* Upgrade Jersey to 2.25 and Jackson to 2.8.4gjoranv2018-06-111-4/+5
|
* Upgrade Felix to 5.4.0gjoranv2018-06-081-1/+1
|
* Revert "Upgrade felix to 5.2.0"gjoranv2018-05-311-1/+1
|
* Upgrade felix to 5.2.0gjoranv2018-05-311-1/+1
|
* Upgrade to latest jetty.gjoranv2018-05-241-1/+1
| | | | | - No longer requires aries.spifly. - Uses latest asm internally.
* Java 9: Add dependency management for jaxb api artifacts.gjoranv2018-05-141-2/+21
| | | | - These apis are no longer available out of the box from the SDK.
* Java 9: Add jaxb-api dependency and remove some package referencesgjoranv2018-05-021-0/+6
| | | | | | | - javax.xml classes are moved to module java.xml.ws ("which is not in the module graph") - The cert-k test bundle referenced a lot of packages that are moved to other modules, but are unlikely to be used.
* Upgrade felix to 5.0.1.gjoranv2018-05-021-1/+1
|
* Upgrade felix from 4.4 to 4.6gjoranv2018-04-271-1/+1
|
* Upgrade to Felix 4.4gjoranv2018-04-241-1/+1
|
* Upgrade to latest 2.11 with minimal Java 9 support.gjoranv2018-04-191-1/+1
|
* Revert "Revert "Use Jetty 9.4.9""Henning Baldersheim2018-04-181-1/+1
|
* Revert "Use Jetty 9.4.9"Arnstein Ressem2018-04-171-1/+1
|
* Use Jetty 9.4.9Bjørn Christian Seime2018-04-171-1/+1
| | | | Release notes: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00117.html
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-0/+11
|
* Add dependency management for scala-library.gjoranv2018-01-161-0/+8
| | | | | - All users with 'application' based unit tests must use the version of scala-library that vespa is built with.