summaryrefslogtreecommitdiffstats
path: root/http-utils/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Convert http-utils to junit5Bjørn Christian Seime2022-07-271-2/+7
|
* Modules are no longer dependency of JDK8 based clientsBjørn Christian Seime2022-07-121-4/+0
|
* Revert "Modules are no longer dependency of JDK8 based clients"Harald Musum2022-07-121-0/+4
|
* Modules are no longer dependency of JDK8 based clientsBjørn Christian Seime2022-07-121-4/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* unify java warningsArne H Juul2022-01-061-5/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-11/+1
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Revert "Remove the http-utils module (now embedded in vespajlib)"gjoranv2021-10-211-0/+91
| | | | This reverts commit 7963cb974fdc63ae529b0c0895ea4ccc339b6a53.
* Remove the http-utils module (now embedded in vespajlib)gjoranv2021-09-301-91/+0
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-5/+4
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-4/+5
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-5/+4
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-4/+5
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-5/+4
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-4/+5
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-5/+4
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-4/+5
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-5/+4
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-4/+5
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-5/+4
|
* Exclude sl4j-api as compile scope dependencyBjørn Christian Seime2020-11-251-0/+11
|
* Revert "Revert "Bjorncs/config convergence checker preps""Bjørn Christian Seime2020-11-251-0/+5
|
* Revert "Bjorncs/config convergence checker preps"Arnstein Ressem2020-11-251-5/+0
|
* Implement Vespa http client builder for Apache http async client 5Bjørn Christian Seime2020-11-241-0/+5
|
* Stick to junit for simple test.Henning Baldersheim2020-08-111-5/+0
|
* Build http-utils with jdk8 and remove reflection hackBjørn Christian Seime2019-12-021-0/+29
|
* Add 'http-utils' module with VespaHttpClientBuilderBjørn Christian Seime2019-04-081-0/+52
| | | | | | | - Move VespaHttpClientBuilder source code from 'security-utils' to 'http-utils'. - Improve configuration of connection manager. - Add static factory for client builder with BasicHttpClientConnectionManager. - Simplify implementations of ConnectionManagerFactory by improving its interface.
* Revert "Bjorncs/http utils"Håkon Hallingstad2019-04-081-52/+0
|
* Add 'http-utils' module with VespaHttpClientBuilderBjørn Christian Seime2019-04-051-0/+52
- Move VespaHttpClientBuilder source code from 'security-utils' to 'http-utils'. - Improve configuration of connection manager. - Add static factory for client builder with BasicHttpClientConnectionManager. - Simplify implementations of ConnectionManagerFactory by improving its interface.