aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use Jetty v9.4.8Bjørn Christian Seime2017-12-081-1/+1
| | | | | Upgrade to newest Jetty and add support for empty HTTP header values. Release notes Jetty: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00114.html
* Add missing elements to container-dependency-versions pom.gjoranv2017-12-061-27/+46
| | | | + Homologate the common elements for the two parent poms.
* Move all deps using properties from container-dep-versions upgjoranv2017-12-011-0/+53
| | | | | | | | | | .. from parent to container-dep-versions. - The aim was to have only deps provided runtime from jdisc in container-dep-versions, but this is not possible because factorylib reads the text in parent/pom.xml (and now container-dep-versions/pom.xml) to build a pom model used to bootstrap the maven cache on factory. Hence all deps using properties declared in a pom also have to reside in the same pom.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+369
| | | | | | - 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-369/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+369
| | | | | | - 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-369/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+369
- Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.