1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00
cdt/core/org.eclipse.cdt.core/META-INF
Jonah Graham 19a37f18b4 Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache
Java 16 restricts some reflection. The serializing of scannerInfoCache
with gson does some reflection on Pattern which isn't allowed.
Fortunately the reflection is not needed, we just have to prevent
gson from calling setAccessible by providing our own serialization
for the IExtendedScannerInfo

Change-Id: I0db5cec9cfec1ac4caabd2e67f1d6a336e361023
2021-04-08 10:55:26 -04:00
..
MANIFEST.MF Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache 2021-04-08 10:55:26 -04:00