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:38:30 UTC

[cassandra-in-jvm-dtest-api] branch master updated (b0054ea -> c87140e)

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

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


    from b0054ea  CASSANDRA-16109: if user has not set nodeCount, use the node id topology size (#20)
     new caadd8a  Update chanelog
     new c87140e  [maven-release-plugin] prepare release 0.0.5

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:
 CHANGES.txt | 10 ++++++++++
 pom.xml     | 20 ++++++++++++++++++--
 2 files changed, 28 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
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/02: [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 master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit c87140e4289a52f8507322849ba028c8a85066d4
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 020b404..1c0e6f4 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>
 
@@ -135,6 +135,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>
 
@@ -142,7 +158,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


[cassandra-in-jvm-dtest-api] 01/02: 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 master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit caadd8a169dde873b3816057cb6a75ae9df63751
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