You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the latest release is incompatible with the latest Datastax version, although the master branch of this repository has the fixed version.
In release 3.11.2.0, (also on Maven central), the code refers to the package com.datastax.driver.core which is no longer present. The below snippet is from the file org/cassandraunit/CQLDataLoader.java
package org.cassandraunit;
import com.datastax.driver.core.Session; // this line
import org.cassandraunit.dataset.CQLDataSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static org.cassandraunit.utils.CqlOperations.*;
/**
* @author Marcin Szymaniuk
* @author Jeremy Sevellec
*/
public class CQLDataLoader {
...
Please release the fixed version.
The text was updated successfully, but these errors were encountered:
Currently, the latest release is incompatible with the latest Datastax version, although the master branch of this repository has the fixed version.
In release 3.11.2.0, (also on Maven central), the code refers to the package
com.datastax.driver.core
which is no longer present. The below snippet is from the fileorg/cassandraunit/CQLDataLoader.java
Please release the fixed version.
The text was updated successfully, but these errors were encountered: