summaryrefslogtreecommitdiffstats
path: root/vespaclient-java
Commit message (Collapse)AuthorAgeFilesLines
...
* Add contructor intended for unit testingBjørn Christian Seime2018-10-181-3/+9
|
* UTF-8 is always supported in JavaBjørn Christian Seime2018-10-181-8/+9
|
* Add '@Override' to all methods that are overridenBjørn Christian Seime2018-10-181-0/+2
|
* Remove dead codeBjørn Christian Seime2018-10-181-39/+1
|
* Add parathensis to make operator precedence explicitBjørn Christian Seime2018-10-152-2/+2
|
* Add --xmloutput to vespa-get + vespa-visitBjørn Christian Seime2018-10-152-3/+25
|
* Nonfunctional changes onlyJon Bratseth2018-10-051-9/+21
|
* fix lost handler metricsArne Juul2018-09-251-1/+1
| | | | | * since all these classes use a shared FeedContext instance we must make sure that nobody ever uses NullFeedMetric (except unit tests & VespaFeeder).
* Set MaxJavaStackTraceDepth to a value legal for all JVM versions.gjoranv2018-07-056-6/+6
| | | | - On JDK 9+, -1 is invalid, and 0 really means zero.
* Fix warningBjørn Christian Seime2018-06-191-1/+1
|
* Use shade plugin instead of assembly.gjoranv2018-06-141-6/+15
| | | | NOTE: the fat jar will no longer be attached to the artifact.
* Set route on send session instead of individual messagesTor Brede Vekterli2018-05-232-17/+4
| | | | | | Session route is "default" unless otherwise specified, which overrides per-message routes. This means that the route parameter has not worked as expected.
* update bootstrapArne Juul2018-05-169-18/+45
|
* update bootstrap section of scriptsArne Juul2018-05-149-0/+81
|
* Use new junit APIJon Bratseth2018-05-042-8/+10
|
* Do not return with exit code 1 if help option is usedHarald Musum2018-03-131-1/+7
|
* Merge pull request #4947 from vespa-engine/gjoranv/add-explicit-document-depBjørn Christian Seime2018-02-071-0/+6
|\ | | | | Add explicit dep on 'document' to get commons-collections
| * Add explicit dep on 'document' to get commons-collectionsgjoranv2018-02-071-0/+6
| | | | | | | | .. which is excluded from container-dev.
* | Make vespa-stat use bucketSpace.Tor Egge2018-02-065-18/+20
| |
* | Simplify by using String.format().Geir Storli2018-02-021-2/+2
| |
* | Define and use fixed bucket spaces in Java code.Geir Storli2018-02-024-6/+10
| |
* | WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-02-013-1/+39
| |
* | Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-02-012-2/+16
| | | | | | | | Command line option for bucket space added to vespavisit binary.
* | Fix JVM options after change in PR 4838Harald Musum2018-01-311-1/+1
| |
* | Specify explicit gc parameters and gc verbosity.Henning Baldersheim2018-01-311-0/+2
| |
* | Revert "Geirst/add bucket space to document api"Harald Musum2018-01-305-55/+3
| |
* | WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-01-293-1/+39
| |
* | Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-01-292-2/+16
|/ | | | Command line option for bucket space added to vespavisit binary.
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-1/+1
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* Continually recompute the timeout given to messagebus.Henning Baldersheim2018-01-241-0/+1
| | | | If used by vespafeeder keep old behavior.
* 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 copyright headerJon Bratseth2017-10-271-0/+1
|
* remove VDS mentionKristian Aune2017-10-051-1/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+12
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-12/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+12
|
* use HostName.getLocalhostArne Juul2017-09-081-11/+3
|
* Add direct deps on jdisc_http_service and vespajlib.gjoranv2017-09-061-0/+11
| | | | | - commons-lang (2+3) are now excluded from container-dev, but are needed by vespajlib and jdisc_http_service respectively.
* Add direct dependency on predicate-search-coregjoranv2017-09-011-1/+6
| | | | | .. to force inclusion of antlr-runtime, which is now excluded from container-dev.
* More precise timeout semantics in Javadoc, deprecate SyncSession default ctorBjørn Christian Seime2017-08-212-2/+2
|
* https does not work with custom domainsJon Bratseth2017-08-111-1/+1
|
* Update doc linksJon Bratseth2017-08-112-2/+2
|
* Remove corp referencesJon Bratseth2017-08-082-2/+2
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-179-18/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Add readme to vespaclient-java moduleBjørn Christian Seime2017-06-161-0/+4
|
* Update copyright headersJon Bratseth2017-06-1448-47/+48
|