This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8e5009fcdaef6a06e06d0a308fa7dcaec80a3173 Author: Peter Palaga <[email protected]> AuthorDate: Thu Dec 15 21:57:52 2022 +0100 Workaround #4284 Datasonnet integration tests fail in native mode on Mandrel --- .../camel-quarkus-datasonnet/reflect-config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions/datasonnet/runtime/src/main/resources/META-INF/native-image/org.apache.camel.quarkus/camel-quarkus-datasonnet/reflect-config.json b/extensions/datasonnet/runtime/src/main/resources/META-INF/native-image/org.apache.camel.quarkus/camel-quarkus-datasonnet/reflect-config.json new file mode 100644 index 0000000000..2a52444d25 --- /dev/null +++ b/extensions/datasonnet/runtime/src/main/resources/META-INF/native-image/org.apache.camel.quarkus/camel-quarkus-datasonnet/reflect-config.json @@ -0,0 +1,10 @@ +[ + { + "name": "sjsonnet.Expr$Member$Field[]", + "unsafeAllocated": true + }, + { + "name": "sjsonnet.Expr[]", + "unsafeAllocated": true + } +] \ No newline at end of file
