Skip to content

Commit

Permalink
Native image configuration reflection update for Jaeger. (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer committed Apr 11, 2022
1 parent 5111ea2 commit 93da42e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,14 @@
"allowWrite": true
}
]
},
{
"name": "java.time.Instant",
"methods": [
{
"name": "now",
"parameterTypes": []
}
]
}
]

0 comments on commit 93da42e

Please sign in to comment.