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 cb6bb871b0 Remove spring-rabbitmq native limitations doc
cb6bb871b0 is described below

commit cb6bb871b0420fafcd2eddfcd6f89d70a4744df1
Author: Lukas Lowinger <[email protected]>
AuthorDate: Mon Aug 18 14:52:36 2025 +0200

    Remove spring-rabbitmq native limitations doc
---
 .../ROOT/pages/reference/extensions/spring-rabbitmq.adoc    | 13 -------------
 .../spring-rabbitmq/runtime/src/main/doc/limitations.adoc   |  8 --------
 2 files changed, 21 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/spring-rabbitmq.adoc 
b/docs/modules/ROOT/pages/reference/extensions/spring-rabbitmq.adoc
index 946c56fc8e..f38ee142ed 100644
--- a/docs/modules/ROOT/pages/reference/extensions/spring-rabbitmq.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/spring-rabbitmq.adoc
@@ -43,16 +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-spring-rabbitmq-camel-quarkus-limitations"]
-== Camel Quarkus limitations
-
-You can use this extension without any special configuration in JVM mode.
-
-In native mode you need to add
-[source,shell]
-----
-quarkus.native.additional-build-args = -H:+InlineBeforeAnalysis
-----
-to your `application.properties`. This is to allow inlining of some static 
methods that would otherwise cause build failures (see this 
https://github.com/oracle/graal/issues/2594[GraalVM issue]).
-
diff --git a/extensions/spring-rabbitmq/runtime/src/main/doc/limitations.adoc 
b/extensions/spring-rabbitmq/runtime/src/main/doc/limitations.adoc
deleted file mode 100644
index 9da3473bb1..0000000000
--- a/extensions/spring-rabbitmq/runtime/src/main/doc/limitations.adoc
+++ /dev/null
@@ -1,8 +0,0 @@
-You can use this extension without any special configuration in JVM mode.
-
-In native mode you need to add
-[source,shell]
-----
-quarkus.native.additional-build-args = -H:+InlineBeforeAnalysis
-----
-to your `application.properties`. This is to allow inlining of some static 
methods that would otherwise cause build failures (see this 
https://github.com/oracle/graal/issues/2594[GraalVM issue]).

Reply via email to