-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Accidental ClassLoader defineClass enforcement after #34677 #34824
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
Please provide a sample application that demonstrates the problem, ideally one that works on a downgrade. |
sample application you can specify in the build.gradle spring boot 3.4.4 work... and with 3.4.5 that fail |
Thanks for the sample. The failure is a regression in Spring Framework 6.2.6 as it works fine with Spring Boot 3.4.5 downgraded to Framework 6.2.5. The failure with 6.2.6 is:
There is some guidance in one of the exception messages:
We'll transfer this issue to the Framework team so that they can investigate what has changed in 6.2.6 to make this additional configuration necessary. |
@tongtongzheng1973 this is available in the latest 6.2.7 snapshot now. Please give it an early try in your scenario! |
I migrated to spring boot 3.4.5 and get a error proxiedThreadLocalTargetSource
The text was updated successfully, but these errors were encountered: