Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
fix(java): remove conflicting reflection configuration to address Uns…
Browse files Browse the repository at this point in the history
…upportedFeatureException with GraalVM 22.1.0 (#1682)

* fix: remove conflicting configuration to address breakage with GraalVM 22.1.0
  • Loading branch information
mpeddada1 authored May 13, 2022
1 parent c1b88e3 commit 97c6c8b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,5 @@ private static void loadMiscClasses(BeforeAnalysisAccess access) {
registerClassForReflection(access, "com.google.api.FieldBehavior");

registerForUnsafeFieldAccess(access, "javax.net.ssl.SSLContext", "contextSpi");
registerClassForReflection(access, "java.lang.management.ManagementFactory");
registerClassForReflection(access, "java.lang.management.RuntimeMXBean");
}
}

0 comments on commit 97c6c8b

Please sign in to comment.