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

Release CU to support Cassandra driver version 4.x #300

Open alivesubstance opened 4 years ago

alivesubstance commented 4 years ago

I see master branch has already migrated to Cassandra driver 4.x version. Do you have a plans to release it and deploy into maven repository?

bbottema commented 4 years ago

Indeed, I'm also running into class not found exceptions, because cassandra unit is behind on the new driver.

jsevellec commented 4 years ago

I've planned to do it soon. There's already a snapshot available if you want to give it a try before the proper release

sethishi commented 4 years ago

Hi @jsevellec , would you be able to provide any sort of time frames for the release. I have been able to use the snapshot version fine, still testing it and no functional issues so far.

jsevellec commented 4 years ago

@sethishi thanks for the feedback. I'll release it soon

sethishi commented 4 years ago

Hi Guys, I see a new version on maven repository , assuming it is for the latest driver version 4.x testCompile group: 'org.cassandraunit', name: 'cassandra-unit', version: '4.3.1.0' My tests have started failing for the latest version compared to 4.2.2.0-SNAPSHOT. Are you aware of any compatibility issues?

bbottema commented 4 years ago

What's the current status?

jsevellec commented 4 years ago

The release has been done. I missed this issue but yeah artifacts are available : https://github.com/jsevellec/cassandra-unit/wiki/changelog