-
Notifications
You must be signed in to change notification settings - Fork 171
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
Illegal reflective access. v3.11.0 #202
Comments
Also having this issue
|
still having this issue in jdbc driver version: 3.11.1 Ubuntu 18.04 x64 edit: I've also tried this on Windows 10, running openjdk-11.28, and the same message showed up.
|
same here, Flyway 6.2.4 + jdbc 3.11.1 |
Added to the backlog. |
Same issue for me linux version
java version
flyway Error
|
I have seen this issue as well, although it is just a warning so allows me to proceed. This isn't blocking anyone is it? |
Same warning while connecting to the snowflake database. Driver: snowflake-jdbc: 3.12.5
The warning that shows up is:
|
I have the same issue. |
I also have a similar issue with snowflake-jdbc version 3.12.0 and Flyway version 7.3.2, however in my case it is illegal reflective access by
It seems that the bouncycastle maintainers fixed that issue in 2019, so |
Hi all i'm also getting the similar issue. WARNING: An illegal reflective access operation has occurred Java version : 11.0.7 |
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.
Using Java 14 and the latest version of the driver, this is still giving the issue -
|
This issue is fixed in |
After an upgrade of
snowflake-jdbc
from3.10.3
to3.11.0
version, started to see the following message when any SQL statement is executed.Java version
The text was updated successfully, but these errors were encountered: