spring-framework/spring-core-test
Stephane Nicoll e59da2de1e Allow test compilation to reference existing generated classes
Previously, the generated classes from an InMemoryGeneratedFiles were
not taken into account and if generated code refers to any of them,
compilation failed.

This commit introduces a ClasFile abstraction, similar to ResourceFile
for resources that represents an existing generated class.

Closes gh-29141

Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
2022-09-15 16:01:55 +02:00
..
src Allow test compilation to reference existing generated classes 2022-09-15 16:01:55 +02:00
spring-core-test.gradle Make QDox an implementation detail of spring-core-test 2022-09-03 16:45:05 +02:00