-
Notifications
You must be signed in to change notification settings - Fork 38.5k
CGLIB Enhancer
enhances classes with java
prefix which causes IllegalArgumentException
in JDK 17
#29960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Enhancer
enhances classes java
prefix which causes IllegalArgumentException
in JDK 17
Enhancer
enhances classes java
prefix which causes IllegalArgumentException
in JDK 17Enhancer
enhances classes with java
prefix which causes IllegalArgumentException
in JDK 17
This is related to #27622 which was addressed in Spring Framework 6.0. |
@liujunlou I am trying to see if that's still a problem and the lack of reproducer is not helping me. If you're still affected, can you share a small sample we can run ourselves? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Affects:
Spring Framework's
Enhancer
enhances the classes beginning with "java" which causesIllegalArgumentException
in JDK 17 for not in same package as lookup classes.Exception:
Cause by
DefaultNamingPolicy#getClassName
:The text was updated successfully, but these errors were encountered: