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

GH-1528: Fix possible type pollution in RabbitListenerAnnotationBeanPostProcessor #1529

Closed
wants to merge 1 commit into from

Conversation

dreis2211
Copy link
Contributor

@dreis2211 dreis2211 commented Oct 28, 2022

Hi,

this PR fixes #1528 by returning List rather than Collection from findListenerAnnotations.
Regardless of the mentioned issue imho that's the better return type in any case for this method.

If possible, a backport to 2.x would be highly appreciated

Cheers,
Christoph

@garyrussell
Copy link
Contributor

Thanks for the contribution; in future please limit commit headlines to 50 chars.

Merged as 4180203 and cherry-picked to 2.4.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix type pollution RabbitListenerAnnotationBeanPostProcessor
2 participants