summaryrefslogtreecommitdiffstats
path: root/http-utils/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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.