You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type reolution fails for ApplicationEvents using generic types. Using Spring 4.2 it is required to either implement ResolvableTypeProvider or extend PayloadApplicationEvent. In order to support 4.2 from a 4.1 based source we need to provide means to deal with this by providing base handling the generics.
jxblum
changed the title
ApplicationEvents with generic type argument do not get published to listener using Spring 4.2. [DATAKV-116]
ApplicationEvents with generic type argument do not get published to listener using Spring 4.2 [DATAKV-116]
Oct 24, 2023
Christoph Strobl opened DATAKV-116 and commented
Type reolution fails for
ApplicationEvents
using generic types. Using Spring 4.2 it is required to either implementResolvableTypeProvider
or extendPayloadApplicationEvent
. In order to support 4.2 from a 4.1 based source we need to provide means to deal with this by providing base handling the generics.Affects: 1.0 GA (Gosling)
The text was updated successfully, but these errors were encountered: