aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
Commit message (Collapse)AuthorAgeFilesLines
* Reapply "Lesters/add local llms 2"Lester Solbakken2024-04-161-0/+10
| | | | This reverts commit ed62b750494822cc67a328390178754512baf032.
* Revert "Lesters/add local llms 2"Harald Musum2024-04-151-10/+0
|
* Reapply "Lesters/add local llms"Lester Solbakken2024-04-151-0/+10
| | | | This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
* Revert "Lesters/add local llms"Lester Solbakken2024-04-151-10/+0
|
* Add local LLM client and wire in container-llamaLester Solbakken2024-04-101-0/+10
|
* commons-exec is no longer needed.Henning Baldersheim2024-01-111-4/+0
|
* add back aircompressorArne Juul2023-10-271-0/+4
|
* switch to io.airlift:aircompressorArne Juul2023-10-261-5/+0
|
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Use Guice 6.0Bjørn Christian Seime2023-09-041-0/+5
| | | | | | 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.
* Add container-test to test classpathgjoranv2023-07-121-2/+8
| | | | - Not sure if it's needed, but ensured unchanged test cp
* Avoid pulling large aQute.bndlib just for parsing Import-Package in manifestHenning Baldersheim2023-01-271-4/+0
|
* Exclude all org.slf4j artifacts from jetty in container-test.gjoranv2023-01-231-0/+72
| | | | | | | - For unknown reasons, user projects using a base pom could get slf4j-api in compile scope when the test scoped dep from container-test was nearer the dep tree root than the provided scoped dep from 'container' (via container-dev and jdisc_core).
* Upgrade Jetty from 9.4.49 to 11.0.13Bjørn Christian Seime2023-01-131-4/+16
|
* Remove all dependencies to io.airlift:aircompressorgjoranv2023-01-031-5/+0
| | | | - Replaced by vespa/airlift-zstd
* Move airlift-zstd from provided to test scope for users.gjoranv2023-01-031-0/+5
|
* Move microsoft.onnxruntime from provided to test scope.gjoranv2022-12-141-0/+4
|
* Go back to parsing Import-Package with bndlib for nowHenning Baldersheim2022-11-291-0/+4
|
* Revert "Revert "Use a simple tokenizer and replace the larger than ↵Henning Baldersheim2022-11-281-4/+0
| | | | container-search [run-systemtest]""
* Revert "Use a simple tokenizer and replace the larger than container-search ↵Henning Baldersheim2022-11-281-0/+4
| | | | [run-systemtest]"
* Merge pull request #25013 from vespa-engine/balder/avoid-biz-aQute-2Henning Baldersheim2022-11-281-4/+0
|\ | | | | Use a simple tokenizer and replace the larger than container-search [run-systemtest]
| * Use a simple tokenizer and replace the larger than container-search ↵Henning Baldersheim2022-11-281-4/+0
| | | | | | | | biz.aQute.bndlib
* | Move ArchiveStreamReader and its large dependency from vespajlib to ↵Henning Baldersheim2022-11-261-5/+0
|/ | | | | | application-model. This avoids it being pulled in to the config-model-fat that make the install larger than necessary.
* zero-allocation-hashing dependency managementJon Bratseth2022-11-211-0/+4
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-021-16/+4
| | | | This reverts commit f1bc428759b3b1ef6a17b5dad79d237f5f2f7dbf.
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-011-4/+16
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-16/+4
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-4/+16
|
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-16/+4
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-4/+16
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-271-16/+4
| | | | This reverts commit c095cbbf433760100e6d1bf04d88b2f6b1b710e8.
* Merge pull request #24565 from vespa-engine/bjorncs/jettyBjørn Christian Seime2022-10-271-4/+16
|\ | | | | Upgrade Jetty from 9.4.49 to 11.0.12 [run-systemtest]
| * Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-261-4/+16
| |
* | Merge pull request #24597 from vespa-engine/jonmv/restore-json-deps-test-scopeHenning Baldersheim2022-10-261-1/+1
|\ \ | |/ |/| Add more TODO removals
| * Add more TODO removalsjonmv2022-10-261-1/+1
| |
* | Remove explicit compile scopeJon Marius Venstad2022-10-261-1/+0
|/
* org.json just on test classpathjonmv2022-10-261-1/+1
|
* Revert "No more org.json"jonmv2022-10-261-0/+6
| | | | This reverts commit 282c257829f1104170421cb1a1bf25deb31cac71.
* No more org.jsonjonmv2022-10-211-6/+0
|
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-2/+2
| | | | Migrate to artifact names used by 1.71+
* Remove test dep to jackson-dataformat-xmlgjoranv2022-09-291-16/+0
|
* Improve container-test READMEgjoranv2022-06-231-4/+10
|
* Reorder and add a comment to describe by bouncycastle is re-declared in ↵jonmv2022-06-221-4/+6
| | | | container-test
* Ensure bouncycastle is not in provided scope; work around Maven dep.res. bugjonmv2022-06-221-0/+8
|
* Exclude vespajlib from application dependency in container-testjonmv2022-06-221-0/+4
|
* Merge pull request #23133 from vespa-engine/move-bouncycastle-exclusionBjørn Christian Seime2022-06-221-8/+0
|\ | | | | Move bouncycastle exclusion
| * Remove unnecessary deps to security-utils, now included in container-devgjoranv2022-06-161-8/+0
| |
* | Exclude guava from airlift in container-test, so we get the one from containerjonmv2022-06-211-0/+5
|/
* Embed the core Jetty bundles inside container-coreBjørn Christian Seime2022-06-081-0/+39
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|