spring-framework/src
Phillip Webb 4b82546b97 Improve TestCompiler and allow lookup based class defines
Update the `TestCompiler` so that classes can be defined using
a `Lookup`. This update allows package-private classes to be
accessed without needing a quite so unusual classloader setup.

The `@CompileWithTargetClassAccess` should be added to any
test that needs to use `Lookup` based defines. The test will
run with a completed forked classloader so not to pollute the
main classloader.

This commit also adds some useful additional APIs.

See gh-28120
2022-05-05 12:35:21 -07:00
..
checkstyle Improve TestCompiler and allow lookup based class defines 2022-05-05 12:35:21 -07:00
docs Merge branch '5.3.x' 2022-05-05 16:32:27 +02:00
eclipse Tweak Eclipse settings 2022-05-05 12:35:21 -07:00
idea Fix static imports handling in IntelliJ IDEA configuration 2019-09-05 14:35:54 +02:00
nohttp Upgrade to nohttp 0.0.5 2020-06-17 14:46:23 +02:00