LocalVariableTableParameterNameDiscoverer logs many warnings with Hibernate validation #29563
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Affects: 6.0.1
Having a small simple Spring Boot application with Validator dependency, adding a ConfigurationProperties class with
@Validated
logs many warning like below:I'm not entirely sure what it's saying. The executable is not my code, it's the standard library. Anyway, adding
javaParameters = true
to the build script doesn't help.I started seeing the logs after refreshing the snapshot version of Spring Boot (but Spring Core is v6.0.1). There was no issue before.
sample-project
The text was updated successfully, but these errors were encountered: