summaryrefslogtreecommitdiffstats
path: root/parent
Commit message (Collapse)AuthorAgeFilesLines
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+18
| | | | | | | | | | | | | + 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-0/+6
| | | | | - Not leaked from any public apis. - Must be added to container-test for unit tests with application
* Remove jersey related dependencies from parent poms and enforcers.gjoranv2022-06-081-20/+0
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-1/+5
|
* Move guava exclusions to parent dependencyManagementgjoranv2022-06-081-0/+27
| | | | | - Does not affect user projects, and saves us from duplicating the exclusions.
* Upgrade findbugs:jsr305 and stop providing from container-devgjoranv2022-06-081-0/+6
| | | | - Version is linked to guava version (see guava-parent)
* Build for JDK 17gjoranv2022-06-081-1/+1
|
* 1.10.14 => 1.10.54Henning Baldersheim2022-05-281-1/+1
|
* Add warning comments to sync cloud-tenant-base-deps-enforcergjoranv2022-05-131-3/+3
|
* Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-111-0/+5
| | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Add simple integration test for ExportPackagesgjoranv2022-05-081-0/+6
| | | | - Add plugin management for failsafe-plugin
* Bump to recent jnaHenning Baldersheim2022-04-281-1/+1
|
* Merge branch 'master' into hmusum/upgrade-curatorHarald Musum2022-04-251-7/+15
|\
| * Add version management for maven-archiver in parent.gjoranv2022-04-221-0/+6
| |
| * Upgrade maven dependencies and plugins.gjoranv2022-04-221-7/+9
| |
* | Upgrade Curator to 5.2.1Harald Musum2022-04-221-1/+1
|/
* JDK 17: Upgrade maven-shade-plugin to 3.3.0gjoranv2022-04-211-1/+1
|
* Use a property for eclipse-collections version.gjoranv2022-04-191-2/+3
| | | | - Works with 'mvn verify -Pcheck-dependency-properties'
* Update eclipse-collections from 9.2.0 to 11.0.0Henning Baldersheim2022-04-111-2/+2
|
* Move dependency management to parent, depend on snappy-java for cmd lineHarald Musum2022-04-021-0/+11
|
* Move depManagement for bundles no longer in jdisc down to parent.gjoranv2022-03-311-0/+25
|
* Remove explicit maven-dependency-analyzer dependencygjoranv2022-03-271-8/+0
| | | | - We are now using maven-dependency-plugin:3.2.0
* Remove jdkToolchain, only relevant with maven-toolchains-plugingjoranv2022-03-111-3/+0
|
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-0/+24
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* Bump xercesImpl from 2.12.1 to 2.12.2 in /parentdependabot[bot]2022-01-271-1/+1
| | | | | | | | | | | Bumps xercesImpl from 2.12.1 to 2.12.2. --- updated-dependencies: - dependency-name: xerces:xercesImpl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* update icu4j to latest stable versionArne H Juul2022-01-171-1/+1
| | | | | | | | * note: this adds support for newer Unicode versions, so will give changed collation for text that use characters that are newly added. For example, Unicode 14 adds three glyphs U+9FFD, U+9FFE, and U+9FFF requested by the Macao Special Administrative Region: https://appsrv.cse.cuhk.edu.hk/~irg/irg/irg53/IRGN2430R.pdf
* drop redundant javadoc generationArne H Juul2022-01-111-7/+0
|
* Upgrade minor version of icu4j.gjoranv2022-01-111-1/+1
| | | | - Upgrading major beyond 57 breaks container-search:SortingTestCase
* Upgrade hdrhistogram to latest (2.1.12)gjoranv2022-01-101-1/+1
|
* Add version property for hdrhistogram.gjoranv2022-01-101-1/+2
|
* Use latest version protonbuf-java on major version 3. 3.16.1 -> 3.19.2Henning Baldersheim2022-01-091-1/+1
|
* Merge pull request #20712 from ↵Jon Bratseth2022-01-091-1/+1
|\ | | | | | | | | vespa-engine/dependabot/maven/parent/com.google.protobuf-protobuf-java-3.16.1 Bump protobuf-java from 3.11.4 to 3.16.1 in /parent
| * Bump protobuf-java from 3.11.4 to 3.16.1 in /parentdependabot[bot]2022-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.11.4...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | no need to suppress "varargs" or "options" warnings anymoreArne H Juul2022-01-081-2/+0
|/
* cosmetic fixArne H Juul2022-01-061-1/+1
|
* Upgrade junit 4 from 4.12 to 4.13.2Henning Baldersheim2021-12-211-1/+1
|
* Merge pull request #20589 from ↵Jon Marius Venstad2021-12-201-6/+1
|\ | | | | | | | | vespa-engine/jonmv/reapply-replace-optimaize-with-open-nlp Jonmv/reapply replace optimaize with open nlp
| * Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-201-6/+1
| | | | | | | | | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* | Bump xerces from 2.12.0(2018) to 2.12.1(2021)Henning Baldersheim2021-12-201-1/+1
|/
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-1/+6
|
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-6/+1
|
* Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-1/+1
| | | | Remove tokens that are empty in lexer definition
* Upgrade Apache http client to 5.1.2Bjørn Christian Seime2021-12-131-1/+1
|
* Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-1/+6
|
* Merge pull request #20142 from vespa-engine/hmusum/use-zookeeper-client-3.7.0Harald Musum2021-11-231-1/+1
|\ | | | | Upgrade to ZooKeeper client 3.7.0 [run-systemtest]
| * Upgrade to ZooKeeper client 3.7.0Harald Musum2021-11-221-1/+1
| |
* | Revert "antlr4 4.5 -> 4.9.3"Henning Baldersheim2021-11-221-1/+1
|/
* Upgrade gson to 2.8.9Harald Musum2021-11-191-0/+1
|
* antlr4 4.5 -> 4.9.3Henning Baldersheim2021-11-181-1/+1
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-0/+1
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.