ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1 #34234
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
This issue is next step this issue.
So:
I have simple interface like this:
and this:
and the simple event:
and listener:
and when i trying to send an event via the spring context like this:
I have different result in depends on the version Spring.
When i use Spring 6.2.1 i can't see in the log anything.
when i use Spring 6.1.16 i see this result:
I guess it's a bug.
The text was updated successfully, but these errors were encountered: