You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a cglib proxy for a class name NestedCglibConfiguration$$SpringCGLIB$$0. The class name used for the hints is going to be NestedCglibConfiguration..SpringCGLIB..0
We need to revisit the logic so that it only replaces the $ at the right place (i.e. separator for inner class).
The text was updated successfully, but these errors were encountered:
snicoll
changed the title
Hints for cglib configuration classes are not registered with a valid name.
Hints for cglib configuration classes are not registered with a valid name
Oct 4, 2022
Consider a cglib proxy for a class name
NestedCglibConfiguration$$SpringCGLIB$$0
. The class name used for the hints is going to beNestedCglibConfiguration..SpringCGLIB..0
We need to revisit the logic so that it only replaces the
$
at the right place (i.e. separator for inner class).The text was updated successfully, but these errors were encountered: