You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by if...@apache.org on 2020/09/25 14:41:48 UTC

[cassandra-in-jvm-dtest-api] branch release updated (17d1cef -> f900334)

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

ifesdjeen pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


 discard 17d1cef  [maven-release-plugin] prepare for next development iteration
    omit c87140e  [maven-release-plugin] prepare release 0.0.5
    omit caadd8a  Update chanelog
     add eab4f00  Disable javadoc lint
     new 2096398  Update chanelog
     new c2780b7  [maven-release-plugin] prepare release 0.0.5
     new f900334  [maven-release-plugin] prepare for next development iteration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (17d1cef)
            \
             N -- N -- N   refs/heads/release (f900334)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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:
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-in-jvm-dtest-api] 03/03: [maven-release-plugin] prepare for next development iteration

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

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit f900334d2f61f0b10640ba7ae15958f26df72d92
Author: Alex Petrov <ol...@gmail.com>
AuthorDate: Fri Sep 25 16:38:37 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a5d76e7..8380768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cassandra</groupId>
     <artifactId>dtest-api</artifactId>
-    <version>0.0.5</version>
+    <version>0.0.6-SNAPSHOT</version>
     <name>In JVM Test API</name>
     <description>In JVM Test API</description>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-in-jvm-dtest-api] 01/03: Update chanelog

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

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 2096398bbb743c8ef9b744553d2055f520e8d88e
Author: Alex Petrov <ol...@gmail.com>
AuthorDate: Fri Sep 25 16:32:00 2020 +0200

    Update chanelog
---
 CHANGES.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 27ce824..e8dc967 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,13 @@
+# 0.0.5
+
+CASSANDRA-16109: If user has not set nodeCount, use the node id topology size
+CASSANDRA-16057: Update in-jvm dtest to expose stdout and stderr for nodetool
+CASSANDRA-16120: Add ability for jvm-dtest to grep instance logs
+CASSANDRA-16101: Add method to ignore uncaught throwables
+CASSANDRA-16109: Collect dc/rack information and validate when building
+CASSANDRA-15386: Default to 3 datadirs in in-jvm dtests
+CASSANDRA-16101: Add method to fetch uncaught exceptions
+
 # 0.0.4
 
 CASSANDRA-15920: Make SimpleQueryResult a container for client warnings, and expose those warnings via QueryResult


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-in-jvm-dtest-api] 02/03: [maven-release-plugin] prepare release 0.0.5

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

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit c2780b75cd06d54b78aceb076a459cd332be0625
Author: Alex Petrov <ol...@gmail.com>
AuthorDate: Fri Sep 25 16:38:25 2020 +0200

    [maven-release-plugin] prepare release 0.0.5
---
 pom.xml | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 469c257..a5d76e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cassandra</groupId>
     <artifactId>dtest-api</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5</version>
     <name>In JVM Test API</name>
     <description>In JVM Test API</description>
 
@@ -151,6 +151,22 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>3.0.1</version>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                        <configuration>
+                            <doclint>none</doclint>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 
@@ -158,7 +174,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</url>
-      <tag>HEAD</tag>
+      <tag>0.0.5</tag>
   </scm>
 </project>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org