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/d767e518 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d767e518 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d767e518 Branch: refs/heads/ignite-1232-1 Commit: d767e518bf7844e3dcdb3f3fdc02da5ecc1b4f54 Parents: 5ec99e8 Author: Valentin Kulichenko <[email protected]> Authored: Thu Jul 7 00:05:16 2016 -0700 Committer: Valentin Kulichenko <[email protected]> Committed: Tue Jul 19 16:10:48 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/d767e518/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/d767e518/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/d767e518/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 @@ <dependencies> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcache_1.0_spec</artifactId> - <version>1.0-alpha-1</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>1.0.0</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/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 @@ <dependencies> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcache_1.0_spec</artifactId> - <version>1.0-alpha-1</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>1.0.0</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index cba056d..979a46f 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -32,9 +32,9 @@ <dependencies> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcache_1.0_spec</artifactId> - <version>1.0-alpha-1</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>${javax.cache.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/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 @@ <dependencies> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcache_1.0_spec</artifactId> - <version>1.0-alpha-1</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>1.0.0</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/examples/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/examples/schema-import/pom.xml b/examples/schema-import/pom.xml index f5ccac0..b6e36ef 100644 --- a/examples/schema-import/pom.xml +++ b/examples/schema-import/pom.xml @@ -39,9 +39,9 @@ <dependencies> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcache_1.0_spec</artifactId> - <version>1.0-alpha-1</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>${javax.cache.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/modules/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cassandra/pom.xml b/modules/cassandra/pom.xml index c9ff87d..dc8b08c 100644 --- a/modules/cassandra/pom.xml +++ b/modules/cassandra/pom.xml @@ -236,7 +236,7 @@ org.apache.ignite,org.springframework,org.gridgain </excludeGroupIds> <excludeArtifactIds> - commons-logging,slf4j-api,geronimo-jcache_1.0_spec,slf4j-api,aopalliance + commons-logging,slf4j-api,cache-api,slf4j-api,aopalliance </excludeArtifactIds> <includeScope>runtime</includeScope> </configuration> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 7529b0b..5e32caf 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -63,9 +63,9 @@ <dependencies> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcache_1.0_spec</artifactId> - <version>1.0-alpha-1</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>${javax.cache.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/d767e518/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/d767e518/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e4a6f84..3e9a71c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -76,6 +76,7 @@ <jackson.version>1.9.13</jackson.version> <jackson2.version>2.7.5</jackson2.version> <javax.cache.bundle.version>1.0.0_1</javax.cache.bundle.version> + <javax.cache.version>1.0.0</javax.cache.version> <jetty.version>9.2.11.v20150529</jetty.version> <jms.spec.version>1.1.1</jms.spec.version> <jsch.bundle.version>0.1.53_1</jsch.bundle.version>
