maksaska commented on code in PR #12200:
URL: https://github.com/apache/ignite/pull/12200#discussion_r2245335625


##########
modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java:
##########
@@ -488,6 +514,9 @@ private String messageCollectionItemType(TypeMirror type) 
throws Exception {
         }
 
         if (type.getKind() == TypeKind.DECLARED) {
+            if (sameType(type, Integer.class))

Review Comment:
   Added support for all boxed primitives



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to