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
* Fix SplitterMH for primitive arrays cast
The plain cast like `(Object[]) array` doesn't work for array of
primitives - fails with `ClassCastException`
* Use `ObjectUtils.toObjectArray()` instead which does a smart job to
determine a wrapper for primitive and cast into that array of types
afterwards
* * Fix Checkstyle violation
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/splitter/AbstractMessageSplitter.java
0 commit comments