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 1cba2eb158 Remove openapi-java extensions limitations doc section as 
apiContextIdListing was removed in Camel
1cba2eb158 is described below

commit 1cba2eb158f287753cb2c550b350d6e84aa69404
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue May 9 13:20:58 2023 +0100

    Remove openapi-java extensions limitations doc section as 
apiContextIdListing was removed in Camel
---
 docs/modules/ROOT/pages/reference/extensions/openapi-java.adoc | 8 --------
 extensions/openapi-java/runtime/src/main/doc/limitations.adoc  | 3 ---
 2 files changed, 11 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/openapi-java.adoc 
b/docs/modules/ROOT/pages/reference/extensions/openapi-java.adoc
index 0ce3de1082..1c3a15bcdd 100644
--- a/docs/modules/ROOT/pages/reference/extensions/openapi-java.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/openapi-java.adoc
@@ -66,11 +66,3 @@ It doesn't support the rest services used in 
`org.apache.camel.builder.LambdaRou
 Also, it can not use CDI injection in the RouteBuilder `configure()` since we 
get the rest definitions at build time while CDI is unavailable.
 ====
 
-
-[id="extensions-openapi-java-camel-quarkus-limitations"]
-== Camel Quarkus limitations
-
-The `apiContextIdListing` configuration option is not supported. Since 
multiple `CamelContext`s are not supported and Quarkus applications run 
standalone, there
-is no scenario where attempting to resolve OpenApi specifications for a 
specific `CamelContext` would be useful. It also introduces some additional 
overhead of
-requiring JMX (which is not supported in native mode) & additional Camel 
Quarkus extensions for processing XML.
-
diff --git a/extensions/openapi-java/runtime/src/main/doc/limitations.adoc 
b/extensions/openapi-java/runtime/src/main/doc/limitations.adoc
deleted file mode 100644
index c63c4436c9..0000000000
--- a/extensions/openapi-java/runtime/src/main/doc/limitations.adoc
+++ /dev/null
@@ -1,3 +0,0 @@
-The `apiContextIdListing` configuration option is not supported. Since 
multiple `CamelContext`s are not supported and Quarkus applications run 
standalone, there
-is no scenario where attempting to resolve OpenApi specifications for a 
specific `CamelContext` would be useful. It also introduces some additional 
overhead of
-requiring JMX (which is not supported in native mode) & additional Camel 
Quarkus extensions for processing XML.

Reply via email to