Skip to content

Rely on standard @Repeatable support in AnnotationJmxAttributeSource #34606

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

Closed
sbrannen opened this issue Mar 15, 2025 · 0 comments
Closed

Rely on standard @Repeatable support in AnnotationJmxAttributeSource #34606

sbrannen opened this issue Mar 15, 2025 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Milestone

Comments

@sbrannen
Copy link
Member

Overview

AnnotationJmxAttributeSource currently uses RepeatableContainers.of(...) to look up @ManagedOperationParameter and @ManagedNotification as repeatable annotations. However, explicit use of RepeatableContainers.of(...) is not necessary when using the MergedAnnotations API with @Repeatable annotations.

Related Issues

@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task labels Mar 15, 2025
@sbrannen sbrannen added this to the 7.0.0-M4 milestone Mar 15, 2025
@sbrannen sbrannen self-assigned this Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant