doanduyhai / Achilles

An advanced Java Object Mapper/Query DSL generator for Cassandra
http://achilles.archinnov.info
Apache License 2.0
241 stars 92 forks source link

Allow unit testing on modern DW #349

Closed jared-wallace closed 5 years ago

jared-wallace commented 5 years ago

This is a breaking change, so perhaps not the best way to go about this, but there ought to be some option to disable JMX reporting on the embedded Cassandra server to allow compatibility with later versions of DW.

See: https://docs.datastax.com/en/developer/java-driver/3.5/manual/metrics/

doanduyhai commented 5 years ago

Thanks for the PR. For me there is no breaking change since no one is supposed to use JMX monitoring on an embedded Cassandra used only for testing purpose