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
Thanks for your reply.
I guess it could be useful to add this to the wiki, under a Troubleshooting / FAQ section?
Let me know if I can help with this.
Besides, after having migrated my projects to cassandra-all 1.1.5, I am now having the below issue when running my unit tests:
java.lang.NoSuchMethodError: org.yaml.snakeyaml.Yaml.loadAs(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
at org.cassandraunit.dataset.yaml.AbstractYamlDataSet.getParsedKeyspace(AbstractYamlDataSet.java:32)
at org.cassandraunit.dataset.commons.AbstractCommonsParserDataSet.getKeyspace(AbstractCommonsParserDataSet.java:30)
at org.cassandraunit.DataLoader.load(DataLoader.java:59)
at org.cassandraunit.DataLoader.load(DataLoader.java:55)
Hi,
To avoid all the:
due to conflicting dependencies, would it be possible to have a way to configure cassandra-unit with the versions used in client projects?
I guess this would also avoid having to release new versions of cassandra-unit just to upgrade to different versions of Hector/Cassandra.
Thanks & Regards,
Marc.
P.S. : Happy to help implementing this, provided some guidance.
EDIT:
As a workaround, Maven exclusions work on cassandra-unit 1.1.12, using the cassandra-all 1.0.7 and hector-core 1.0-5 in all my modules:
The text was updated successfully, but these errors were encountered: