Files
spring-boot/module
Andy Wilkinson 625571c3d1 Fix MVC and WebFlux validator creation in a native image
Following modularization, a presence check for ValidatorAdapter was
needed in the MVC and WebFlux auto-configuratiomn when creating
their Validators. Runtime hints to allow this check to work in a
native image were not added at the same time, resulting in the
class appearing to be absent. This caused message interpolation
for constraint violations to fail as newly created Validator was
being used which lacked the necessary MessageInterpolator
configuration.

This commit adds reflection hints for ValidatorAdapter, allowing
re-use of the context's main validator as the MVC and WebFlux
validators.

Fixes gh-48828
2026-01-15 14:12:33 +00:00
..
2025-11-13 14:55:19 +01:00
2025-12-10 10:24:08 +01:00
2025-11-13 14:55:19 +01:00
2025-11-13 10:31:25 +01:00
2025-11-13 10:31:25 +01:00
2025-12-08 16:24:51 +01:00
2025-11-13 10:31:25 +01:00
2025-11-13 10:31:25 +01:00
2025-11-13 10:31:25 +01:00
2025-11-13 14:55:19 +01:00
2025-11-13 10:31:25 +01:00
2025-11-13 10:31:25 +01:00
2025-11-13 14:55:19 +01:00
2025-11-13 14:55:19 +01:00
2025-11-13 14:55:19 +01:00