Before reporting an issue
Area
dist/quarkus
Describe the bug
The Hibernate Validator is enabled by default, even when it's not used currently. The Hibernate Validator is only used for the new Client API v2 right now. Enabling Hibernate Validator is quite resource-consuming for startup due to expensive initialization. That's also a difference between 26.4.x and 26.5.x, so it's considered as regression.
Startup time:
Startup memory allocations (against 26.4.x) (~10MB with other related procedures):
Version
26.5.1
Regression
Expected behavior
Hibernate Validator is not enabled when not needed
Actual behavior
Hibernate Validator is always enabled
How to Reproduce?
Start the server and see enabled Quarkus extensions
Anything else?
Might contribute to:
Before reporting an issue
Area
dist/quarkus
Describe the bug
The Hibernate Validator is enabled by default, even when it's not used currently. The Hibernate Validator is only used for the new Client API v2 right now. Enabling Hibernate Validator is quite resource-consuming for startup due to expensive initialization. That's also a difference between 26.4.x and 26.5.x, so it's considered as regression.
Startup time:
Startup memory allocations (against 26.4.x) (~10MB with other related procedures):
Version
26.5.1
Regression
Expected behavior
Hibernate Validator is not enabled when not needed
Actual behavior
Hibernate Validator is always enabled
How to Reproduce?
Start the server and see enabled Quarkus extensions
Anything else?
Might contribute to: