ApplicationListenerMethodAdapter
supports non-matching generic events
#30399
Labels
Milestone
ApplicationListenerMethodAdapter
supports non-matching generic events
#30399
ApplicationListenerMethodAdapter
wrongly indicates it would support a generic event type exposing unresolved generics, even if there's no type relationship between the events at all. See the following, failing test case:Note how the adapter signals the event listener method would support
SomeGenericEvent
when it clearly doesn't.The text was updated successfully, but these errors were encountered: