You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/03/04 14:21:57 UTC

[ignite] branch ignite-11464-modules-indexing updated (0a39c12 -> be8d27f)

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a change to branch ignite-11464-modules-indexing
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 0a39c12  IGNITE-11464: Automatic modules support for Apache Ignite: Move of internal classes & lucene-less build allows to compile with -indexing.
     add b26bbb2  IGNITE-11322 [USABILITY] Extend Node FAILED message by add consistentId if it exist - Fixes #6180.
     add 6c562a9  IGNITE-11199 Add extra logging for client-server connections in TCP discovery - Fixes #6048.
     add 45c4dc9  IGNITE-10937: JDBC Thin Driver: add data page scan support. This closes #6114.
     new 8bb38d5  Merge branch 'master' into ignite-11464-modules-indexing
     new be8d27f  IGNITE-11464: Automatic modules research for Apache Ignite: log4j

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 modules/dev-utils/ignite-modules-test/build.gradle |   8 +-
 modules/dev-utils/ignite-modules-test/deps.txt     | 102 ++++++++++++++++++---
 2 files changed, 94 insertions(+), 16 deletions(-)


[ignite] 01/02: Merge branch 'master' into ignite-11464-modules-indexing

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-11464-modules-indexing
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 8bb38d5386bd5d752fe2f58730677287e211043d
Merge: 0a39c12 45c4dc9
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Mar 4 17:17:15 2019 +0300

    Merge branch 'master' into ignite-11464-modules-indexing



[ignite] 02/02: IGNITE-11464: Automatic modules research for Apache Ignite: log4j

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-11464-modules-indexing
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit be8d27fbf41fc3aaac2b4c5c99b43da78a7dd2a7
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Mar 4 17:21:41 2019 +0300

    IGNITE-11464: Automatic modules research for Apache Ignite: log4j
---
 modules/dev-utils/ignite-modules-test/build.gradle |   8 +-
 modules/dev-utils/ignite-modules-test/deps.txt     | 102 ++++++++++++++++++---
 2 files changed, 94 insertions(+), 16 deletions(-)

