Skip to content

Commit

Permalink
Remove Traces$SharedSecretsCallSiteSupplierFactory from the native-im…
Browse files Browse the repository at this point in the history
…age configuration (#3339)

Traces$SharedSecretsCallSiteSupplierFactory is targeting JDK 8,
it uses sun.misc.SharedSecrets which is unavailable on Java 9+

Current GraalVM 22.3.1 provides Java 11/17/19-based GraalVM
https://www.graalvm.org/release-notes/22_3/

Fixes #3334
  • Loading branch information
violetagg committed Feb 3, 2023
1 parent 912441f commit 89202c4
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
}
]
},
{
"condition": {
"typeReachable": "reactor.core.publisher.Traces"
},
"name": "reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"condition": {
"typeReachable": "reactor.core.publisher.Traces"
Expand Down

0 comments on commit 89202c4

Please sign in to comment.