spring-framework/spring-aop
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-aop.gradle Consistently use double quotes (even if no interpolation needed) 2018-08-16 15:32:44 +02:00