diff --git a/modules/dev-utils/ignite-modules-test/build.gradle b/modules/dev-utils/ignite-modules-test/build.gradle
index 283a408..0c65744 100644
--- a/modules/dev-utils/ignite-modules-test/build.gradle
+++ b/modules/dev-utils/ignite-modules-test/build.gradle
@@ -84,8 +84,14 @@ dependencies {
     
     // compile group: 'org.apache.ignite', name: 'ignite-direct-io', version: ignVer
     // compile group: 'org.apache.ignite', name: 'ignite-compress', version: ignVer
-    // compile group: 'org.apache.ignite', name: 'ignite-spring', version: ignVer
+    /* compile (group: 'org.apache.ignite', name: 'ignite-spring', version: ignVer) {
+        exclude group: 'org.apache.lucene'  // to remove "lucene-sandbox and analyzers-commons" package conflicts.
+    }*/
     // compile group: 'org.apache.ignite', name: 'ignite-ml', version: ignVer
+
+    compile group: 'org.apache.ignite', name: 'ignite-log4j', version: ignVer
+    compile group: 'org.apache.ignite', name: 'ignite-log4j2', version: ignVer
+    //compile group: 'org.apache.ignite', name: 'ignite-zookeeper', version: ignVer
 }
 
 test {
diff --git a/modules/dev-utils/ignite-modules-test/deps.txt b/modules/dev-utils/ignite-modules-test/deps.txt
index 2337570..e810ab6 100644
--- a/modules/dev-utils/ignite-modules-test/deps.txt
+++ b/modules/dev-utils/ignite-modules-test/deps.txt
@@ -19,20 +19,36 @@ compile - Dependencies for source set 'main' (deprecated, use 'implementation' i
 |    +--- javax.cache:cache-api:1.0.0
 |    +--- org.jetbrains:annotations:16.0.3
 |    \--- org.gridgain:ignite-shmem:1.0.0
-\--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
++--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- commons-codec:commons-codec:1.11
+|    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
+\--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
      +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
-     +--- commons-codec:commons-codec:1.11
-     \--- com.h2database:h2:1.4.197
+     +--- org.apache.logging.log4j:log4j-api:2.11.0
+     \--- org.apache.logging.log4j:log4j-core:2.11.0
+          \--- org.apache.logging.log4j:log4j-api:2.11.0
 
 compileClasspath - Compile classpath for source set 'main'.
 +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT
 |    +--- javax.cache:cache-api:1.0.0
 |    +--- org.jetbrains:annotations:16.0.3
 |    \--- org.gridgain:ignite-shmem:1.0.0
-\--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
++--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- commons-codec:commons-codec:1.11
+|    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
+\--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
      +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
-     +--- commons-codec:commons-codec:1.11
-     \--- com.h2database:h2:1.4.197
+     +--- org.apache.logging.log4j:log4j-api:2.11.0
+     \--- org.apache.logging.log4j:log4j-core:2.11.0
+          \--- org.apache.logging.log4j:log4j-api:2.11.0
 
 compileOnly - Compile only dependencies for source set 'main'.
 No dependencies
@@ -42,10 +58,18 @@ default - Configuration for default artifacts.
 |    +--- javax.cache:cache-api:1.0.0
 |    +--- org.jetbrains:annotations:16.0.3
 |    \--- org.gridgain:ignite-shmem:1.0.0
-\--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
++--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- commons-codec:commons-codec:1.11
+|    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
+\--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
      +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
-     +--- commons-codec:commons-codec:1.11
-     \--- com.h2database:h2:1.4.197
+     +--- org.apache.logging.log4j:log4j-api:2.11.0
+     \--- org.apache.logging.log4j:log4j-core:2.11.0
+          \--- org.apache.logging.log4j:log4j-api:2.11.0
 
 implementation - Implementation only dependencies for source set 'main'. (n)
 No dependencies
@@ -55,20 +79,36 @@ runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOn
 |    +--- javax.cache:cache-api:1.0.0
 |    +--- org.jetbrains:annotations:16.0.3
 |    \--- org.gridgain:ignite-shmem:1.0.0
-\--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
++--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- commons-codec:commons-codec:1.11
+|    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
+\--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
      +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
-     +--- commons-codec:commons-codec:1.11
-     \--- com.h2database:h2:1.4.197
+     +--- org.apache.logging.log4j:log4j-api:2.11.0
+     \--- org.apache.logging.log4j:log4j-core:2.11.0
+          \--- org.apache.logging.log4j:log4j-api:2.11.0
 
 runtimeClasspath - Runtime classpath of source set 'main'.
 +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT
 |    +--- javax.cache:cache-api:1.0.0
 |    +--- org.jetbrains:annotations:16.0.3
 |    \--- org.gridgain:ignite-shmem:1.0.0
-\--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
++--- org.apache.ignite:ignite-indexing:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- commons-codec:commons-codec:1.11
+|    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
+\--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
      +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
-     +--- commons-codec:commons-codec:1.11
-     \--- com.h2database:h2:1.4.197
+     +--- org.apache.logging.log4j:log4j-api:2.11.0
+     \--- org.apache.logging.log4j:log4j-core:2.11.0
+          \--- org.apache.logging.log4j:log4j-api:2.11.0
 
 runtimeElements - Elements of runtime for main. (n)
 No dependencies
@@ -88,6 +128,14 @@ testCompile - Dependencies for source set 'test' (deprecated, use 'testImplement
 |    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
 |    +--- commons-codec:commons-codec:1.11
 |    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
++--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- org.apache.logging.log4j:log4j-api:2.11.0
+|    \--- org.apache.logging.log4j:log4j-core:2.11.0
+|         \--- org.apache.logging.log4j:log4j-api:2.11.0
 \--- junit:junit:4.12
      \--- org.hamcrest:hamcrest-core:1.3
 
@@ -100,6 +148,14 @@ testCompileClasspath - Compile classpath for source set 'test'.
 |    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
 |    +--- commons-codec:commons-codec:1.11
 |    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
++--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- org.apache.logging.log4j:log4j-api:2.11.0
+|    \--- org.apache.logging.log4j:log4j-core:2.11.0
+|         \--- org.apache.logging.log4j:log4j-api:2.11.0
 \--- junit:junit:4.12
      \--- org.hamcrest:hamcrest-core:1.3
 
@@ -118,6 +174,14 @@ testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testR
 |    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
 |    +--- commons-codec:commons-codec:1.11
 |    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
++--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- org.apache.logging.log4j:log4j-api:2.11.0
+|    \--- org.apache.logging.log4j:log4j-core:2.11.0
+|         \--- org.apache.logging.log4j:log4j-api:2.11.0
 \--- junit:junit:4.12
      \--- org.hamcrest:hamcrest-core:1.3
 
@@ -130,6 +194,14 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
 |    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
 |    +--- commons-codec:commons-codec:1.11
 |    \--- com.h2database:h2:1.4.197
++--- org.apache.ignite:ignite-log4j:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    \--- log4j:log4j:1.2.17
++--- org.apache.ignite:ignite-log4j2:2.8.0-SNAPSHOT
+|    +--- org.apache.ignite:ignite-core:2.8.0-SNAPSHOT (*)
+|    +--- org.apache.logging.log4j:log4j-api:2.11.0
+|    \--- org.apache.logging.log4j:log4j-core:2.11.0
+|         \--- org.apache.logging.log4j:log4j-api:2.11.0
 \--- junit:junit:4.12
      \--- org.hamcrest:hamcrest-core:1.3