-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Microprofile Config support for Java SE Bootstrap API #3943
base: JAXRS_2_2
Are you sure you want to change the base?
Conversation
ddfd8e2
to
3284506
Compare
bffec01
to
eeb5e1a
Compare
@jansupol Review please. :-) |
c1d2c28
to
710a677
Compare
9933a6a
to
cd74e6e
Compare
@mkarg There is currently some discussion about a configuration in Jersey. Optimistically, I hope there would be some proposal ready in a week or two. I think it makes sense to align this PR with that config (if applicable), which is personally holding me back for this PR. I hope you will like the proposal then. |
Can you point me to the Github PR / issue that you mean? |
Signed-off-by: Markus KARG <markus@headcrashing.eu>
Signed-off-by: Markus KARG <markus@headcrashing.eu>
cd74e6e
to
5c731a7
Compare
@jansupol Two weeks is over, so I'd like to start with reworking this PR. Can you please point me to the new configuration API that I shall use in this PR favor of my own? Thanks. :-) |
This PR dependens on Support for JAX-RS 2.2 Java SE Bootstrapping API (PR #3839)
This PR adds support for Microprofile Config API to the Support for Java SE Bootstrapping (implemented by PR #3839).