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-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 7e435a7 CAMEL-17499: Renaming inconsistent data format names in model
7e435a7 is described below
commit 7e435a7a5656ee47d614582ae82804d665727ae0
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 18 16:21:47 2022 +0100
CAMEL-17499: Renaming inconsistent data format names in model
---
.../resources/org/apache/camel/catalog/karaf/dataformats.properties | 1 +
.../catalog/karaf/dataformats/{avro-jackson.json => avroJackson.json} | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
index 1945cd1..826b6b5 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
@@ -2,6 +2,7 @@ any23
asn1
avro
avro-jackson
+avroJackson
barcode
base64
beanio
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/avro-jackson.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/avroJackson.json
similarity index 99%
rename from
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/avro-jackson.json
rename to
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/avroJackson.json
index 6feacf5..9811918 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/avro-jackson.json
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/avroJackson.json
@@ -1,7 +1,7 @@
{
"dataformat": {
"kind": "dataformat",
- "name": "avro-jackson",
+ "name": "avroJackson",
"title": "Avro Jackson",
"description": "Marshal POJOs to Avro and back using Jackson.",
"deprecated": false,