You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I would expect the application to fail when starting up and saying
ERROR [io.qua.run.Application] (Quarkus Main Thread) Failed to start application (with profile dev): javax.validation.ConstraintViolationException: prizeAmount: must be greater than 0
at io.quarkus.arc.runtime.config.ConfigPropertiesProducer.produceGreetingConfiguration(ConfigPropertiesProducer.zig:198)
Actual behavior
The application starts up without error
From https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Using.20.40ConfigProperties.20with.20validation/near/226199040
quarkus-config-sample.zip
Describe the bug
According to https://quarkus.io/guides/config-reference#additional-notes-on-configproperties I should be able to validate nested configuration but it doesn't seem to work, regardless if I use private members with getters/setters, public fields, or interfaces.
Expected behavior
I would expect the application to fail when starting up and saying
Actual behavior
The application starts up without error
To Reproduce
Reproducer application attached.
Configuration
quarkus-config-sample.zip
quarkusio#15081
The text was updated successfully, but these errors were encountered: