Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We do have quite a few changes in 1.9.0: https://github.com/smallrye/smallrye-config/releases/tag/1.9.0
Let me resume here:
#396 Cache EnvConfigSource. For #11782
#394 Bump snakeyaml from 1.26 to 1.27.
#392 Convert YAML keys to String. For #12036
#388 Bump version.smallrye.common from 1.3.0 to 1.4.0
#387 Fix Converter Priority and add unit test.
#375 ConfigSourceProvider injects unsorted map of Config Sources
#356 Add new default converter for java.util.UUID
#343 Add Currency converter
#342 Add BitSet Converter
#334 ConfigException parameters need re-ordering
#333 Configuration Mapper. New feature: https://smallrye.io/docs/smallrye-config/mapping/mapping.html
#313 Initial work to mix sources and interceptors priorities.
#283 Add API to specify default values
#196 Ability to use already retrieved Config in configuring things further down the chain. For #10390