-
Notifications
You must be signed in to change notification settings - Fork 75
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
Updating the snowflake-jdbc driver to 3.13.1 #54
Conversation
girimathi
commented
Mar 23, 2021
The older version of the snowflake-jdbc-3.12.3 driver version introduced the Illegal reflective access mentioned in this issue# snowflakedb/snowflake-jdbc#202. The updated snowflake-jdbc-3.13.1.jar version fixing the issue as tested in our environment.
Hi Liquibase team, Please let me know when can expect this Pull request review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add the new SHA1 for the 13.1 snowflake driver. Can you update line 66 please?
Thanks!
Updated the SNOWFLAKE_SHA1 to snowflake-jdbc-3.13.1.jar.sha1, reference https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.13.1/snowflake-jdbc-3.13.1.jar.sha1
Thanks for your review. |
You are the BEST! Thanks! |
This will be |
Great, thanks for the approval and merge. |
Thank YOU @girimathi . Shouild be already out and tagged as |
yes, the latest tagged liquibase container having the update and fixed the issues. |
Awesome! Thank YOU! |
Could we also include liquibase-snowflake-4.3.2.jar into docker image? I think it's needed to have Snwoflake connection fully working. Without that it is failing on my instance. I could even prepare merge request for that but https://github.com/liquibase/liquibase-snowflake/releases doesn't share SHA1 value. |
Hi, @lgadawski ! You just need to download the jar file from maven central and run Happy to merge the update! |