You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/07/20 13:32:35 UTC

[ignite] branch ignite-ducktape updated (7bf4d5b -> 772bd39)

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

nizhikov pushed a change to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 7bf4d5b  Update of the Dockerfile to conform security policies.
     new 328ef28  bump version
     new 772bd39  fixing checkstyle

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/ducktests/pom.xml                                               | 2 +-
 .../org/apache/ignite/internal/ducktest/LongTxStreamerApplication.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[ignite] 02/02: fixing checkstyle

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

nizhikov pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 772bd39a1f2c01c2b9ceed7a7b824a49019b5236
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Thu Jul 16 21:24:44 2020 +0300

    fixing checkstyle
---
 .../org/apache/ignite/internal/ducktest/LongTxStreamerApplication.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/LongTxStreamerApplication.java b/modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/LongTxStreamerApplication.java
index 4bbc078..de3dbc7 100644
--- a/modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/LongTxStreamerApplication.java
+++ b/modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/LongTxStreamerApplication.java
@@ -23,8 +23,8 @@ import org.apache.ignite.Ignite;
 import org.apache.ignite.IgniteCache;
 import org.apache.ignite.internal.IgniteEx;
 import org.apache.ignite.internal.IgniteInterruptedCheckedException;
-import org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx;
 import org.apache.ignite.internal.ducktest.utils.IgniteAwareApplication;
+import org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx;
 import org.apache.ignite.internal.util.typedef.internal.U;
 import org.apache.ignite.transactions.Transaction;
 import org.apache.ignite.transactions.TransactionState;


[ignite] 01/02: bump version

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

nizhikov pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 328ef28dc1737d7e0e81b10bcd799716b6d8d563
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Thu Jul 16 21:22:56 2020 +0300

    bump version
---
 modules/ducktests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ducktests/pom.xml b/modules/ducktests/pom.xml
index d0aea24..81c73ca 100644
--- a/modules/ducktests/pom.xml
+++ b/modules/ducktests/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-ducktests</artifactId>
-    <version>2.9.0-SNAPSHOT</version>
+    <version>2.10.0-SNAPSHOT</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>