summaryrefslogtreecommitdiffstats
path: root/http-utils
Commit message (Collapse)AuthorAgeFilesLines
* Set socket timeout when intendedjonmv2023-12-191-6/+6
|
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-233-3/+3
|
* Update copyrightJon Bratseth2023-10-0921-22/+23
|
* Revert "Merge pull request #25776 from ↵jonmv2023-01-301-0/+1
| | | | | | | vespa-engine/jonmv/revert-private-endpoints" This reverts commit 350b36dd88baef7548c0066b01ea1e328eb78f3f, reversing changes made to 8a006bc9ca202713ec54c7961a9256790c87d10d.
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-1/+0
| | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* Merge pull request #25770 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-271-0/+1
|\ | | | | Jonmv/private endpoints
| * Move container status.html check as welljonmv2023-01-271-0/+1
| |
* | Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-261-15/+61
| |
* | Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-262-0/+2
| |
* | Resolve implicit port from original URIBjørn Christian Seime2023-01-261-4/+3
| |
* | Minor code cleanup.Henning Baldersheim2023-01-262-7/+5
| |
* | Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-263-68/+22
|/
* More consistent naming of set/build methodsHenning Baldersheim2023-01-251-11/+14
|
* VespaHttpClientBuilder follow builder pattern and add connect and socket ↵Henning Baldersheim2023-01-251-14/+57
| | | | timeout to builder.
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-252-7/+7
|
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-096-21/+140
|
* Revert "Ensure that HTTPS clients only use allowed ciphers and protocol ↵Andreas Eriksen2023-01-066-140/+21
| | | | versions" (#25436)
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-066-21/+140
|
* Convert http-utils to junit5Bjørn Christian Seime2022-07-275-32/+37
|
* 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
|
* Update module descriptionBjørn Christian Seime2022-06-091-1/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Revert "Merge pull request #22393 from ↵jonmv2022-05-031-3/+6
| | | | | | | vespa-engine/revert-22386-jonmv/remove-last-controller-jersey-client" This reverts commit 04898b34190a3e3bb9d3053e11eb892bc48ff842, reversing changes made to 3a757528a0a978d44cb1bd9aae28b567c477d139.
* Revert "Merge pull request #22394 from ↵jonmv2022-05-031-0/+49
| | | | | | | vespa-engine/revert-22374-jonmv/remove-last-controller-jersey-client" This reverts commit e046ae79779261b09f85bcf4c04c906b83075775, reversing changes made to d2066c0a0c04e2aa2ada12a5c85f5eae9ff65b02.
* Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-021-49/+0
|
* Revert "Remove another HTTP client wrapper"Harald Musum2022-05-021-6/+3
|
* Add status code to ResponseExceptionjonmv2022-05-021-6/+2
|
* Another utility methodjonmv2022-05-021-2/+9
|
* Add DefaultHttpClientBuidler for easy SSLContextjonmv2022-05-021-0/+49
|
* 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
|