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 92323bb  CAMEL-17499: Renaming inconsistent data format names in model
92323bb is described below

commit 92323bb2f891baea07d0083b19d6af102dc82687
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 18 15:30:15 2022 +0100

    CAMEL-17499: Renaming inconsistent data format names in model
---
 .../resources/org/apache/camel/catalog/karaf/dataformats.properties | 6 +++---
 .../catalog/karaf/dataformats/{bindy-csv.json => bindyCsv.json}     | 2 +-
 .../catalog/karaf/dataformats/{bindy-fixed.json => bindyFixed.json} | 2 +-
 .../catalog/karaf/dataformats/{bindy-kvp.json => bindyKvp.json}     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

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 7ba32b4..1945cd1 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
@@ -5,9 +5,9 @@ avro-jackson
 barcode
 base64
 beanio
-bindy-csv
-bindy-fixed
-bindy-kvp
+bindyCsv
+bindyFixed
+bindyKvp
 cbor
 crypto
 csv
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-csv.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyCsv.json
similarity index 99%
rename from 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-csv.json
rename to 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyCsv.json
index 5563c4f..4ec72c3 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-csv.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyCsv.json
@@ -1,7 +1,7 @@
 {
   "dataformat": {
     "kind": "dataformat",
-    "name": "bindy-csv",
+    "name": "bindyCsv",
     "title": "Bindy CSV",
     "description": "Marshal and unmarshal between POJOs and Comma separated 
values (CSV) format using Camel Bindy",
     "deprecated": false,
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-fixed.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyFixed.json
similarity index 98%
rename from 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-fixed.json
rename to 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyFixed.json
index f46b44f..1f9113d 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-fixed.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyFixed.json
@@ -1,7 +1,7 @@
 {
   "dataformat": {
     "kind": "dataformat",
-    "name": "bindy-fixed",
+    "name": "bindyFixed",
     "title": "Bindy Fixed Length",
     "description": "Marshal and unmarshal between POJOs and fixed field length 
format using Camel Bindy",
     "deprecated": false,
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-kvp.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyKvp.json
similarity index 99%
rename from 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-kvp.json
rename to 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyKvp.json
index 02db066..a1033ad 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindy-kvp.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/bindyKvp.json
@@ -1,7 +1,7 @@
 {
   "dataformat": {
     "kind": "dataformat",
-    "name": "bindy-kvp",
+    "name": "bindyKvp",
     "title": "Bindy Key Value Pair",
     "description": "Marshal and unmarshal between POJOs and key-value pair 
(KVP) format using Camel Bindy",
     "deprecated": false,

Reply via email to