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

This commit is contained in:
2025-02-12 13:46:33 +01:00
parent 1093c0ef56
commit 04bf8ffdc6

View File

@ -18,5 +18,35 @@
"allDeclaredConstructors": true,
"allPublicConstructors": 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
}
]