We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When primitives are used in a class annotated with @ConfigProperties, then Quarkus fails at runtime if the primitive is not set.
@ConfigProperties
Expected behavior Unset primitives should not prevent Quarkus from starting and their value should just be the default set by the JVM
The text was updated successfully, but these errors were encountered:
Ensure that primitive values in @ConfigProperties work as expected
12e8fcc
Fixes: quarkusio#13523
Merge pull request #13524 from geoand/#13523
088570f
Ensure that primitive types in @ConfigProperties work as expected
63f47c5
geoand
Successfully merging a pull request may close this issue.
Describe the bug
When primitives are used in a class annotated with
@ConfigProperties
, then Quarkus fails at runtime if the primitive is not set.Expected behavior
Unset primitives should not prevent Quarkus from starting and their value should just be the default set by the JVM
The text was updated successfully, but these errors were encountered: