-
Notifications
You must be signed in to change notification settings - Fork 43
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
Java 11 warning for protobuf illegal reflective access #62
Comments
I think that would be something to take up with the os72 shaded protobuf libraries that we use (https://github.com/os72) ? We haven't looked at Java 11 support yet for |
+1 I'm using this in java 11 |
@mpetazzoni Protobuf fixed this in 3.7.0 according to protocolbuffers/protobuf#5549, and there is a shaded version of 3.11.1 at https://github.com/os72/protobuf-java-shaded-3-11-1. So I think signalfx-java can just bump these versions now (although there might be issues to resolve). |
+1 for this. |
We've doing a migration of our application to Java 11 and Spring Boot 2.1.0 and we get these warning messages in our logs:
Not sure if this repository is the right one to reise the issue but I considered that we are using signalfx library and not protobuf so here should be the best place to report the issue.
The text was updated successfully, but these errors were encountered: