spring-framework/spring-core
Juergen Hoeller 9bd3a535cd Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3)
ClassLoaderAwareUndeclaredThrowableStrategy fails with a VerifyError on recent JDKs after the CGLIB 3.3 upgrade. The alternative is to replace it with a plain ClassLoaderAwareGeneratorStrategy (extracted from CglibSubclassingInstantiationStrategy) and custom UndeclaredThrowableException handling in CglibMethodInvocation.

See gh-23453
2019-08-14 00:14:14 +02:00
..
src Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) 2019-08-14 00:14:14 +02:00
spring-core.gradle Upgrade to CGLIB 3.3 2019-08-12 19:36:06 +02:00