You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by is...@apache.org on 2018/10/09 14:47:19 UTC

[04/21] ignite git commit: GG-14266 Make IGNITE-9084 available from 2.5.3+

GG-14266 Make IGNITE-9084 available from 2.5.3+


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

Branch: refs/heads/ignite-2.7-master
Commit: 60a8c8c8d0c983ebd62df48d59fdf4b0b40d8336
Parents: 0bae335
Author: Ilya Kasnacheev <il...@gmail.com>
Authored: Tue Oct 2 19:13:30 2018 +0300
Committer: Ilya Kasnacheev <il...@gmail.com>
Committed: Tue Oct 2 19:15:13 2018 +0300

----------------------------------------------------------------------
 .../distributed/dht/preloader/GridDhtPartitionSupplyMessageV2.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/60a8c8c8/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessageV2.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessageV2.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessageV2.java
index b6bff0e..88240ec 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessageV2.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessageV2.java
@@ -36,7 +36,7 @@ public class GridDhtPartitionSupplyMessageV2 extends GridDhtPartitionSupplyMessa
     private static final long serialVersionUID = 0L;
 
     /** Available since. */
-    public static final IgniteProductVersion AVAILABLE_SINCE = IgniteProductVersion.fromString("2.7.0");
+    public static final IgniteProductVersion AVAILABLE_SINCE = IgniteProductVersion.fromString("2.5.3");
 
     /** Supplying process error. */
     @GridDirectTransient