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 0 forks source link

Update Cassandra version to 3.11.6 #312

Open duckdeer opened 4 years ago

duckdeer commented 4 years ago

Due to an error on Windows system while starting Cassandra version 3.11.5 I've updated the dependency to 3.11.6. With this version the error is solved and Cassandra can be used again on Windows systems. I've tested the update with a local cassandra-unit build, everything went fine. The error with version 3.11.5 is described here: https://issues.apache.org/jira/browse/CASSANDRA-15426

Could you please merge the pull request and create a new maven artefact in maven central?

Best regards, Mathias

robertschubert commented 4 years ago

Hi @jsevellec I also need this change to be able to use cassandra-unit. Would be great if you could merge that pull request. Best, Robert