aboutsummaryrefslogtreecommitdiffstats
path: root/jaxrs_client_utils
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Bjorncs/config convergence checker preps""Bjørn Christian Seime2020-11-252-0/+5
|
* Revert "Bjorncs/config convergence checker preps"Arnstein Ressem2020-11-252-5/+0
|
* Deprecate VespaClientBuilderFactory + VespaJerseyJaxRsClientFactoryBjørn Christian Seime2020-11-242-0/+5
|
* Revert "Bjorncs/rewrite config convergence checker client"Jon Marius Venstad2020-11-102-5/+0
|
* Deprecate VespaClientBuilderFactory + VespaJerseyJaxRsClientFactoryBjørn Christian Seime2020-11-092-0/+5
|
* Revert "Bjorncs/rewrite config convergence checker client"Harald Musum2020-11-092-5/+0
|
* Deprecate VespaClientBuilderFactory + VespaJerseyJaxRsClientFactoryBjørn Christian Seime2020-11-092-0/+5
|
* Revert "Bjorncs/rewrite config convergence checker client"Jon Marius Venstad2020-11-072-5/+0
|
* Deprecate VespaClientBuilderFactory + VespaJerseyJaxRsClientFactoryBjørn Christian Seime2020-11-062-0/+5
|
* Fail if factory is already closedBjørn Christian Seime2020-11-051-0/+4
|
* Add uri to log and exception messageHarald Musum2020-09-301-5/+4
|
* Minor unification of tests.Henning Baldersheim2020-08-122-9/+7
|
* Block config logging from known Jersey suspectsBjørn Christian Seime2020-07-071-5/+12
| | | | | | Config log level is enabled by default in Vespa, while it's not in Java logging API. This results in a lot of unintentional noise from 3rd party libraries in our Vespa log.
* 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
|