Skip to content
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 operation #235

Closed
MorinRemi opened this issue Oct 2, 2019 · 5 comments · Fixed by #239
Closed

illegal reflective access operation #235

MorinRemi opened this issue Oct 2, 2019 · 5 comments · Fixed by #239
Assignees

Comments

@MorinRemi
Copy link

com.google.datastore.v1.client.RemoteRpc does an Illegal reflective access when running on Java 11 (and probably any above java 1.8) resulting in error being sent right to system error.

The offensive line is https://github.com/GoogleCloudPlatform/google-cloud-datastore/blob/a23940d0634d7f537faf01ad9e60598046bcb40a/java/datastore/src/main/java/com/google/datastore/v1/client/RemoteRpc.java#L72

You can read more on the JVM modern behaviour here:
http://openjdk.java.net/jeps/261#Relaxed-strong-encapsulation

Full error:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.datastore.v1.client.RemoteRpc$GzipFixingInputStream (file:/Users/gen06958/.gradle/caches/modules-2/files-2.1/com.google.cloud.datastore/datastore-v1-proto-client/1.6.0/8b2516336fdf191d86d9979588b23cd502aa8f73/datastore-v1-proto-client-1.6.0.jar) to field java.io.FilterInputStream.in
WARNING: Please consider reporting this to the maintainers of com.google.datastore.v1.client.RemoteRpc$GzipFixingInputStream
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

@eddavisson
Copy link
Contributor

I posted an update to googleapis/google-http-java-client#367 which would remove the need for this hack entirely.

@elharo elharo added the bug label Oct 29, 2019
@elharo
Copy link
Contributor

elharo commented Oct 30, 2019

We can fix this but we need a release of google-http-java-client first.

@elharo elharo self-assigned this Oct 31, 2019
@elharo
Copy link
Contributor

elharo commented Oct 31, 2019

http-java-client released, proceeding

@bhautiksutariya
Copy link

How to fix this? I am using below dependency for datastore
org.springframework.cloud:spring-cloud-gcp-starter-data-datastore:1.1.2.RELEASE

@elharo
Copy link
Contributor

elharo commented Jun 10, 2020

Make sure you're using the latest version of the datastore and http clients. libraries-bom 5.6.0 should give you this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants