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

Update the Guava project to use JDK 17 rather than the default JDK 15. #8980

Closed
wants to merge 3 commits into from

Conversation

eamonnmcmanus
Copy link
Member

@DonggeLiu
Copy link
Contributor

There is a download failure in CI build (libfuzzer, address, x86_64).
Rerunning the test just in case it is flaky.

@eamonnmcmanus
Copy link
Member Author

I think that transient download error was masking a later problem:

INFO: Instrumented InetAddressesFuzzer (took 86 ms, size +17%)
Exception in thread "main" java.lang.UnsupportedClassVersionError: InetAddressesFuzzer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 59.0
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:151)

Let me see if I can reproduce that locally to fix it.

@eamonnmcmanus eamonnmcmanus marked this pull request as draft November 15, 2022 00:48
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 this pull request may close these issues.

3 participants