You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/07 07:40:55 UTC

[GitHub] [ignite] tkalkirill commented on a change in pull request #9632: IGNITE-16061 Make BinaryMarshaller#setBinaryContext() public

tkalkirill commented on a change in pull request #9632:
URL: https://github.com/apache/ignite/pull/9632#discussion_r763708212



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
##########
@@ -34,6 +34,7 @@
 import java.util.concurrent.ConcurrentMap;
 import java.util.function.BooleanSupplier;
 import javax.cache.CacheException;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldsAbstractSelfTest.java
##########
@@ -22,12 +22,12 @@
 import java.util.Arrays;
 import java.util.Date;
 import java.util.UUID;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldExtractionSelfTest.java
##########
@@ -22,10 +22,10 @@
 import java.nio.ByteBuffer;
 import java.sql.Time;
 import java.util.concurrent.ThreadLocalRandom;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/testframework/junits/IgniteTestResources.java
##########
@@ -24,6 +24,7 @@
 import java.util.concurrent.LinkedBlockingQueue;
 import java.util.concurrent.ThreadPoolExecutor;
 import javax.management.MBeanServer;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/testframework/junits/GridAbstractTest.java
##########
@@ -54,6 +54,7 @@
 import javax.management.MBeanServerInvocationHandler;
 import javax.management.MalformedObjectNameException;
 import javax.management.ObjectName;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFooterOffsetsAbstractSelfTest.java
##########
@@ -18,11 +18,11 @@
 package org.apache.ignite.internal.binary;
 
 import java.util.Arrays;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/internal/binary/GridBinaryMarshallerCtxDisabledSelfTest.java
##########
@@ -22,13 +22,13 @@
 import java.io.ObjectInput;
 import java.io.ObjectOutput;
 import java.util.Arrays;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryMarshallerSelfTest.java
##########
@@ -56,6 +56,7 @@
 import java.util.function.Function;
 import java.util.stream.Collectors;
 import java.util.stream.IntStream;
+

Review comment:
       Not needed

##########
File path: modules/core/src/test/java/org/apache/ignite/internal/binary/GridBinaryWildcardsSelfTest.java
##########
@@ -21,6 +21,7 @@
 import java.util.Collection;
 import java.util.Map;
 import java.util.concurrent.ConcurrentMap;
+

Review comment:
       Not needed




-- 
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-unsubscribe@ignite.apache.org

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