1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
cdt/core
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
..
org.eclipse.cdt.core Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache 2021-04-08 10:55:26 -04:00
org.eclipse.cdt.core.linux Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.linux.aarch64 Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.linux.ppc64le Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.linux.x86_64 Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.macosx Bug 572581: update jnilibs for new version of cdt-infra 2021-04-04 21:18:31 -04:00
org.eclipse.cdt.core.native Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.tests Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache 2021-04-08 10:55:26 -04:00
org.eclipse.cdt.core.win32 Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.win32.x86_64 Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.ui [releng] Bump version number 2021-01-11 15:14:09 -05:00
org.eclipse.cdt.ui.tests Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
pom.xml Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00