aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
Commit message (Collapse)AuthorAgeFilesLines
...
* Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-081-0/+8
| | | | | | | - 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
* Stop providing org.lz4:lz4-java and exporting net.jpountz packagesgjoranv2022-06-081-0/+5
| | | | | - Not leaked from any public apis. - Must be added to container-test for unit tests with application
* Add org.json to container-testBjørn Christian Seime2022-06-081-0/+6
|
* Use hc5 in metrics handlersjonmv2022-05-311-4/+0
|
* Add jna to container-testHenning Baldersheim2022-04-281-0/+4
|
* Implement ArchiveStreamReaderMartin Polden2022-04-041-0/+5
|
* Exclude bnd artifacts from container-testBjørn Christian Seime2022-01-111-0/+4
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-281-0/+1
|
* Move exclusion of jakarta from container-dev to vespa_jersey2gjoranv2021-05-071-6/+6
|
* Exclude jakarta artifacts that conflict or overlapgjoranv2021-05-011-0/+12
| | | | | | | | | | .. with jaxb/javax artifacts. The jakarta bind-api artifact makes user projects that include vespa-http-client-extensions import its version of javax.xml.bind (2.3.2), rather than the version exported from jdisc (2.3). - Note that, contrary to logic, we must also exclude it from container-test to avoid user projects from getting it in scope provided instead of (the correct) test scope.
* Revert "Revert "Use a PipedStream to process metrics as they flow in ↵Henning Baldersheim2021-04-081-0/+6
| | | | asynchronously.""
* Revert "Use a PipedStream to process metrics as they flow in asynchronously."Henning Baldersheim2021-04-081-6/+0
|
* Exclude org.apache.httpcomponents.client5:httpclient5Henning Baldersheim2021-04-081-0/+6
|
* Add aircompressor library to vespajlib (for zstd)Bjørn Christian Seime2021-01-071-1/+5
|
* Remove test deps that were necessary when using jdisc_http_filtersgjoranv2020-09-251-23/+0
|
* Remove use of commons-collections from documentBjørn Christian Seime2020-01-101-4/+0
| | | | Also remove the library from parent pom as no other module is using it.
* Remove commons-configuration from parent pom and container-testBjørn Christian Seime2020-01-101-4/+0
|
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-0/+8
|
* Remove use of commons-collections from documentBjørn Christian Seime2020-01-091-4/+0
| | | | Also remove the library from parent pom as no other module is using it.
* Remove commons-configuration from parent pom and container-testBjørn Christian Seime2020-01-091-4/+0
|
* Revert "Revert "Bjorncs/apache commons libraries cleanup""Bjørn Christian Seime2020-01-081-4/+0
|
* Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-081-0/+4
|
* Remove commons-lang from parent pomBjørn Christian Seime2020-01-071-4/+0
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-1/+1
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-9/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - 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-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - 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-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add copyright headerJon Bratseth2017-10-271-1/+2
|
* Use BouncyCastle directly instead through athenz-auth-coreBjørn Christian Seime2017-10-241-3/+1
|
* Use packaging 'jar'gjoranv2017-10-161-1/+1
| | | | .. so that users don't have to explicitly declare dependency type.
* Add test dependencies that have been removed as provided deps.gjoranv2017-10-131-2/+17
|
* Add new artifact container-test.gjoranv2017-10-133-0/+107
- To be used by 3rd party projects in scope 'test'.