aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
Commit message (Collapse)AuthorAgeFilesLines
* Remove commons-logging from container-devBjørn Christian Seime2023-12-081-5/+0
| | | | | We do not provide commons-logging, only slf4j bindings through jcl-over-slf4j. The bindings is what available at runtime through jdisc_core.
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Merge pull request #28370 from vespa-engine/renovate/major-guice.vespa.versionHenning Baldersheim2023-09-041-6/+0
|\ | | | | Update dependency com.google.inject:guice to v7
| * Use Guice 6.0Bjørn Christian Seime2023-09-041-6/+0
| | | | | | | | | | | | https://github.com/google/guice/wiki/Guice600 We cannot upgrade to 7.x as we export javax.inject from container. 6.x supports both the old javax.inject and the new jakarta.inject replacement.
* | Remove xml-apis as it's part of Java standard libraryBjørn Christian Seime2023-09-041-5/+0
|/
* jaxb are many components with different versioning.Henning Baldersheim2023-08-311-3/+3
|
* Revert "Revert "Remove oss release workaround.""Arnstein Ressem2023-07-281-52/+0
|
* Revert "Remove oss release workaround."Arnstein Ressem2023-07-281-0/+52
|
* Applied patchArnstein Ressem2023-07-281-52/+0
|
* Remove unintended 'vespa.version' prefix for versions from open source ↵gjoranv2023-07-261-2/+2
| | | | release script.
* Add version property for commons-logginggjoranv2023-07-241-2/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-24/+24
|
* Create new 'dependency-versions' pom modulegjoranv2023-07-241-19/+7
| | | | | - To be used as parent for all other poms, to ensure that the same versions of dependencies are used everywhere.
* Revert "New parent pom"Arnstein Ressem2023-07-211-31/+43
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-24/+24
|
* Create new 'dependency-versions' pom modulegjoranv2023-07-191-19/+7
| | | | | - To be used as parent for all other poms, to ensure that the same versions of dependencies are used everywhere.
* Upgrade guava to 32.1.1gjoranv2023-07-101-1/+1
|
* Jackson 2.15.2Henning Baldersheim2023-06-161-2/+2
|
* Bump jackson from 2.14.2 to 2.15.0Henning Baldersheim2023-05-031-2/+2
|
* Fresh jackson 2.14.2Henning Baldersheim2023-02-281-2/+2
|
* Deduplicate versionsBjørn Christian Seime2023-02-161-0/+7
|
* 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