summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-5/+0
|
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-15/+0
|
* Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-111-6/+0
| | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Use 'annotations' from jdisc_core, do not embed in container-disc.gjoranv2022-05-081-5/+6
|
* Set vespajlib, vespalog and defaults to scope provided.gjoranv2022-05-081-18/+20
| | | | | | - These artifacts are included on classpath and will be exported via jdisc_core. (vespajlib has actually been embedded in jdisc_core since 2017)
* Remove add-opens for unit tests that were added for NativeIOgjoranv2022-04-071-10/+0
| | | | - NativeIO now just gives a warning when failing init.
* Revert "Merge pull request #20456 from ↵Jon Bratseth2021-12-131-0/+6
| | | | | | | vespa-engine/revert-20439-bratseth/zoneinfo-in-query-profile-context" This reverts commit 2780822f7d1fc66ea2833b2b7aaa2b9cb74f5833, reversing changes made to 8ff6429daf9a695f2fa5d45a8033c75fdadfcfe2.
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-6/+0
|
* Add zone info to query profile contextJon Bratseth2021-12-091-0/+6
|
* Open java.base/java.io to the unnamed modulegjoranv2021-11-041-0/+11
| | | | - used by LogFileHandler via NativeIO
* 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).