You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wilkinsona
changed the title
Editing pass for the Actuator section
Make the build's artifacts, not just its build-info.json, available to the publish-gradle-plugin task
Aug 19, 2021
humaolin
pushed a commit
to humaolin/spring-boot
that referenced
this issue
May 7, 2022
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 spring-projectsgh-27772
Forward port of issue #27769 to 2.5.x.
The text was updated successfully, but these errors were encountered: