spring-framework/spring-web/src
Juergen Hoeller b31a15851e Support for pre-generated CGLIB proxy classes (in AOT scenarios)
Includes runtime storing of generated classes to a directory specified by the "cglib.generatedClasses" system property. Avoids lazy CGLIB fast-class generation and replaces generated Enhancer and MethodWrapper key classes with equivalent record types. Introduces support for early type determination in InstantiationStrategy, AopProxy and SmartInstantiationAwareBeanPostProcessor - in order to trigger CGLIB class generation in refreshForAotProcessing (through early determineBeanType calls for bean definitions).

Closes gh-28115
2022-08-10 23:30:19 +02:00
..
jmh/java/org/springframework Merge branch '5.2.x' 2020-10-20 15:41:02 +02:00
main Use Jakarta EE XML namespaces instead of Java EE 2022-08-04 13:24:30 +02:00
test Merge branch '5.3.x' 2022-07-13 19:21:33 +01:00
testFixtures Support for pre-generated CGLIB proxy classes (in AOT scenarios) 2022-08-10 23:30:19 +02:00