jsevellec / cassandra-unit

Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
GNU Lesser General Public License v3.0
424 stars 1 forks source link

Added withoutJMXReporting to EmbeddedCassandraServerHelper #274

Closed hochgi closed 6 years ago

hochgi commented 6 years ago

Without it, it'll fail for any application that added Dropwizard Metrics 4 dependency: https://docs.datastax.com/en/developer/java-driver/3.5/manual/metrics/#metrics-4-compatibility

jsevellec commented 6 years ago

good spot thanks!

hochgi commented 6 years ago

@jsevellec thanks for merging! Are you planning to release soon? (We just added Dropwizard Metrics 4, and that's how I found out it breaks our testing code. would love to get my hands on a fresh working release :grinning: )

jsevellec commented 6 years ago

Yes don't worry. I've planned to release it today

erikvanoosten commented 5 years ago

See also #256 .