-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Fix JDK18+ SecurityManager
build failures (and maybe other failures on some older JDKs)
#6245
Comments
Also, JDK20 will make |
I just happened to see a reminder that we have some tests that we automatically skip under JDK9 and JDK10: guava/guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java Line 293 in f4c02a1
Apparently they work fine under JDK11+, unless I'm missing something. |
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions. (more work toward #6245) PiperOrigin-RevId: 493001256
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions. (more work toward #6245) PiperOrigin-RevId: 493001256
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions. (more work toward #6245) PiperOrigin-RevId: 493001256
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions. (more work toward #6245) PiperOrigin-RevId: 493001256
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.1...0.10.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #6092 RELNOTES=n/a PiperOrigin-RevId: 460776493
It [throws `UnsupportedOperationException`](https://bugs.openjdk.org/browse/JDK-8249627) under those versions. (more work toward #6245) PiperOrigin-RevId: 493077898
See #6243.
The text was updated successfully, but these errors were encountered: