aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0989-89/+89
* Simplify waiting for url when getting configHarald Musum2023-09-182-34/+17
* Simplify, since path and file config types cannot have a default valueHarald Musum2023-09-142-31/+4
* Remove dead code only used by unit testHarald Musum2023-09-141-29/+0
* Handle optional path separatelyHarald Musum2023-09-111-3/+5
* Support optional path in ConfigDefinition and ConfigDefinitionBuilderHarald Musum2023-09-082-0/+39
* Support optional 'path' config typeHarald Musum2023-09-071-1/+19
* Another overflowjonmv2023-07-071-3/+2
* Only log connection attempt when we have an invalid connectionHarald Musum2023-03-091-2/+2
* Log at level INFO when application is not loadedHarald Musum2023-03-061-0/+4
* Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-253-262/+31
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* Rethrow exception when building config if file reference does not existHarald Musum2023-01-132-2/+18
* Revert "Revert "Add an eof object that can be sent to the Q to wake up the on...Henning Baldersheim2022-12-231-5/+40
* Revert "Add an eof object that can be sent to the Q to wake up the ones waiti...Henning Baldersheim2022-12-211-40/+5
* Add an eof object that can be sent to the Q to wake up the ones waiting for c...Henning Baldersheim2022-12-201-5/+40
* Check when last warning was logged for all error typesHarald Musum2022-12-011-21/+14
* Don't resolve serversideJon Bratseth2022-11-091-8/+11
* Tolerate attempts to resolve multiple timesJon Bratseth2022-11-081-3/+5
* Move file handling down into FileSourcejonmv2022-11-014-21/+31
* Cleanup, no effective changesjonmv2022-11-013-9/+3
* No real changesjonmv2022-11-019-48/+25
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-273-11/+15
* Send model pathsJon Bratseth2022-09-171-7/+4
* Revert "Merge pull request #23910 from vespa-engine/revert-23907-bratseth/mod...Jon Bratseth2022-09-021-4/+6
* Revert "Cleanup, more tests and separate resolved from not"Arnstein Ressem2022-09-021-6/+4
* Cleanup, more tests and separate resolved from notJon Bratseth2022-09-021-4/+6
* Attempt to resolve when invalid will make it validJon Bratseth2022-09-011-1/+1
* Add testJon Bratseth2022-09-011-3/+1
* Add 'model' config typeJon Bratseth2022-08-314-193/+118
* Remove temporary testJon Bratseth2022-08-282-2/+27
* Use package name instead of general namespacejonmv2022-08-251-9/+18
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-126-12/+19
* Deprecate ConfigGetterHarald Musum2022-07-071-1/+2
* switch expressions save lines, and keywordsAndreas Eriksen2022-06-161-14/+8
* Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-142-12/+6
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+0
* Remove on Vespa 8Jon Bratseth2022-06-082-23/+1
* Remove on Vespa 8Jon Bratseth2022-06-081-9/+4
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-0818-79/+11
* Remove SlimeFormat::encode() on InputStream, 2. tryHÃ¥kon Hallingstad2022-06-081-7/+0
* Only donload url config on containers - not config serverLester Solbakken2022-05-202-4/+10
* Make sure we only add config with updated generation to subscription queueHarald Musum2022-04-192-13/+14
* Revert "Revert "Warn if config changes without generation changing""Harald Musum2022-04-193-5/+17
* Revert "Warn if config changes without generation changing"Harald Musum2022-04-193-17/+5
* Warn if config updated without generation updatedHarald Musum2022-04-193-6/+17
* Unexpected config change: Lower log level and add explanationHarald Musum2022-04-131-2/+3
* Synchronize when polling config response queueHarald Musum2022-04-081-1/+1
* No functional changesJon Bratseth2022-03-252-319/+188
* Merge pull request #21645 from vespa-engine/mpolden/check-major-version-compatHarald Musum2022-03-111-20/+23
|\