cshannon commented on code in PR #2080:
URL: https://github.com/apache/activemq/pull/2080#discussion_r3365204578


##########
activemq-client/src/main/java/org/apache/activemq/util/MarshallingSupport.java:
##########
@@ -67,15 +67,11 @@ public static void marshalPrimitiveMap(Map<String, Object> 
map, DataOutputStream
     }
 
     public static Map<String, Object> unmarshalPrimitiveMap(DataInputStream 
in) throws IOException {
-        return unmarshalPrimitiveMap(in, Integer.MAX_VALUE);
+        return unmarshalPrimitiveMap(in, Integer.MAX_VALUE, Integer.MAX_VALUE, 
Integer.MAX_VALUE);

Review Comment:
   Same as other 2 comments to close the loop, I'll investigate as a follow on 
and look at other places using the util.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to