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
The `partitions` map in the `PartitionedDispatcher` is based on the index for `key`,
which is really an overkill and regular list with indexed access should be enough.
* Fix `PartitionedDispatcher` to use a `List` for `partitions`
* Remove `@SuppressWarnings("NullAway")` from `dispatch()` method
since there is not going to be a null from `List.get()`
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/dispatcher/PartitionedDispatcher.java
0 commit comments