-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
MP Config 2.0 Support #13620
Conversation
srcdeps.yaml
Outdated
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 |
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.
This is temporary to be able to build with SNAPSHOTs from source. Will be removed once all final versions are out.
7f10f7c
to
914b76c
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. 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! |
No description provided.