IntegrationEvent.getCause()
is not marked as @Nullable
#9713
Milestone
IntegrationEvent.getCause()
is not marked as @Nullable
#9713
In what version(s) of Spring Integration are you seeing this issue?
6.4.0 and prior
Describe the bug
IntegrationEvent
is part of@NonNullApi
butIntegrationEvent.getCause()
may returnnull
The text was updated successfully, but these errors were encountered: