Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 117DB200B57 for ; Fri, 22 Jul 2016 13:29:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0EE28160A8E; Fri, 22 Jul 2016 11:29:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 36D7D160A5A for ; Fri, 22 Jul 2016 13:29:16 +0200 (CEST) Received: (qmail 41023 invoked by uid 500); 22 Jul 2016 11:29:15 -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 41013 invoked by uid 99); 22 Jul 2016 11:29:15 -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; Fri, 22 Jul 2016 11:29:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4D72BE058E; Fri, 22 Jul 2016 11:29:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Fri, 22 Jul 2016 11:29:15 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/33] ignite git commit: Revert IGNITE-2949 due to broken compatibility archived-at: Fri, 22 Jul 2016 11:29:17 -0000 Repository: ignite Updated Branches: refs/heads/ignite-3547 [created] 1fdd6e8f9 Revert IGNITE-2949 due to broken compatibility Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1b7428bd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1b7428bd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1b7428bd Branch: refs/heads/ignite-3547 Commit: 1b7428bde5bac38ac3eb2a8b015d3766f68f5a50 Parents: bebf3f0 Author: Valentin Kulichenko Authored: Thu Jul 7 00:05:16 2016 -0700 Committer: Valentin Kulichenko Committed: Thu Jul 7 00:05:16 2016 -0700 ---------------------------------------------------------------------- assembly/LICENSE_FABRIC | 7 ++++++- assembly/LICENSE_HADOOP | 7 ++++++- examples/pom-standalone-lgpl.xml | 6 +++--- examples/pom-standalone.xml | 6 +++--- examples/pom.xml | 6 +++--- examples/schema-import/pom-standalone.xml | 6 +++--- examples/schema-import/pom.xml | 6 +++--- modules/cassandra/pom.xml | 2 +- modules/core/pom.xml | 6 +++--- modules/flume/README.txt | 2 +- parent/pom.xml | 1 + 11 files changed, 33 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/assembly/LICENSE_FABRIC ---------------------------------------------------------------------- diff --git a/assembly/LICENSE_FABRIC b/assembly/LICENSE_FABRIC index 8cb5730..b9c75b2 100644 --- a/assembly/LICENSE_FABRIC +++ b/assembly/LICENSE_FABRIC @@ -1,4 +1,3 @@ - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -227,6 +226,12 @@ For details, see CC0 1.0 Universal (1.0), Public Domain Dedication, http://creativecommons.org/publicdomain/zero/1.0/ ============================================================================== +For JSR107 API and SPI (https://github.com/jsr107/jsr107spec) javax.cache:cache-api:jar:1.0.0 +============================================================================== +This product bundles JSR107 API and SPI which is available under a: +JSR-000107 JCACHE 2.9 Public Review - Updated Specification License. For details, see https://raw.github.com/jsr107/jsr107spec/master/LICENSE.txt. + +============================================================================== For JSch (http://www.jcraft.com/jsch/) com.jcraft:jsch:jar:0.1.50 ============================================================================== This product bundles JSch which is available under a: http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/assembly/LICENSE_HADOOP ---------------------------------------------------------------------- diff --git a/assembly/LICENSE_HADOOP b/assembly/LICENSE_HADOOP index 0d05d52..0256b20 100644 --- a/assembly/LICENSE_HADOOP +++ b/assembly/LICENSE_HADOOP @@ -1,4 +1,3 @@ - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -227,6 +226,12 @@ For details, see CC0 1.0 Universal (1.0), Public Domain Dedication, http://creativecommons.org/publicdomain/zero/1.0/ ============================================================================== +For JSR107 API and SPI (https://github.com/jsr107/jsr107spec) javax.cache:cache-api:jar:1.0.0 +============================================================================== +This product bundles JSR107 API and SPI which is available under a: +JSR-000107 JCACHE 2.9 Public Review - Updated Specification License. For details, see https://raw.github.com/jsr107/jsr107spec/master/LICENSE.txt. + +============================================================================== For JSch (http://www.jcraft.com/jsch/) com.jcraft:jsch:jar:0.1.50 ============================================================================== This product bundles JSch which is available under a: http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/examples/pom-standalone-lgpl.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml index 951fab6..7e7ccc2 100644 --- a/examples/pom-standalone-lgpl.xml +++ b/examples/pom-standalone-lgpl.xml @@ -41,9 +41,9 @@ - org.apache.geronimo.specs - geronimo-jcache_1.0_spec - 1.0-alpha-1 + javax.cache + cache-api + 1.0.0 http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index 20399ee..6247ced 100644 --- a/examples/pom-standalone.xml +++ b/examples/pom-standalone.xml @@ -41,9 +41,9 @@ - org.apache.geronimo.specs - geronimo-jcache_1.0_spec - 1.0-alpha-1 + javax.cache + cache-api + 1.0.0 http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 1c03a24..d8a38d8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -32,9 +32,9 @@ - org.apache.geronimo.specs - geronimo-jcache_1.0_spec - 1.0-alpha-1 + javax.cache + cache-api + ${javax.cache.version} http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/examples/schema-import/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/schema-import/pom-standalone.xml b/examples/schema-import/pom-standalone.xml index 43b76d8..e443728 100644 --- a/examples/schema-import/pom-standalone.xml +++ b/examples/schema-import/pom-standalone.xml @@ -36,9 +36,9 @@ - org.apache.geronimo.specs - geronimo-jcache_1.0_spec - 1.0-alpha-1 + javax.cache + cache-api + 1.0.0 http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/examples/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schema-import/pom.xml b/examples/schema-import/pom.xml index eb1236d..62bb773 100644 --- a/examples/schema-import/pom.xml +++ b/examples/schema-import/pom.xml @@ -39,9 +39,9 @@ - org.apache.geronimo.specs - geronimo-jcache_1.0_spec - 1.0-alpha-1 + javax.cache + cache-api + ${javax.cache.version} http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/modules/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cassandra/pom.xml b/modules/cassandra/pom.xml index 2eff19e..3eda256 100644 --- a/modules/cassandra/pom.xml +++ b/modules/cassandra/pom.xml @@ -237,7 +237,7 @@ org.apache.ignite,org.springframework,org.gridgain - commons-logging,slf4j-api,geronimo-jcache_1.0_spec,slf4j-api,aopalliance + commons-logging,slf4j-api,cache-api,slf4j-api,aopalliance runtime http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index fe3a477..b80a924 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -63,9 +63,9 @@ - org.apache.geronimo.specs - geronimo-jcache_1.0_spec - 1.0-alpha-1 + javax.cache + cache-api + ${javax.cache.version} http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/modules/flume/README.txt ---------------------------------------------------------------------- diff --git a/modules/flume/README.txt b/modules/flume/README.txt index 97d8cac..bf7e0ff 100644 --- a/modules/flume/README.txt +++ b/modules/flume/README.txt @@ -20,7 +20,7 @@ plugins.d/ |-- lib | `-- ignite-flume-transformer-x.x.x.jar <-- your jar `-- libext - |-- geronimo-jcache_1.0_spec-1.0-alpha-1.jar + |-- cache-api-1.0.0.jar |-- ignite-core-x.x.x.jar |-- ignite-flume-x.x.x.jar <-- IgniteSink |-- ignite-spring-x.x.x.jar http://git-wip-us.apache.org/repos/asf/ignite/blob/1b7428bd/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 6600542..1553612 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -75,6 +75,7 @@ 1.9.13 2.7.5 1.0.0_1 + 1.0.0 9.2.11.v20150529 1.1.1 0.1.53_1