Skip to content

Commit

Permalink
Add reflection hints for native-image support (#3325)
Browse files Browse the repository at this point in the history
Fixes #3321
  • Loading branch information
violetagg committed Jan 4, 2023
1 parent 13f88e4 commit 9d47a04
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"condition": {
"typeReachable": "reactor.core.publisher.Traces"
},
"name": "reactor.core.publisher.Traces$StackWalkerCallSiteSupplierFactory",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"condition": {
"typeReachable": "reactor.core.publisher.Traces"
},
"name": "reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"condition": {
"typeReachable": "reactor.core.publisher.Traces"
},
"name": "reactor.core.publisher.Traces$ExceptionCallSiteSupplierFactory",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
}
]

0 comments on commit 9d47a04

Please sign in to comment.