grpc-java/context
Sergii Tkachenko 0cf2d8bc48
context: Skip storageReturnsNullTest for JDK >= 11 (#9484)
JDK-8210522 changes the behaviour of Java reflection to filter out
security-sensitive fields in the java.lang.reflect.Field. This
prohibits Field.class.getDeclaredFields("modifiers") call we rely on
in this test. Until we have a good solution for setting a custom
storage for testing purposes, we'll have to skip this test
for JDK >= 11. Ref https://bugs.openjdk.org/browse/JDK-8210522
2022-08-24 10:17:12 -07:00
..
src context: Skip storageReturnsNullTest for JDK >= 11 (#9484) 2022-08-24 10:17:12 -07:00
BUILD.bazel context: Remove unnecessary deps from Bazel target 2019-04-12 19:18:44 -07:00
build.gradle Bump Google Auth, Guava, Auto Value 2022-02-16 15:47:24 -08:00