Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the build's artifacts, not just its build-info.json, available to the publish-gradle-plugin task #27772

Closed
wilkinsona opened this issue Aug 19, 2021 · 0 comments
Labels
type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

wilkinsona commented Aug 19, 2021

Forward port of issue #27769 to 2.5.x.

@wilkinsona wilkinsona added status: forward-port An issue tracking the forward-port of a change made in an earlier branch status: on-hold We can't start working on this issue yet type: documentation A documentation update labels Aug 19, 2021
@wilkinsona wilkinsona added this to the 2.5.4 milestone Aug 19, 2021
@wilkinsona wilkinsona added type: task A general task and removed type: documentation A documentation update status: on-hold We can't start working on this issue yet status: forward-port An issue tracking the forward-port of a change made in an earlier branch labels Aug 19, 2021
@wilkinsona 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant