-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 in Java 10 #3729
Comments
That's a really old version. Can you try in 0.62.0-alpha and see if it still happens? |
The latest version in Maven Central is |
I also tried using these two dependencies instead of the |
Off the top of my head, I'm not sure what the com.google.cloud:google-cloud artifact is. Wherever it comes from, it hasn't been updated since May. If 1.45.0 is failing, we probably need to take a look at this. I'm not sure what our official stance on Java 9 and 10 support is. It looks like the issue comes from deep inside Netty: WARNING: Please consider reporting this to the maintainers of io.grpc.netty.shaded.io.netty.util.internal.ReflectionUtil so that's where the initial fix needs to go followed by an upgrade to our dependency here. |
As JDK11 is GA support should be considered |
When using
[com.google.cloud/google-cloud "0.47.0-alpha"]
in Clojure[org.clojure/clojure "1.9.0"]
usingopenjdk version "10.0.2" 2018-07-17
, when my application starts, I receive the following warnings from the JVM:The project producing this error is using the following class imports from the Google Cloud library:
com.google.cloud.datastore
:Key KeyFactory Datastore DatastoreOptions
com.google.cloud.logging
:Logging Logging$WriteOption LoggingOptions LogEntry Payload Payload$JsonPayload
com.google.cloud
:MonitoredResource
The text was updated successfully, but these errors were encountered: