summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-231-222/+0
| | | | - It has been merged into container-core.
* Re-enable junit4 testsBjørn Christian Seime2021-02-091-0/+5
| | | | Junit4 tests have been accidentally disabled since junit5 tests were added to this module.
* Write connection log entry directly to output streamBjørn Christian Seime2021-01-251-0/+5
|
* Revert "Revert "Access log optimizations [run-systemtest]""Bjørn Christian Seime2021-01-221-0/+6
|
* Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-6/+0
|
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-0/+6
| | | | | | | Keep AccessLogEntry as interface for adding extra information in handlers, but use the new RequestLogEntry for access log serialization. Introduce new interface RequestLog that AccessLog class implements (to simplify unit testing). Rename AccessLogInterface to RequestLogHandler. Remove unused class AccessLogSampler.
* Add initial connection log integration with JettyBjørn Christian Seime2021-01-141-0/+6
|
* 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-3/+9
|
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-111-9/+3
|
* Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-111-3/+9
|
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-021-0/+6
|
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-021-6/+0
|
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-011-0/+6
|
* Upgrade Jetty to 9.4.35Bjørn Christian Seime2020-11-241-0/+1
| | | | Jetty-util-ajax is a new bundle that is used by the new version of jetty-servlet bundle
* Allow 'discPreinstallBundle' per module, not in parent.gjoranv2020-07-171-0/+1
| | | | - New Vespa bundles should not preinstall other bundles from disk.
* Disable jdisc debug logging for all unit tests (by default)Bjørn Christian Seime2020-05-201-12/+0
|
* Disable debug logging in jdisc_http_service unit testsBjørn Christian Seime2020-05-191-0/+12
| | | | Reduces surefire output from ~160MB to ~1MB.
* Support proxy protocol for https connectorsBjørn Christian Seime2020-03-091-0/+6
|
* Remove use of apache commons libraries in jdisc_http_serviceBjørn Christian Seime2020-01-031-5/+0
|
* Add health check proxy support to jdisc connectorsBjørn Christian Seime2019-08-151-5/+7
| | | | | | | | Add connector configuration that will transform the connector to a health check proxy for to a different connector, e.g proxying http -> https. This is a required feature to support http-only load balancer health checks when the container is intended to be running in a https-only environment.
* Replace use of testng with junitBjørn Christian Seime2019-04-291-34/+0
|
* Include junit to work around mockito issueBjørn Christian Seime2019-04-291-0/+5
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Move BouncyCastle preinstall declaration to vespajlibBjørn Christian Seime2019-01-211-12/+5
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-191-1/+1
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-191-1/+1
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-171-1/+1
|
* Use new ssl config to setup ssl on connectorBjørn Christian Seime2018-09-121-6/+6
|
* Sort dependencies on scopeBjørn Christian Seime2018-09-121-53/+50
| | | | - Also remove dependency on Jetbrains annotations artifact
* Remove aries.spifly and asm-debug-all.gjoranv2018-06-061-3/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."Harald Musum2018-05-251-0/+3
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-3/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."gjoranv2018-05-241-0/+3
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-3/+0
| | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly should not be necessary, and pulls in asm-debug-all
* Copy bouncycastle dependenciesBjørn Christian Seime2018-03-071-0/+16
|
* Make BouncyCastle a pre-install requirement of jdisc_http_serviceBjørn Christian Seime2018-03-071-2/+4
|
* 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.
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-0/+10
|
* Set commons-lang3 to test scope, only used in a unit test.gjoranv2017-09-061-0/+1
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-09-011-4/+0
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-301-0/+4
|