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
from 05f4990 [maven-release-plugin] prepare for next development iteration
add acaabaf Add support for JMX
add dadade5 Updated setting newVersion to look up the current version
add 369355a Update CHANGES.txt
add ea4b44e [maven-release-plugin] prepare release 0.0.14
add 07cb6fe [maven-release-plugin] prepare for next development iteration
add 1e3bc4c Add JMX utility class to in-jvm dtest to ease development of
new tests using JMX
add 48af78d [maven-release-plugin] prepare release 0.0.15
add 695ef5e [maven-release-plugin] prepare for next development iteration
add f3a3b98 CASSANDRA-18727 - JMXUtil.getJmxConnector should retry
connection attempts (#37)
new e973f5b [maven-release-plugin] prepare release 0.0.15
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 | 4 +
README.md | 4 +-
pom.xml | 4 +-
.../apache/cassandra/distributed/api/Feature.java | 2 +-
.../cassandra/distributed/api/IInstanceConfig.java | 2 +
.../cassandra/distributed/api/LogAction.java | 30 +----
.../distributed/shared/InstanceClassLoader.java | 61 +++++++++-
.../cassandra/distributed/shared/JMXUtil.java | 127 +++++++++++++++++++++
...ThrowingRunnable.java => Uninterruptibles.java} | 36 +++---
9 files changed, 225 insertions(+), 45 deletions(-)
create mode 100644
src/main/java/org/apache/cassandra/distributed/shared/JMXUtil.java
copy
src/main/java/org/apache/cassandra/distributed/shared/{ThrowingRunnable.java =>
Uninterruptibles.java} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]