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/10/05 17:10:16 UTC

[cassandra-in-jvm-dtest-api] branch master updated (6b6e15c -> 2f0d932)

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.


 discard 6b6e15c  Merge pull request #21 from jrwest/jwest/16148
    omit c2a7f48  Add IInstance#getReleaseVersionString
     add 2096398  Update chanelog
     add c2780b7  [maven-release-plugin] prepare release 0.0.5
     add f900334  [maven-release-plugin] prepare for next development iteration
     new 2f0d932  Add IInstance#getReleaseVersionString

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   (6b6e15c)
            \
             N -- N -- N   refs/heads/master (2f0d932)

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 1 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] 01/01: Add IInstance#getReleaseVersionString

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 2f0d9321563d6c942c7cf7f7cb532ce4ce023773
Author: Jordan West <jo...@gmail.com>
AuthorDate: Thu Oct 1 17:15:23 2020 -0700

    Add IInstance#getReleaseVersionString
---
 src/main/java/org/apache/cassandra/distributed/api/IInstance.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/cassandra/distributed/api/IInstance.java b/src/main/java/org/apache/cassandra/distributed/api/IInstance.java
index 2230cb4..045ea00 100644
--- a/src/main/java/org/apache/cassandra/distributed/api/IInstance.java
+++ b/src/main/java/org/apache/cassandra/distributed/api/IInstance.java
@@ -86,6 +86,8 @@ public interface IInstance extends IIsolatedExecutor
 
     void setMessagingVersion(InetSocketAddress addressAndPort, int version);
 
+    String getReleaseVersionString();
+
     void flush(String keyspace);
 
     void forceCompact(String keyspace, String table);


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