Skip to content

Fix ApplicationListener no longer invoked for generic ApplicationEvent #34017

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

Conversation

anaconda875
Copy link

@anaconda875 anaconda875 commented Dec 4, 2024

Fix #33982
In case typeBounds WildcardBounds has TypeVariable bound, we should check whether typeBounds isAssignableFrom the current ResolvableType or not

NOTE:

  1. I'm new contributor, so my code might be not perfect. But please give feebacks, I will try to address them!
  2. Do you think we nee to handle case typeBounds WildcardBounds has WildcardType bound? If yes, I will add some more commits!

Thank you!!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Dec 4, 2024
@anaconda875 anaconda875 force-pushed the 33982-ApplicationListener-no-longer-invoked-for-generic-ApplicationEvent branch from d07aa4b to 7457c1f Compare December 4, 2024 10:42
@jhoeller
Copy link
Contributor

jhoeller commented Dec 5, 2024

Superseded by #33982 (comment)

Thanks for the PR, in any case!

@jhoeller jhoeller closed this Dec 5, 2024
@jhoeller jhoeller added status: superseded An issue that has been superseded by another and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApplicationListener no longer invoked for generic ApplicationEvent with 6.2.0
4 participants