spring-framework/spring-beans
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-beans.gradle Use Kotlin BOM 2019-07-19 10:43:54 +02:00