Skip to content

t1/thread-local-config-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages