-
Notifications
You must be signed in to change notification settings - Fork 453
Open
Labels
Description
use version 2.5.0 and jdk 17
-
When using autoCap, an error will be reported when booting. The same problem description is ##3454
-
There seems to be a bug related to the classloader. I used a query with the filter "id $eq xxx", and the error was "Resolved java.lang.IllegalArgumentException: Unable to set the java.lang.String field com.xxx.xxx.Entity.id to com.xxx.xxx.Entity". Through tracing, I found that the classloader of the entity object is RestartClassLoader, but the classloader of PropertyModel and PropertyAccessor is appClassLoader, which leads to a reflection error