-
Notifications
You must be signed in to change notification settings - Fork 121
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
Improved support for defaults and indexed properties in ConfigMappings. #550
Conversation
@radcortez can I help in any way to move this review forward? |
I usually leave the PRs open for a couple of day for people to have the chance to comment / review. Feel free to review and add any comments. If we don't get any review, I'll merge it tomorrow. Thanks! |
@hrstoyanov I've released SR Config 1.13.0. You should be able to manually update it with the latest Quarkus version to get the fix. I'm not sure if we are going to do more Quarkus releases in the 1.x branch, so you don't have to update manually, but I'll check. |
will test asap. thanks! |
@radcortez I saw Quarkus 1.13.3.Final released yesterday. Did the change make it or is it still separate? |
ok, looks like not included. No problem. |
No, sorry. It was not in time, but it should work if you overwrite the dependency. |
@radcortez
on top of Quarkus 1.13.3.Final has some very strange effect - launching Quarkus in developer mode crashes at the JVM level with no indication of what is wrong:
I enabled debug logging in Gradle and it turns out in Dev mode it does this under the hood:
when I run the above outside Gradle, the JVM dies indeed, with no indication whatsoever. Unfortunately, there is too much Quarkus "magic" for me to discern if the issues is coming from adding the smallrye-config or problem with Quarkus and Java 16 in general or something else. |
Ok, let me check. |
No description provided.