aboutsummaryrefslogtreecommitdiffstats
path: root/jaxrs_client_utils
Commit message (Collapse)AuthorAgeFilesLines
* Fix HK2 service reification failureHåkon Hallingstad2020-03-191-0/+10
|
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|
* Filter out unwanted log messages from Jersey client.gjoranv2019-11-121-0/+24
|
* Revert "Filter out unwanted log messages from Jersey client."gjoranv2019-11-121-26/+0
|
* Filter out unwanted log messages from Jersey client.gjoranv2019-11-111-0/+26
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-6/+6
|
* Add VespaJerseyJaxRsClientFactory that is based on VespaClientBuilderFactoryBjørn Christian Seime2019-07-251-0/+55
|
* Add factory for Vespa TLS enabled JAX-RS client buildersBjørn Christian Seime2019-07-153-0/+89
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Add just 503 to the retry conditionJon Marius Venstad2019-01-111-2/+2
|
* Retry WebApplicationExceptions as wellJon Marius Venstad2019-01-111-3/+5
|
* ThreadLocalRandom is recommended over Random in multithreaded environments, ↵Håkon Hallingstad2018-12-201-4/+2
| | | | try 2
* Remove unused importHåkon Hallingstad2018-11-021-1/+0
|
* Wrap CC HTTP failures in 409Håkon Hallingstad2018-11-012-2/+4
|
* Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4""""Håkon Hallingstad2018-11-019-44/+151
|
* Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4"""Håkon Hallingstad2018-11-019-151/+44
|
* Revert "Revert "Enforce CC timeouts in Orchestrator [4]""Håkon Hallingstad2018-11-019-44/+151
|
* Revert "Enforce CC timeouts in Orchestrator [4]"Harald Musum2018-10-319-151/+44
|
* Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2""""Håkon Hallingstad2018-10-309-44/+151
|
* Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2"""Håkon Hallingstad2018-10-309-151/+44
|
* Make RetryingJaxRsStrategy/JaxRsClientFactory backwards compatible for ↵Håkon Hallingstad2018-10-291-1/+1
| | | | ConfigserverClientImpl in vespa-yahoo
* Revert "Revert "Enforce CC timeouts in Orchestrator 2""Håkon Hallingstad2018-10-299-44/+151
|
* Revert "Enforce CC timeouts in Orchestrator 2"Håkon Hallingstad2018-10-299-151/+44
|
* Fixes after review roundHåkon Hallingstad2018-10-263-8/+8
|
* Enforce CC timeouts in Orchestrator 2Håkon Hallingstad2018-10-239-44/+151
|
* Re-use Jersey clientMartin Polden2018-09-271-31/+27
|
* Avoid set-node-state retryHåkon Hallingstad2018-06-143-14/+36
| | | | | | | | | | | | | Today, the Orchestrator will call each cluster controller twice, e.g. indices 1, 2, 0, 1, 2, 0, if each time out. This is unnecessary. The minimum number of calls is 2: - Either the first CC is up and will redirect to master if necessary, or - the second is up and will redirect to master if necessary, or - the third won't have quorum. This PR changes the current strategy to call all CCs once, e.g. indices 1, 2, and 0.
* Allow specifying hostname verifierBjørn Christian Seime2017-12-151-5/+11
|
* Temporarily disable hostname validationBjørn Christian Seime2017-12-131-1/+1
|
* Allow custom SSLContext and user agentBjørn Christian Seime2017-12-111-2/+25
|
* 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.
* Add scheme parameter to jax-rs clientBjørn Christian Seime2017-11-218-18/+27
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Pick hosts randomized in RetryingJaxRsStrategyHåkon Hallingstad2017-10-121-2/+6
|
* Update copyright headersJon Bratseth2017-06-1411-11/+11
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1411-11/+11
|
* Update copyright headersJon Bratseth2017-06-1411-11/+11
|
* Revert "Copyright header"Jon Bratseth2017-06-1311-11/+11
|
* Copyright headerJon Bratseth2017-06-1311-11/+11
|
* Change log level and improve log messageHarald Musum2016-11-161-1/+3
| | | | | * No need to print 100 lines of stack trace and log as info as requests towards services that might not be up (yet) occurs frequently
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-0/+4
|
* Use Github username as authorBjørn Christian Seime2016-06-285-5/+5
|
* Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Change hakon to hakonhallHåkon Hallingstad2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-1514-0/+723