Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7353D18FB9 for ; Wed, 17 Feb 2016 01:49:29 +0000 (UTC) Received: (qmail 25997 invoked by uid 500); 17 Feb 2016 01:49:29 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 25848 invoked by uid 500); 17 Feb 2016 01:49:29 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 25402 invoked by uid 99); 17 Feb 2016 01:49:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2016 01:49:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E923E057C; Wed, 17 Feb 2016 01:49:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vkulichenko@apache.org To: commits@ignite.apache.org Date: Wed, 17 Feb 2016 01:49:45 -0000 Message-Id: <6bb55fe3b8c44e2ea76956cf7c145b6e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/27] ignite git commit: Compatibility hotfix 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/ignite-2249 Commit: 3a68479f4be9081769e8123913626ce752822c9a Parents: 2d0e620 Author: Anton Vinogradov Authored: Mon Feb 15 18:15:20 2016 +0300 Committer: Anton Vinogradov 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);