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 85ed372e6a Remove redundant groovy-xml native mode workaround
85ed372e6a is described below
commit 85ed372e6a0281ae6d1c790f56582e372eef8fcf
Author: James Netherton <[email protected]>
AuthorDate: Mon Mar 9 12:57:57 2026 +0000
Remove redundant groovy-xml native mode workaround
---
.../ROOT/pages/reference/extensions/groovy-xml.adoc | 12 ------------
.../groovy-xml/runtime/src/main/doc/limitations.adoc | 6 ------
.../src/main/resources/application.properties | 19 -------------------
3 files changed, 37 deletions(-)
diff --git a/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
b/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
index b6f473bcf6..e25038653a 100644
--- a/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/groovy-xml.adoc
@@ -43,15 +43,3 @@ Or add the coordinates to your existing project:
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about
writing Camel Quarkus applications.
endif::[]
-
-[id="extensions-groovy-xml-camel-quarkus-limitations"]
-== Camel Quarkus limitations
-
-[id="extensions-groovy-xml-limitations-native-mode-limitations"]
-=== Native mode limitations
-
-[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
deleted file mode 100644
index 3841ff5833..0000000000
--- a/extensions/groovy-xml/runtime/src/main/doc/limitations.adoc
+++ /dev/null
@@ -1,6 +0,0 @@
-=== Native mode limitations
-
-[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/integration-tests/groovy-xml/src/main/resources/application.properties
b/integration-tests/groovy-xml/src/main/resources/application.properties
deleted file mode 100644
index 63ea5b4ada..0000000000
--- a/integration-tests/groovy-xml/src/main/resources/application.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements. See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License. You may obtain a copy of the License at
-##
-## http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-# TODO: Remove this: https://github.com/apache/camel-quarkus/issues/7361
-quarkus.native.report-errors-at-runtime=true