Learn how to add powerful, enterprise-grade validation to your Java applications: From simple annotations to custom business rules, all in one live-coded Quarkus project.
After reading this article, I realized I only knew the basics about Hibernate Validator.
The only thing is that `quarkus.hibernate-validator.method-validation.enabled` was ignored.
2025-11-01 23:53:04,937 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.hibernate-validator.method-validation.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
After reading this article, I realized I only knew the basics about Hibernate Validator.
The only thing is that `quarkus.hibernate-validator.method-validation.enabled` was ignored.
2025-11-01 23:53:04,937 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.hibernate-validator.method-validation.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
The Quarkus version in my project is 3.28.3
Thanks for the feedback, Fernando!
Thank you, Markus! Your articles were a game-changer for the development of my projects.