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
Resolves#2723
Previously, it was possible for `handlerReturnsMessage` to return `null`
when a `cachedHandlers` was present, causing an NPE when unboxing the
`Boolean` value.
Ensure that the `handlerReturnsMessage` map is populated before adding
the handler to `cachedHandlers`.
**cherry-pick to 2.9.x**
# Conflicts:
# spring-kafka/src/main/java/org/springframework/kafka/listener/adapter/DelegatingInvocableHandler.java
0 commit comments