grpc-java/context/src
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
..
jmh/java/io/grpc Update to Error Prone 2.4 2020-08-06 10:56:16 -05:00
main/java/io/grpc Bump ErrorProne to 2.10.0 2022-01-12 12:06:27 -08:00
test/java/io/grpc context: Skip storageReturnsNullTest for JDK >= 11 (#9484) 2022-08-24 10:17:12 -07:00