-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swapped in the new ING JDBC wrapper and the DataStax OSS Driver #205
Conversation
Hello @kevin-atx, A new version of Cassandra JDBC wrapper (4.9.1) has been published and solved issues preventing it to work correctly with Liquibase, it should be better to use this version instead of 4.9.0. |
Updated to the latest version of the JDBC wrapper since it was updated to work better with Liquibase.
@maximevw Thank you for the update! I made the pom file changes and will continue to work on getting this branch working. |
@kevin-atx The bundle jar in lib folder should be updated as well because the dependency in pom references a system path, so just updating the version will have no effect. 😉 |
Thanks @maximevw - updated the new library in the lib folder as well. :) |
@sfinias - hey, we discussed cassandra driver (incorrect) change some time ago. What do you think of this one? |
# Conflicts: # src/main/java/liquibase/ext/cassandra/database/CassandraDatabase.java
@filipelautert Looks good to me! 🚀 |
No description provided.