Illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding
#31232
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Affects: 6.0.11
Related to #22791
The fix in the related issue doesn't resolve the problem and the application still fails to start.
The problem is that event though the
findLoadedClass
method is inaccessible it is still called inisEligibleForOverriding
which results in anIllegalAccessException
and failure to start the application.The text was updated successfully, but these errors were encountered: