spring-boot/spring-boot-project/spring-boot-tools/spring-boot-test-support
Stéphane Nicoll b4c6c55493 Allow ResourcesClassLoader to participate in CGLIB's cache
This commit updates ResourcesClassLoader to be a SmartClassLoader and
expose the original ClassLoader. This has the effect of making sure
proxies that are created by CGLIB can be reused against different tests
rather than having CGLIB trying to define the class again and fail.

Closes gh-45065
2025-04-10 16:22:14 +02:00
..
src Allow ResourcesClassLoader to participate in CGLIB's cache 2025-04-10 16:22:14 +02:00
build.gradle Merge branch '3.2.x' into 3.3.x 2024-09-24 14:29:09 -07:00