summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/di/ConfigRetriever.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Ensure that components configs are usedgjoranv2022-01-141-1/+15
| | | | | .. even if the subscriber got a newer generation than the bootstrap subscriber for some reason.
* Inline getConfigsOptional()gjoranv2022-01-141-6/+0
|
* Re-introduce the resetting of component subscriber after bootstrapgjoranv2021-10-151-1/+10
| | | | | - Otherwise, components from a changed bundle with unchanged configs would get the class of the previous config generation.
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-151-45/+42
| | | | This reverts commit 868c29b272eb7773d5c4515cb33640a44074d05a.
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-141-42/+45
|
* Simplify and improve config retrieval.gjoranv2021-10-131-34/+27
| | | | | | | | | | | | | - Retrive bootstrap snapshot first when the system is in the stable state. When bootstrap is newer than components, retrieve the new components generation. This avoids getting exceptions from the config system when a component that takes a config with missing default value has been removed. - Do not close set up empty component subscriber after bootstrap, should be unnecessary as it's always done when component config keys are changed. - Declare getConfigsOnce private. - Improve debug logging
* Improve debug logging.gjoranv2021-10-131-4/+5
|
* minor: rearrange fields.gjoranv2021-10-081-1/+2
|
* Improve debugging of CloudSubscriber by adding a name.gjoranv2021-10-081-3/+4
|
* Simplify by taking a SubscriberFactory instead of a Function.gjoranv2021-10-081-7/+7
|
* Add more debug log for config generations.gjoranv2021-10-081-1/+1
|
* Improve commentgjoranv2021-10-081-1/+2
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-5/+5
|
* Add java source from container-di.gjoranv2021-04-121-0/+185
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-185/+0
|
* Add java source from container-di.gjoranv2021-04-021-0/+185