This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 3c90a14f61 fix: doc groovy-xml invalid format
3c90a14f61 is described below
commit 3c90a14f6101ed02862778411b145e5ff36a4f63
Author: Gaƫlle Fournier <[email protected]>
AuthorDate: Wed Oct 8 16:12:23 2025 +0200
fix: doc groovy-xml invalid format
---
docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc | 1 +
extensions/groovy-xml/runtime/src/main/doc/limitations.adoc | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
b/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
index 0923bd6275..b6f473bcf6 100644
--- a/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
@@ -53,4 +53,5 @@ endif::[]
[IMPORTANT]
====
Due to an issue in GraalVM / Mandrel 23.1.x, you *must* build your native
application with the
https://quarkus.io/guides/all-config#quarkus-core_quarkus-native-report-errors-at-runtime[`--report-unsupported-elements-at-runtime`]
option. You can do this by adding the following configuration to
`application.properties`.
+====
diff --git a/extensions/groovy-xml/runtime/src/main/doc/limitations.adoc
b/extensions/groovy-xml/runtime/src/main/doc/limitations.adoc
index 0052c79f6c..3841ff5833 100644
--- a/extensions/groovy-xml/runtime/src/main/doc/limitations.adoc
+++ b/extensions/groovy-xml/runtime/src/main/doc/limitations.adoc
@@ -3,3 +3,4 @@
[IMPORTANT]
====
Due to an issue in GraalVM / Mandrel 23.1.x, you *must* build your native
application with the
https://quarkus.io/guides/all-config#quarkus-core_quarkus-native-report-errors-at-runtime[`--report-unsupported-elements-at-runtime`]
option. You can do this by adding the following configuration to
`application.properties`.
+====