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.git
commit 64cbef3cd92f71a43425f82c0091060ecba7a6da Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 21 07:44:08 2021 +0100 Sync deps and regen --- camel-dependencies/pom.xml | 2 +- .../catalog/main/camel-main-configuration-metadata.json | 2 +- .../resources/org/apache/camel/catalog/others.properties | 1 - .../org/apache/camel/catalog/others/flight-recorder.json | 15 --------------- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 31f6c75..dd161d6 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -279,7 +279,7 @@ <isorelax-jaxp-bridge-version>1.1</isorelax-jaxp-bridge-version> <isorelax-version>20090621</isorelax-version> <ivy-version>2.5.0</ivy-version> - <jackrabbit-version>2.21.4</jackrabbit-version> + <jackrabbit-version>2.21.5</jackrabbit-version> <jackson-spark-version>2.10.5</jackson-spark-version> <jackson-version>1.9.12</jackson-version> <jackson2-version>2.11.3</jackson2-version> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json index 904371c..640fe32 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json @@ -73,7 +73,7 @@ { "name": "camel.main.shutdownTimeout", "description": "Timeout in seconds to graceful shutdown Camel.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "integer", "javaType": "int", "defaultValue": 45 }, { "name": "camel.main.startupRecorder", "description": "To use startup recorder for capturing execution time during starting Camel. The recorder can be one of: false, logging, java-flight-recorder The default is false.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "string", "javaType": "java.lang.String" }, { "name": "camel.main.startupRecorderDir", "description": "Directory to store the recording. By default the user home directory will be used. Use false to turn off saving recording to disk.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "string", "javaType": "java.lang.String" }, - { "name": "camel.main.startupRecorderDuration", "description": "How long time to run the startup recorder. Use 0 (default) to stop the recorder after Camel has been started. Use -1 to keep the recorder running until the JVM is being stopped. A positive value is to run the recorder for N seconds. When the recorder is stopped then the recording is auto saved to disk (note: save to disk can be disabled by setting startupRecorderDir to false)", "sourceType": "org.apache.camel.main.Defaul [...] + { "name": "camel.main.startupRecorderDuration", "description": "How long time to run the startup recorder. Use 0 (default) to stop the recorder after Camel has been started. Use -1 to keep the recorder running until Camel is being stopped. A positive value is to run the recorder for N seconds. When the recorder is stopped then the recording is auto saved to disk", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "integer", "javaType": "long" }, { "name": "camel.main.startupRecorderMaxDepth", "description": "To filter our sub steps at a maximum depth. Use -1 for no maximum. Use 0 for no sub steps. Use 1 for max 1 sub step, and so forth. The default is -1.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "integer", "javaType": "int", "defaultValue": -1 }, { "name": "camel.main.startupRecorderProfile", "description": "To use a specific Java Flight Recorder profile configuration, such as default or profile. The default is default.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "string", "javaType": "java.lang.String", "defaultValue": "default" }, { "name": "camel.main.startupRecorderRecording", "description": "To enable Java Flight Recorder to start a recording and automatic dump the recording to disk after startup is complete. This requires that camel-jfr is on the classpath. The default is true.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", "javaType": "boolean", "defaultValue": true }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties index 47e9091..6c64234 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties @@ -5,7 +5,6 @@ csimple-joor cxf-transport elytron etcd3 -flight-recorder headersmap hystrix jasypt diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/flight-recorder.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/flight-recorder.json deleted file mode 100644 index 8552d44..0000000 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/flight-recorder.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "other": { - "kind": "other", - "name": "flight-recorder", - "title": "Java Flight Recorder", - "description": "Diagnose Camel with Java Flight Recorder", - "deprecated": false, - "firstVersion": "3.8.0", - "label": "monitoring", - "supportLevel": "Preview", - "groupId": "org.apache.camel", - "artifactId": "camel-flight-recorder", - "version": "3.8.0-SNAPSHOT" - } -}