-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce SmallRyeConfig.subset #983
base: main
Are you sure you want to change the base?
Conversation
gastaldi
commented
Aug 24, 2023
- Fixes Support subsets from a Config #981
/cc @dmlloyd @radcortez |
71a57e5
to
3e9f521
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd only make one change for now (make the implementation class non-public). There are a few other places which could be more optimal given some internal architecture changes (specifically, iterating the nested keys).
implementation/src/main/java/io/smallrye/config/SmallRyeSubsetConfig.java
Outdated
Show resolved
Hide resolved
58332c0
to
5b46b0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if @radcortez is OK with it.
Pushed a small fix that filters out properties that don't belong to the subset |