aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add url config typeLester Solbakken2018-12-183-21/+77
* Update method comment.gjoranv2018-12-141-2/+2
* Allow non-existent structs, arrays and maps in config payloads.gjoranv2018-12-141-29/+35
* Include stack trace when constructed in log warningBjørn Christian Seime2018-12-041-1/+7
* Prefix warning with Object.toString()Bjørn Christian Seime2018-12-041-1/+1
* Use thread-safe list implementation for 'subscriptionHandles'Bjørn Christian Seime2018-12-041-2/+2
* Use static loggerBjørn Christian Seime2018-12-041-1/+1
* Synchronize access to 'genreration' and 'internalRedeploy' fieldsBjørn Christian Seime2018-12-041-5/+9
* Synchronize access to 'state' fieldBjørn Christian Seime2018-12-041-8/+22
* Warn during finalization if ConfigSubscriber was not closedBjørn Christian Seime2018-12-041-7/+10
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-011-1/+2
* Revert "Support flag for replacing an array when overriding config, part 1"Harald Musum2018-11-091-10/+0
* Support flag for replacing an array when overriding config, part 1Harald Musum2018-11-081-0/+10
* Revert "Supporting clearing config array when overriding config"Harald Musum2018-11-081-13/+0
* Simplify by using a removeArray method, make operation case insensitiveHarald Musum2018-11-051-15/+3
* Supporting clearing config array when ovverriding configHarald Musum2018-11-011-0/+25
* Use full nameHarald Musum2018-10-0329-29/+29
* Remove dead codeJon Bratseth2018-09-191-2/+1
* Enhance array detection to avoid detecting .[document]. as an array.Henning Baldersheim2018-09-121-1/+1
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-233-5/+6
|\
| * Model inference WIPJon Bratseth2018-07-053-5/+6
* | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-052-2/+2
|/
* Merge pull request #6243 from vespa-engine/bratseth/nonfunctional-changes-2gjoranv2018-06-2010-15/+45
|\
| * Nonfunctional changesJon Bratseth2018-06-2010-15/+45
* | Propagate internalRedeploy to the RawConfig instanceJon Bratseth2018-06-202-0/+13
|/
* Remove temporary loggingJon Bratseth2018-06-111-1/+0
* Add temporary loggingJon Bratseth2018-06-111-0/+1
* Propagate internal redeployJon Bratseth2018-06-096-8/+7
* Correct parameter orderJon Bratseth2018-06-081-1/+1
* Explain validation overridesJon Bratseth2018-06-071-2/+2
* Test internalRedepoy persistenceJon Bratseth2018-06-013-3/+3
* Remove printlnJon Bratseth2018-06-011-1/+0
* Test no config when restart on redeployJon Bratseth2018-06-013-5/+7
* Test internalRedeploy propagation in config responsesJon Bratseth2018-06-015-12/+14
* Separate internal redeploys from application package changesJon Bratseth2018-06-0118-111/+220
* Run reconfigurer thread even when restartOnRedeploy is trueJon Bratseth2018-05-301-1/+0
* Catch ReflectiveOperationException instead of subclasses.gjoranv2018-05-031-2/+1
* Replace usage of apis deprecated in Java 9.gjoranv2018-05-022-3/+5
* Java 9: Suppress deprecation warning for finalize()gjoranv2018-05-021-0/+1
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-3/+3
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-3/+3
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-1/+1
* Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
* Add TensorFlow variable converterJon Bratseth2018-03-081-3/+3
* Update generation, but clear config on bad config.Henning Baldersheim2018-03-051-2/+12
* You have already detected a change. No need to test it again.Henning Baldersheim2018-03-051-3/+2
* Revert "Revert "Balder/remove config race""Henning Baldersheim2018-03-0513-146/+136
* Revert "Balder/remove config race"Henning Baldersheim2018-02-1813-136/+146
* Remove unneccessary cast.Henning Baldersheim2018-02-161-3/+3