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

Allow to fetch multiple config parameters as a Map #17579

Closed
wants to merge 1 commit into from

Conversation

essobedo
Copy link
Contributor

@essobedo essobedo commented Jun 1, 2021

fixes #17578

Motivation

When we need a dynamic configuration, it can be very helpful to use a map.

Modifications

@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/dependencies Pull requests that update a dependency file labels Jun 1, 2021
@essobedo
Copy link
Contributor Author

essobedo commented Jun 1, 2021

Waiting for the next release of SmallRye Config

@@ -42,7 +42,7 @@
<microprofile-rest-client.version>2.0</microprofile-rest-client.version>
<microprofile-jwt.version>1.2</microprofile-jwt.version>
<smallrye-common.version>1.6.0</smallrye-common.version>
<smallrye-config.version>2.3.0</smallrye-config.version>
<smallrye-config.version>2.3.1-SNAPSHOT</smallrye-config.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure change this :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geoand My bad I should have added a comment. It's ok @radcortez is aware and asked me to do it 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is so we don't forget the changes required for the next SR Config version.

@essobedo
Copy link
Contributor Author

Included into #18199

@essobedo essobedo closed this Jun 28, 2021
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/config area/dependencies Pull requests that update a dependency file triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to fetch multiple config parameters as a Map
3 participants