This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 334f75ae408a194ac557713d28f238d233e21831
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 21 10:25:30 2021 +0200

    CAMEL-16934: camel-swagger-java and camel-openapi-java - Removed support 
for rendering API DOCs from other CamelContext discovered in the same JVM via 
JMX.
---
 .../org/apache/camel/springboot/catalog/components/rest-api.json         | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-api.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-api.json
index f379eb5..825bc6e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-api.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-api.json
@@ -27,7 +27,6 @@
   },
   "properties": {
     "path": { "kind": "path", "displayName": "Path", "group": "consumer", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The base path" },
-    "contextIdPattern": { "kind": "path", "displayName": "Context Id Pattern", 
"group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Optional CamelContext id pattern to only allow 
Rest APIs from rest services within CamelContext's which name matches the 
pattern." },
     "apiComponentName": { "kind": "parameter", "displayName": "Api Component 
Name", "group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The Camel Rest API component to use for 
generating the API of the REST services, such as openapi." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
     "consumerComponentName": { "kind": "parameter", "displayName": "Consumer 
Component Name", "group": "consumer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The Camel Rest component to use for 
(consumer) the REST transport, such as jetty, servlet, undertow. If no 
component has been explicit configured, then Camel will lookup if there is a 
Camel component that integrates with  [...]

Reply via email to