-
Notifications
You must be signed in to change notification settings - Fork 35
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
Simba Backwards compatibility for v4.25+ #244
Comments
Hello @Tylorjg, The new driver has been introduced to solve licensing issues (see issue #148) because Simba JDBC is no more freely accessible. If it's really required to have the compatibility with Simba driver (or other proprietary drivers for Cassandra), I suggest you to turn this discussion into a feature request and discuss it with the Liquibase team. I think the best way to provide this is to introduce a SPI and let the users with the appropriate license for other drivers like Simba implementing the interface to use their driver. |
Hello @maximevw, You are right that this should be a feature request. The Simba driver isn't easily accessible at this time, but there are still pipelines set up that download via a direct download URL. Of course, it is unknown how long the direct download URL is going to be accessible. It would be beneficial to all users still using the Simba driver to be able to upgrade without breaking their pipelines. |
Hi @Tylorjg - can you give us an idea of the errors or problems you face when you try to use the Simba driver? Is it a problem with the changesets themselves or the confiugration of Liquibase itself? If so, can you provide the changesets or configuration settings affected and explain what you think needs to be changed about them? This information will help other users who have working Cassandra pipelines (we can include in the docs) and will help contributors understand the impact/value of this issue - especially since it seems like it may be be a larger effort. |
With the release for v4.25, new driver support was added; however, the version isn't backwards compatible with pipelines set up with the Simba driver.
It would be nice to have newer versions of Liquibase still work with the Simba driver.
The text was updated successfully, but these errors were encountered: