IGNITE-2949 - Replaced JCache dependency with Geronimo
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3b22e83f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3b22e83f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3b22e83f Branch: refs/heads/ignite-1232 Commit: 3b22e83fd7684d93bfa9c58059206c07820df506 Parents: 2d40ae6 Author: Valentin Kulichenko <[email protected]> Authored: Tue Jul 5 18:41:38 2016 -0700 Committer: Valentin Kulichenko <[email protected]> Committed: Tue Jul 5 18:41:38 2016 -0700 ---------------------------------------------------------------------- modules/kafka/README.txt | 4 ++-- .../platforms/dotnet/Apache.Ignite.Core.Tests/DeploymentTest.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3b22e83f/modules/kafka/README.txt ---------------------------------------------------------------------- diff --git a/modules/kafka/README.txt b/modules/kafka/README.txt index 259a4f6..80103a6 100644 --- a/modules/kafka/README.txt +++ b/modules/kafka/README.txt @@ -47,7 +47,7 @@ as described in the following subsection. - ignite-kafka-connect-x.x.x-SNAPSHOT.jar - ignite-core-x.x.x-SNAPSHOT.jar - ignite-spring-x.x.x-SNAPSHOT.jar -- cache-api-1.0.0.jar +- geronimo-jcache_1.0_spec-1.0-alpha-1.jar - spring-aop-4.1.0.RELEASE.jar - spring-beans-4.1.0.RELEASE.jar - spring-context-4.1.0.RELEASE.jar @@ -140,7 +140,7 @@ as described in the following subsection. 1. Put the following jar files on Kafka's classpath - ignite-kafka-connect-x.x.x-SNAPSHOT.jar - ignite-core-x.x.x-SNAPSHOT.jar -- cache-api-1.0.0.jar +- geronimo-jcache_1.0_spec-1.0-alpha-1.jar - ignite-spring-x.x.x-SNAPSHOT.jar - spring-aop-4.1.0.RELEASE.jar - spring-beans-4.1.0.RELEASE.jar http://git-wip-us.apache.org/repos/asf/ignite/blob/3b22e83f/modules/platforms/dotnet/Apache.Ignite.Core.Tests/DeploymentTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/DeploymentTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/DeploymentTest.cs index cd23724..e890dc8 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/DeploymentTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/DeploymentTest.cs @@ -45,7 +45,7 @@ namespace Apache.Ignite.Core.Tests // Copy jars var home = IgniteHome.Resolve(null); - var jarNames = new[] {@"\ignite-core-", @"\cache-api-1.0.0.jar", @"\modules\spring\" }; + var jarNames = new[] {@"\ignite-core-", @"\geronimo-jcache_1.0_spec-1.0-alpha-1.jar", @"\modules\spring\" }; var jars = Directory.GetFiles(home, "*.jar", SearchOption.AllDirectories) .Where(jarPath => jarNames.Any(jarPath.Contains)).ToArray(); @@ -87,7 +87,7 @@ namespace Apache.Ignite.Core.Tests { VerifyNodeStarted(exePath); } - finally + finally { proc.Kill();
