This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 882ef53 Regen after catalog changes 882ef53 is described below commit 882ef5327e0c487deda1895b27d540e1c7c0dc4e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Apr 17 12:56:43 2020 +0200 Regen after catalog changes --- .../camel/component/eventadmin/eventadmin.json | 20 ++++++++++---------- .../camel/component/paxlogging/paxlogging.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json index f144314..db0d591 100644 --- a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json +++ b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json @@ -2,23 +2,23 @@ "component": { "kind": "component", "name": "eventadmin", - "scheme": "eventadmin", - "extendsScheme": "", - "syntax": "eventadmin:topic", "title": "OSGi EventAdmin", "description": "The eventadmin component can be used in an OSGi environment to receive OSGi EventAdmin events and process them.", - "label": "eventbus", "deprecated": false, - "async": false, - "consumerOnly": false, - "producerOnly": false, - "lenientProperties": false, - "javaType": "org.apache.camel.component.eventadmin.EventAdminComponent", "firstVersion": "2.6.0", + "label": "eventbus", + "javaType": "org.apache.camel.component.eventadmin.EventAdminComponent", "supportLevel": "Stable", "groupId": "org.apache.camel.karaf", "artifactId": "camel-eventadmin", - "version": "3.3.0-SNAPSHOT" + "version": "3.3.0-SNAPSHOT", + "scheme": "eventadmin", + "extendsScheme": "", + "syntax": "eventadmin:topic", + "async": false, + "consumerOnly": false, + "producerOnly": false, + "lenientProperties": false }, "componentProperties": { "bundleContext": { "kind": "property", "displayName": "Bundle Context", "group": "common", "required": false, "type": "object", "javaType": "org.osgi.framework.BundleContext", "deprecated": false, "secret": false, "description": "The OSGi BundleContext is automatic injected by Camel" }, diff --git a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json index 2a80438..d64ceb7 100644 --- a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json +++ b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json @@ -2,23 +2,23 @@ "component": { "kind": "component", "name": "paxlogging", - "scheme": "paxlogging", - "extendsScheme": "", - "syntax": "paxlogging:appender", "title": "OSGi PAX Logging", "description": "The paxlogging component can be used in an OSGi environment to receive PaxLogging events and process them.", - "label": "monitoring", "deprecated": false, - "async": false, - "consumerOnly": true, - "producerOnly": false, - "lenientProperties": false, - "javaType": "org.apache.camel.component.paxlogging.PaxLoggingComponent", "firstVersion": "2.6.0", + "label": "monitoring", + "javaType": "org.apache.camel.component.paxlogging.PaxLoggingComponent", "supportLevel": "Stable", "groupId": "org.apache.camel.karaf", "artifactId": "camel-paxlogging", - "version": "3.3.0-SNAPSHOT" + "version": "3.3.0-SNAPSHOT", + "scheme": "paxlogging", + "extendsScheme": "", + "syntax": "paxlogging:appender", + "async": false, + "consumerOnly": true, + "producerOnly": false, + "lenientProperties": false }, "componentProperties": { "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": 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 message and handled by [...]