Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-validator
Commit: d2c5d50826deaf7bd614fadb356d2f58e97a5fe7
https://github.com/hibernate/hibernate-validator/commit/d2c5d50826deaf7bd...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-2191 Avoid reflection in PlatformResourceBundleLocator
We are now targeting Java 17+ and Google App Engine has evolved a lot
and doesn't have the limitations it had back in the days so we can drop
the reflection calls from here.
Noticed while looking at a flamegraph.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-validator/settings/notifications