snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

@ConfigProperties doesn't handle unset primitives #218

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

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


https://github.com/quarkusio/quarkus/issues/13523


$upstream:13523$