Repository: ignite
Updated Branches:
  refs/heads/master 2d0e62092 -> 3a68479f4


Compatibility hotfix


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3a68479f
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3a68479f
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3a68479f

Branch: refs/heads/master
Commit: 3a68479f4be9081769e8123913626ce752822c9a
Parents: 2d0e620
Author: Anton Vinogradov <[email protected]>
Authored: Mon Feb 15 18:15:20 2016 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Mon Feb 15 18:15:20 2016 +0300

----------------------------------------------------------------------
 .../processors/cache/binary/CacheObjectBinaryProcessorImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3a68479f/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
index f091fc7..5a72a40 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
@@ -112,7 +112,7 @@ import static 
org.apache.ignite.IgniteSystemProperties.getBoolean;
 public class CacheObjectBinaryProcessorImpl extends 
IgniteCacheObjectProcessorImpl implements
     CacheObjectBinaryProcessor {
     /** */
-    public static final IgniteProductVersion BINARY_CFG_CHECK_SINCE = 
IgniteProductVersion.fromString("1.5.6");
+    public static final IgniteProductVersion BINARY_CFG_CHECK_SINCE = 
IgniteProductVersion.fromString("1.5.7");
 
     /** */
     private final CountDownLatch startLatch = new CountDownLatch(1);

Reply via email to