Skip to content
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

Implement ConfigSource Interceptor Prototype #248

Closed
radcortez opened this issue Mar 3, 2020 · 1 comment · Fixed by #249
Closed

Implement ConfigSource Interceptor Prototype #248

radcortez opened this issue Mar 3, 2020 · 1 comment · Fixed by #249
Milestone

Comments

@radcortez
Copy link
Member

Discussed here:
eclipse/microprofile-config#526

radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 4, 2020
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 5, 2020
- Build constant interceptor chain.
- Interceptors applied before getValue from ConfigSources.
- Interceptors work on the key instead of the value.
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 9, 2020
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 9, 2020
- Build constant interceptor chain.
- Interceptors applied before getValue from ConfigSources.
- Interceptors work on the key instead of the value.
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 10, 2020
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 10, 2020
- Build constant interceptor chain.
- Interceptors applied before getValue from ConfigSources.
- Interceptors work on the key instead of the value.
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 11, 2020
…y lookup.

This will allow consumers to provider their own interceptors and implement behaviors like logging, key / values overrides, property replacement, etc.
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 11, 2020
…y lookup.

This will allow consumers to provider their own interceptors and implement behaviors like logging, key / values overrides, property replacement, etc.
@radcortez radcortez changed the title Implement Config Lifecycle Interceptor Prototype Implement ConfigSource Interceptor Prototype Mar 11, 2020
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 11, 2020
…y lookup.

This will allow consumers to provider their own interceptors and implement behaviors like logging, key / values overrides, property replacement, etc.
radcortez added a commit that referenced this issue Mar 12, 2020
#248 - Prototype work to implement a ConfigSource Interceptor Extension
radcortez added a commit to radcortez/smallrye-config that referenced this issue Mar 13, 2020
@radcortez
Copy link
Member Author

Implemented in #249

radcortez added a commit that referenced this issue Mar 31, 2020
ConfigValueConfigSource to retrieve Configuration value location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant