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


The following commit(s) were added to refs/heads/main by this push:
     new a69d546  [create-pull-request] automated change (#348)
a69d546 is described below

commit a69d5465d6ae6551207ca1b62fa0d2aec82dcd77
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 6 08:25:15 2021 +0200

    [create-pull-request] automated change (#348)
    
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 .../camel/springboot/catalog/components/json-validator.json       | 2 +-
 components-starter/camel-spark-starter/pom.xml                    | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-validator.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-validator.json
index 6c18c75..122838e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-validator.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-validator.json
@@ -34,6 +34,6 @@
     "headerName": { "kind": "parameter", "displayName": "Header Name", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "To validate against a header instead of the 
message body." },
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
     "errorHandler": { "kind": "parameter", "displayName": "Error Handler", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.jsonvalidator.JsonValidatorErrorHandler", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom ValidatorErrorHandler. The default error handler captures the 
errors and throws an exception." },
-    "schemaLoader": { "kind": "parameter", "displayName": "Schema Loader", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.jsonvalidator.JsonSchemaLoader", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom schema loader allowing for adding custom format validation. The 
default implementation will create a schema loader with draft v4 support." }
+    "uriSchemaLoader": { "kind": "parameter", "displayName": "Uri Schema 
Loader", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.jsonvalidator.JsonUriSchemaLoader", "deprecated": 
false, "autowired": false, "secret": false, "description": "To use a custom 
schema loader allowing for adding custom format validation. The default 
implementation will create a schema loader that tries to determine the schema 
version from th [...]
   }
 }
diff --git a/components-starter/camel-spark-starter/pom.xml 
b/components-starter/camel-spark-starter/pom.xml
index e3c7f1e..596ad91 100644
--- a/components-starter/camel-spark-starter/pom.xml
+++ b/components-starter/camel-spark-starter/pom.xml
@@ -44,6 +44,14 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
       </exclusions>
       <!--END OF GENERATED CODE-->
     </dependency>

Reply via email to