summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly return '1' rather than '-1' being wrapped to '255'Frode Lundgren2019-10-021-1/+1
|
* Exit with non-zero status upon command line option errorsFrode Lundgren2019-10-021-1/+1
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-092-10/+1
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Update javadoc after changes in https://github.com/vespa-engine/vespa/pull/10483Harald Musum2019-09-043-4/+0
|
* Don't never run testsJon Marius Venstad2019-09-024-18/+3
|
* Handle inherited variants with different dimensionsJon Bratseth2019-08-221-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
|
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
|
* Change wordingJo Kristian Bergum2019-08-091-1/+1
|
* Improve log messages and include response codeJo Kristian Bergum2019-08-091-6/+15
|
* Duration.toSeconds() is only available on Java 9+Bjørn Christian Seime2019-07-261-1/+1
|
* Make 'connection time to live' a configurable parameterBjørn Christian Seime2019-07-263-3/+32
|
* Revert "Adjust connection time to live to be more TLS friendly"Bjørn Christian Seime2019-07-261-1/+1
|
* Reduce connection time to live to 1 minuteBjørn Christian Seime2019-07-261-1/+1
|
* Adjust connection time to live to be more TLS friendlyBjørn Christian Seime2019-07-251-1/+1
|
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-196-22/+95
| | | | | | | | Use setters for directly assigning ssl context and hostname validator to client builder. This ensures that all connection settings applied to the builder are actual used to construct the client. Previously, the connection settings for timeout and total connections were ignored if ssl was configured.
* Revert "Add Vespa TLS support to vespa-http-client"Bjørn Christian Seime2019-07-185-116/+21
| | | | This reverts commit 4ed7063aa9a5c3d961231484178945ed3ecef441.
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-175-21/+116
| | | | | | | | Use setters for directly assigning ssl context and hostname validator to client builder. This ensures that all connection settings applied to the builder are actual used to construct the client. Previously, the connection settings for timeout and total connections were ignored if ssl was configured.
* Remove printlnJon Bratseth2019-07-051-1/+0
|
* Block 1 ms, not 100 ms between cyclesJon Bratseth2019-07-036-30/+59
|
* Nonfunctional changes onlyJon Bratseth2019-07-032-10/+14
|
* Nonfunctional changes onlyJon Bratseth2019-07-031-52/+30
|
* Nonfunctional changes onlyJon Bratseth2019-07-033-87/+67
|
* better tests, not allow both host/endpointKristian Aune2019-05-132-19/+18
|
* Add endpoint parameterKristian Aune2019-05-103-12/+73
| | | | - and allow building an endpoint from URL
* Allow client to pass custom operationIdHarshil Shukla2019-04-302-8/+7
|
* Allow client to pass custom operationIdHarshil Shukla2019-04-302-4/+32
|
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-2/+1
|
* Don't import deprecated classesJon Bratseth2019-04-262-7/+5
|
* Revert "Merge pull request #9192 from ↵Jon Bratseth2019-04-2614-42/+69
| | | | | | | vespa-engine/revert-9190-bratseth/deprecate-httclient-session-take-2" This reverts commit 27556c9d444c4dca0aca017867c37f4a12a74845, reversing changes made to c864dcc1ac77737cf0ea186936add644f30cb364.
* Revert "Bratseth/deprecate httclient session take 2"Henning Baldersheim2019-04-2614-69/+42
|
* Don't import deprecated classJon Bratseth2019-04-251-2/+1
|
* Revert "Merge pull request #9188 from ↵Jon Bratseth2019-04-2514-40/+68
| | | | | | | vespa-engine/revert-9183-bratseth/deprecate-httpclient-session" This reverts commit a21f0b780458f792dc7e30c134d917fa60d72d02, reversing changes made to 59effeb20e153dd4c00eaf071f288d19b15d455d.
* Revert "Bratseth/deprecate httpclient session"Harald Musum2019-04-2514-68/+40
|
* Deprecate Session and SessionFactoryJon Bratseth2019-04-2514-40/+68
| | | | | | These API's are not mentioned in the doc, are not needed given the FeedClient and SycFeedClient API's, and I haven't encountered any usage in the wild for a long time.
* Improve JavadocJon Bratseth2019-04-251-36/+46
|
* Only command line has a default of 4, programatic usage has a default of 1.Henning Baldersheim2019-04-111-1/+1
|
* Let default be 4 for command line invocation.Henning Baldersheim2019-04-113-3/+3
|
* Test --numPersistentConnectionsPerEndpoint argument.Henning Baldersheim2019-04-111-1/+3
|
* Merge pull request #9008 from vespa-engine/jobergum/reduce-connections-defaultHenning Baldersheim2019-04-104-5/+4
|\ | | | | Change default persisted connections down to 1
| * Change default persisted connections down to 1Jo Kristian Bergum2019-04-044-5/+4
| |
* | Remove duplicate declarationJon Bratseth2019-04-101-12/+5
|/
* Avoid duplicationJon Bratseth2019-03-291-12/+0
|
* Add explanationJon Bratseth2019-03-291-0/+1
|
* Client-side modules should be compilable with jdk8Jon Bratseth2019-03-293-6/+45
|
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-2318-610/+190
| | | | This reverts commit 9379e425712abe71fcd2f406c139baf25a017108.
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-2218-190/+610
|
* Correct commons lang dependency scope to testJon Bratseth2019-03-221-4/+0
|
* Correct commons lang dependency scope to testJon Bratseth2019-03-221-5/+6
|
* Correct hamcrest dependency scope to testJon Bratseth2019-03-221-5/+5
|