Changed the version when the feature was introduced.

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

Branch: refs/heads/ignite-1.5.7
Commit: e7776e8c922172ca4c133e6d33c3539eb1f49685
Parents: f8667cb
Author: Alexey Goncharuk <[email protected]>
Authored: Wed Feb 3 15:33:09 2016 +0300
Committer: Alexey Goncharuk <[email protected]>
Committed: Wed Feb 3 15:33:09 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/e7776e8c/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 a21331e..ac18eb5 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
@@ -116,7 +116,7 @@ public class CacheObjectBinaryProcessorImpl extends 
IgniteCacheObjectProcessorIm
     private static final Unsafe UNSAFE = GridUnsafe.unsafe();
 
     /** */
-    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