summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/di/CloudSubscriber.java
Commit message (Collapse)AuthorAgeFilesLines
* GC redundant commaHenning Baldersheim2022-11-111-1/+1
|
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-111-2/+11
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-3/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Throw exception if a config instance is null or missing.gjoranv2021-11-091-1/+8
|
* Remove comment that has been invalid since code was rewritten.gjoranv2021-11-091-5/+0
|
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-151-0/+99
| | | | This reverts commit 868c29b272eb7773d5c4515cb33640a44074d05a.
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-141-99/+0
|
* Allow exceptions from the config system to propagate up.gjoranv2021-10-131-9/+2
|
* Improve debugging of CloudSubscriber by adding a name.gjoranv2021-10-081-1/+8
|
* Move CloudSubscriber to separate class file.gjoranv2021-10-081-0/+99