aboutsummaryrefslogtreecommitdiffstats
path: root/http-utils
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add notes in README for modules that must be built with JDK 8gjoranv2021-10-291-0/+2
|
* Update 2020 Oath copyrights.gjoranv2021-10-279-9/+9
|
* Update 2019 Oath copyrights.gjoranv2021-10-273-3/+3
|
* Update copyright notices.Tor Egge2021-10-255-5/+5
|
* Revert "Remove the http-utils module (now embedded in vespajlib)"gjoranv2021-10-2118-0/+1166
| | | | This reverts commit 7963cb974fdc63ae529b0c0895ea4ccc339b6a53.
* Remove the http-utils module (now embedded in vespajlib)gjoranv2021-09-3018-1166/+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
|
* Make VespaHttpClitBuilders more customizableJon Marius Venstad2021-04-092-5/+24
|
* Allow 'https' in schemeBjørn Christian Seime2021-04-091-4/+2
|
* See what reveal what it is unhappy with.Henning Baldersheim2021-04-091-1/+1
|
* Rename, remove unused, non-functionalJon Marius Venstad2021-03-251-1/+0
|
* Add test for route plannerJon Marius Venstad2021-03-231-0/+59
|
* Add builder for synchronous hc5 clientsJon Marius Venstad2021-03-233-30/+115
|
* Move retry sub package under hc4 as wellJon Marius Venstad2021-03-2310-10/+9
|
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-233-3/+4
|
* Remove duplicate headersJon Bratseth2021-03-181-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-1/+2
|
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-102-6/+7
| | | | These types are often accidentally imported, and the JDK8 replacement is typically a one-liner.
* Use a single, shared TlsContext instanceBjørn Christian Seime2021-01-142-2/+2
| | | | | The configuration is based on environment variables, which are effectively fixed through the life of the JVM instance. This simplifaction removes the need for complex cleanup logic based on manual reference counting and weak references.
* Specify that connection manager is not sharedBjørn Christian Seime2020-11-251-0/+1
|
* 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-252-0/+100
|
* Revert "Bjorncs/config convergence checker preps"Arnstein Ressem2020-11-252-100/+0
|
* Disable request auth handling and automatic redirect handlingBjørn Christian Seime2020-11-241-0/+2
|
* Implement Vespa http client builder for Apache http async client 5Bjørn Christian Seime2020-11-242-0/+98
|
* Stick to junit for simple test.Henning Baldersheim2020-08-112-8/+3
|
* Make Sleeper publicMartin Polden2020-06-041-1/+1
|
* Introduce response level retry strategyBjørn Christian Seime2020-01-272-0/+254
|
* Move functional interfaces to separate files + generifyBjørn Christian Seime2020-01-275-30/+58
|
* Rename 'DelayedHttpRequestRetryHandler' => 'DelayedConnectionLevelRetryHandler'Bjørn Christian Seime2020-01-272-12/+12
|
* Move Sleeper and DelaySupplier to separate filesBjørn Christian Seime2020-01-274-33/+73
|
* Mark as immutableBjørn Christian Seime2020-01-241-0/+3
|
* Add httpclient retry handler with delay retryBjørn Christian Seime2020-01-242-0/+302
|
* Add/corect copyright headersJon Bratseth2020-01-031-1/+2
|
* Build http-utils with jdk8 and remove reflection hackBjørn Christian Seime2019-12-023-2/+32
|
* Allow clients to re-use https connectionsBjørn Christian Seime2019-08-011-0/+4
|
* Rewrite requests from 'http' to 'https' with RoutePlannerBjørn Christian Seime2019-07-192-47/+55
|
* Revert "Simplify mechanism for overriding 'http' -> 'https'"Bjørn Christian Seime2019-07-182-6/+81
|