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

MP Config 2.0 Support #13620

Merged
merged 1 commit into from
Dec 10, 2020
Merged

Conversation

radcortez
Copy link
Member

No description provided.

@ghost ghost added area/arc Issue related to ARC (dependency injection) area/config area/core area/dependencies Pull requests that update a dependency file area/testing area/vault area/vertx labels Dec 2, 2020
pom.xml Outdated Show resolved Hide resolved
srcdeps.yaml Outdated
Comment on lines 1 to 12
configModelVersion: 3.0
logToConsole: true
verbosity: info
repositories:
org.eclipse.microprofile.config:
includes:
- org.eclipse.microprofile.config
urls:
- git:https://github.com/eclipse/microprofile-config
buildVersionPattern: 2.0
buildRef: tag-2.0
skipTests: true
io.smallrye.config:
includes:
- io.smallrye.config
urls:
- git:https://github.com/smallrye/smallrye-config
buildVersionPattern: .*-SNAPSHOT
buildRef: branch-mpconfig20
skipTests: true
org.jboss.resteasy:
includes:
- org.jboss.resteasy
urls:
- git:https://github.com/radcortez/Resteasy
buildVersionPattern: .*-SNAPSHOT
buildRef: branch-4.6.0-SNAPSHOT-config-patched
skipTests: true
Copy link
Member Author

Choose a reason for hiding this comment

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

This is temporary to be able to build with SNAPSHOTs from source. Will be removed once all final versions are out.

@radcortez radcortez force-pushed the config20 branch 4 times, most recently from 7f10f7c to 914b76c Compare December 8, 2020 17:28
Copy link
Contributor

@jmartisk jmartisk left a comment

Choose a reason for hiding this comment

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

LGTM. Is this ready to merge? I'm about to send a PR with upgrade to Metrics 3.0, and Config 2.0 is a prerequisite for doing that.

@radcortez
Copy link
Member Author

LGTM. Is this ready to merge? I'm about to send a PR with upgrade to Metrics 3.0, and Config 2.0 is a prerequisite for doing that.

Yes, merging now!

@radcortez radcortez merged commit 254f54a into quarkusio:microprofile-4 Dec 10, 2020
@radcortez radcortez linked an issue Dec 10, 2020 that may be closed by this pull request
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/core area/dependencies Pull requests that update a dependency file area/testing area/vault area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to MP Config 2.0
2 participants