Kotlin: Invoked method is not a property accessor exception when using method name query derivation and switching from Spring Boot 3.2.8 to version 3.2.9 #3771
Labels
status: invalid
An issue that we don't feel is valid
Please investigate whether the following issue has a known workaround that I could use to mitigate it and/or whether it will be fixed in a follwoing 3.2.x version.
Issue
When accessing a JPA Spring Data repository with automatic code generation, the Spring Boot 3.2.9 version raises an IllegalArgumentException: Invoked method is not a property accessor".
Changing soleley the Spring Boot version from 3.2.9 back to 3.2.8 fixes the issue. Using any 3.2.x version where x between 9 and 12 reproduces the exception.
Stacktrace:
Test case to reproduce
JPA Repository
Entities
The text was updated successfully, but these errors were encountered: