-
Notifications
You must be signed in to change notification settings - Fork 76
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
Method handle #1689
Method handle #1689
Conversation
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.
tests are failing
@elharo PTAL. |
@@ -134,7 +134,6 @@ | |||
<mainClass>com.google.cloud.tools.opensource.dependencies.Java8IncompatibleReferenceCheck</mainClass> | |||
<arguments> | |||
<argument>../boms/cloud-oss-bom/pom.xml</argument> | |||
<argument>src/main/resources/java8-incompatible-reference-check-exclusion.xml</argument> |
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.
This file contained only the linkage errors on MethodHandle.
@@ -134,7 +134,6 @@ | |||
<mainClass>com.google.cloud.tools.opensource.dependencies.Java8IncompatibleReferenceCheck</mainClass> |
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.
I'll remove this class once protobuf-java fixes the issue.
protocolbuffers/protobuf#7827
assert buildLog.text.contains("Linkage Checker rule found 850 errors:") |
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.
MethodHandle linkage errors are not reported.
Fixes #1684 .