spring-framework/spring-core
Sam Brannen 8de2a9b74d Test status quo for error handling in ASM-based annotation processing
This commit introduces tests for the status quo as of Spring Framework
5.1.x (before the introduction of the MergedAnnotations API in 5.2).

Specifically, this commit introduces tests for the following use cases.

- declared annotation type cannot be loaded
- class referenced via annotation attribute cannot be loaded
- nested annotation referenced via annotation attribute cannot be loaded
- enum referenced via annotation attribute cannot be loaded

The first two use cases above are also tested with merged annotation
support for a custom composed annotation.

Note: this commit does not include tests for annotation attribute
arrays of classes, annotations, or enums.

See gh-27772
2021-12-14 14:32:09 +01:00
..
src Test status quo for error handling in ASM-based annotation processing 2021-12-14 14:32:09 +01:00
spring-core.gradle Consistent use of annotation-api dependency instead of tomcat-embed-core 2019-12-12 17:12:27 +01:00