aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Jackson 2.14"Henning Baldersheim2022-11-141-2/+2
|
* Jackson 2.14Henning Baldersheim2022-11-121-2/+2
|
* Upgrade jackson-databind to 2.13.4.2gjoranv2022-10-261-1/+1
|
* Bump jackson2 to 2.13.4 to avoid woodstox-core 6.2.7Henning Baldersheim2022-09-221-1/+1
|
* Upgrade org.json:json to '20220320'Bjørn Christian Seime2022-07-291-1/+0
|
* Move servlet-api to vespa-3party-bundles and update TODOsBjørn Christian Seime2022-06-081-2/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-1/+1
|
* Remove fixed TODOgjoranv2022-06-081-2/+0
|
* Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-081-11/+0
| | | | | | | - Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-17/+0
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Stop providing org.lz4:lz4-java and exporting net.jpountz packagesgjoranv2022-06-081-6/+0
| | | | | - Not leaked from any public apis. - Must be added to container-test for unit tests with application
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-081-5/+0
| | | | (only provided build time, not runtime)
* Stop providing guice.assistedinject, not used by vespa or tenants.gjoranv2022-06-081-5/+0
| | | | | - Artifact: com.google.inject.extensions:guice-assistedinject - Package that was exported: com.google.inject.assistedinject
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-15/+0
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* Remove jersey related dependencies from parent poms and enforcers.gjoranv2022-06-081-92/+9
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-5/+0
|
* Remove javax.annotation-api as provided dependency.gjoranv2022-06-081-6/+0
| | | | .. and from jdisc_core
* Move exclusions from container-dep-versions to container-devgjoranv2022-06-081-17/+0
| | | | | - The exclusions in container-dep-versions would affect users that explicitly depend on guava.
* Upgrade findbugs:jsr305 and stop providing from container-devgjoranv2022-06-081-8/+0
| | | | - Version is linked to guava version (see guava-parent)
* Remove guice-multibindings, which is now empty and included ingjoranv2022-06-081-5/+0
| | | | .. the main guice artifact.
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-2/+19
|
* Do not add exclusions in container-dep-versionsgjoranv2022-05-301-10/+0
|
* Exclude jakarta.activation-api and jakarta.xml.bind-api from ↵Henning Baldersheim2022-05-281-0/+10
| | | | jackson-jaxrs-json-provider
* Revert "Revert "Require jackson2-2.12.6.1""Henning Baldersheim2022-05-281-1/+1
|
* Revert "Require jackson2-2.12.6.1"Harald Musum2022-05-261-1/+1
|
* Skip directly to 2.13.3Henning Baldersheim2022-05-261-1/+1
|
* Require jackson2-2.12.6.1Henning Baldersheim2022-05-251-1/+1
|
* Upgrade Jetty to 9.4.46Bjørn Christian Seime2022-04-081-1/+1
|
* Merge pull request #21908 from ↵Harald Musum2022-04-011-0/+6
|\ | | | | | | | | vespa-engine/revert-21906-aressem/revert-back-to-centos7 Use CentOS Stream 8 when releasing to open source
| * More fixes and workarounds for making the publish to Nexus work with RHEL 8 ↵Arnstein Ressem2022-04-011-0/+6
| | | | | | | | and JDK 17.
* | Move depManagement for bundles no longer in jdisc down to parent.gjoranv2022-03-311-26/+0
| |
* | Fix messy comment.gjoranv2022-03-311-1/+1
|/
* Revert "Remove jersey proxy client [run-systemtest]"Håkon Hallingstad2022-03-291-1/+1
|
* Fix messy comment.gjoranv2022-03-291-1/+1
|
* Add Vespa 8 ToDos to clean up dep management.gjoranv2022-03-291-2/+4
|
* Remove jersey-media-* and related bundles.gjoranv2022-03-281-2/+2
|
* Revert "Remove jersey media bundles 2 [run-systemtest]"Jon Marius Venstad2022-03-271-2/+2
|
* Remove jersey-media-* and related bundles.gjoranv2022-03-251-2/+2
|
* Revert "Remove jersey-media-* and related bundles [run-systemtest]"gjoranv2022-03-231-2/+2
|
* Remove jersey-media-* and related bundles.gjoranv2022-03-201-2/+2
|
* Upgrade Jetty to 9.4.45Bjørn Christian Seime2022-02-161-1/+1
|
* Upgrade jackson 2.12.1 -> 2.12.6Henning Baldersheim2021-12-191-1/+1
|
* Add warning about slf4j version in hosted:vespa.tenant:basegjoranv2021-10-281-1/+1
|
* Use felix 7.0.1gjoranv2021-10-261-1/+1
| | | | - Implement new ServiceReference method.
* Upgrade lz4, slf4j and versions-maven-plugingjoranv2021-10-261-3/+3
|
* Remove TODO to upgrade felix.log.gjoranv2021-10-261-1/+1
| | | | - The new api looks less convenient, and the gain from upgrading is unclear.
* Revert "Upgrade lz4, slf4j and versions-maven-plugin [run-systemtest]"Arnstein Ressem2021-10-251-3/+3
|
* Merge pull request #19715 from vespa-engine/upgrade-misc-container-depsgjoranv2021-10-251-3/+3
|\ | | | | Upgrade lz4, slf4j and versions-maven-plugin [run-systemtest]
| * Upgrade lz4, slf4j and versions-maven-plugingjoranv2021-10-251-3/+3
| |
| * Remove TODO to upgrade felix.log.gjoranv2021-10-221-1/+1
| | | | | | | | - The new api looks less convenient, and the gain from upgrading is unclear.