aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove deps to http-utils and add vespajlib where necessary."gjoranv2021-10-211-0/+5
| | | | This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove deps to http-utils and add vespajlib where necessary.gjoranv2021-09-301-5/+0
|
* Exclude protobufJon Bratseth2021-09-131-0/+4
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-20/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+20
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-20/+6
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+20
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-20/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+20
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-20/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+20
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-20/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+20
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-20/+6
|
* Add dependency from simplemetrics.gjoranv2021-04-131-0/+4
|
* Merge pull request #17380 from vespa-engine/gjoranv/merge-di-into-core_2gjoranv2021-04-131-26/+0
|\ | | | | Gjoranv/merge di into core 2 [run-systemtest]
| * Remove all dependencies to container-digjoranv2021-04-121-5/+0
| |
| * Remove duplicate test deps.gjoranv2021-04-121-10/+0
| |
| * Remove unnecessary plugin configuration.gjoranv2021-04-121-11/+0
| |
* | Add HTTP/2 support to jdiscBjørn Christian Seime2021-04-121-7/+8
|/
* Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""Bjørn Christian Seime2021-04-121-8/+7
|
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-121-7/+8
|
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-091-8/+7
|
* Use httpclient5 in SimpleHttpClientBjørn Christian Seime2021-04-091-0/+11
|
* JettyMockRequestBuilder instead of Mockito in unit testsBjørn Christian Seime2021-04-091-5/+0
|
* Remove duplicate dependency (already inherited from jdisc_jetty)Bjørn Christian Seime2021-04-091-5/+0
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-1/+32
|
* Package component and container-core as jar, not container-plugin.gjoranv2021-04-021-6/+1
| | | | | - component is now embedded in container-disc, and container-core always was.
* Remove all dependencies to container-digjoranv2021-04-021-5/+0
|
* Remove duplicate test deps.gjoranv2021-04-021-10/+0
|
* Remove unnecessary plugin configuration.gjoranv2021-04-021-11/+0
|
* Copy plugin configuration from jdisc_http_service.gjoranv2021-03-231-0/+16
| | | | - Copy bouncycastle deps to target/deps
* Add necessary test deps from jdisc_http_service.gjoranv2021-03-231-6/+36
| | | | - org.bouncycastle:bcpkix-jdk15on could be skipped
* Add dependencies required by jdisc_http_servicegjoranv2021-03-231-0/+11
| | | | | - vespalog is exported by the container-disc bundle , and hence declared in compile scope.
* Explicitly add dependencies used by this module.gjoranv2021-03-231-0/+23
|
* Rearrange deps, no functional changes.gjoranv2021-03-231-54/+54
|
* Remove the container-core-config module.gjoranv2021-03-231-6/+0
|
* Introduce simplified Rest API builder (for replacing Jax-rs ressources)Bjørn Christian Seime2021-03-191-0/+10
|
* Replace dep to processing with container-di, which was previouslygjoranv2021-02-171-2/+2
| | | | pulled in transitively (via processing).
* Use the required deps from provided-dependencies directly.gjoranv2021-02-171-6/+12
|
* Rearrange deps, no functional changes.gjoranv2021-02-171-76/+79
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-0/+1
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-1/+0
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-0/+1
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Move access log definition to separate moduleBjørn Christian Seime2021-01-111-0/+6
| | | | | Config defintion must be embedded into container-core as the generated Java config class uses package 'com.yahoo.container.core'.
* Revert "Revert "Merge container-accesslogging into jdisc_http_service""Bjørn Christian Seime2021-01-111-5/+0
|
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-111-0/+5
|
* Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-111-5/+0
|
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-111-6/+0
|