This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9403c578c8b Regen
9403c578c8b is described below
commit 9403c578c8bb49a914662b56738d9bb1f4d6eafc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 31 11:00:19 2023 +0200
Regen
Signed-off-by: Andrea Cosentino <[email protected]>
---
catalog/camel-allcomponents/pom.xml | 5 +++++
.../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/catalog/camel-allcomponents/pom.xml
b/catalog/camel-allcomponents/pom.xml
index 6daf7aff600..956196188ca 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1818,6 +1818,11 @@
<artifactId>camel-zookeeper-master</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.dataformat.parquet.avro</groupId>
+ <artifactId>camel-parquet-avro</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</project>
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 8b361a45d76..20286c32848 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -403,7 +403,7 @@ Enriches a message with data from a secondary resource
<xs:element name="errorHandler" nillable="true" type="xs:anyType">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
-Error handler settings
+Camel error handling.
]]></xs:documentation>
</xs:annotation>
</xs:element>