/thread-local-config-source

A simple config source for MP Config, which keeps the config in a `ThreadLocal` variable.

Primary LanguageJava

ThreadLocal ConfigSource badge badge

A simple config source for Microprofile Config, which keeps the config in a ThreadLocal variable. You may need this, e.g., for tests running in parallel.

The ordinal of this config source is 500, so it’s picked up before system properties, which are ordinal 400.