Fix Jackson reflection errors in GraalVM native image
Some checks failed
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Has been cancelled
Some checks failed
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Has been cancelled
This commit is contained in:
@ -18,5 +18,35 @@
|
|||||||
"allDeclaredConstructors": true,
|
"allDeclaredConstructors": true,
|
||||||
"allPublicConstructors": true,
|
"allPublicConstructors": true,
|
||||||
"unsafeAllocated": true
|
"unsafeAllocated": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.github.fge.jsonpatch.JsonPatchMessages",
|
||||||
|
"allDeclaredConstructors": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.github.fge.jsonpatch.JsonPatch",
|
||||||
|
"allDeclaredMethods": true,
|
||||||
|
"allDeclaredConstructors": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.github.fge.msgsimple.load.MessageBundles",
|
||||||
|
"allDeclaredMethods": true,
|
||||||
|
"allDeclaredConstructors": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.github.fge.jsonpatch.ReplaceOperation",
|
||||||
|
"allDeclaredConstructors": true,
|
||||||
|
"allDeclaredMethods": true,
|
||||||
|
"allDeclaredFields": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.github.fge.jackson.jsonpointer.JsonPointer",
|
||||||
|
"allDeclaredConstructors": true,
|
||||||
|
"allDeclaredMethods": true,
|
||||||
|
"allDeclaredFields": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.github.fge.jackson.jsonpointer.JsonPointerMessages",
|
||||||
|
"allDeclaredConstructors": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user