This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 744f2b4  CAMEL-17509: fix invalid topic info displayed when using 
topic patterns
     add 3b7fc55  CAMEL-17499: Renaming inconsistent data format names in model

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/dataformats.properties  |  6 +++---
 .../apache/camel/catalog/dataformats/bindyCsv.json   |  2 +-
 .../{bindy-fixed.json => bindyFixed.json}            |  2 +-
 .../apache/camel/catalog/dataformats/bindyKvp.json   |  2 +-
 .../org/apache/camel/catalog/CamelCatalogTest.java   | 20 ++++++++++----------
 .../{bindy-csv-dataformat => bindyCsv-dataformat}    |  0
 ...{bindy-fixed-dataformat => bindyFixed-dataformat} |  0
 .../{bindy-kvp-dataformat => bindyKvp-dataformat}    |  0
 .../services/org/apache/camel/dataformat.properties  |  2 +-
 .../apache/camel/dataformat/{bindy-csv => bindyCsv}  |  0
 .../camel/dataformat/{bindy-fixed => bindyFixed}     |  0
 .../apache/camel/dataformat/{bindy-kvp => bindyKvp}  |  0
 .../apache/camel/dataformat/bindy/csv/bindyCsv.json  |  2 +-
 .../fixed/{bindy-fixed.json => bindyFixed.json}      |  2 +-
 .../apache/camel/dataformat/bindy/kvp/bindyKvp.json  |  2 +-
 .../camel-bindy/src/main/docs/bindy-dataformat.adoc  |  2 +-
 .../dataformat/bindy/csv/BindyCsvDataFormat.java     |  4 ++--
 .../bindy/fixed/BindyFixedLengthDataFormat.java      |  4 ++--
 .../bindy/kvp/BindyKeyValuePairDataFormat.java       |  4 ++--
 .../camel/model/dataformat/BindyDataFormat.java      |  6 +++---
 .../org/apache/camel/main/dataformats.properties     |  6 +++---
 .../modules/dataformats/examples/json/bindy-csv.json |  1 -
 .../dataformats/examples/json/bindy-fixed.json       |  1 -
 .../modules/dataformats/examples/json/bindy-kvp.json |  1 -
 .../modules/dataformats/examples/json/bindyCsv.json  |  1 +
 .../dataformats/examples/json/bindyFixed.json        |  1 +
 .../modules/dataformats/examples/json/bindyKvp.json  |  1 +
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc      |  7 +++++--
 .../camel/maven/packaging/PackageDataFormatMojo.java | 14 +++++++-------
 29 files changed, 48 insertions(+), 45 deletions(-)
 rename 
components/camel-bindy/src/generated/resources/org/apache/camel/dataformat/bindy/csv/bindy-csv.json
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/bindyCsv.json
 (99%)
 rename 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/{bindy-fixed.json
 => bindyFixed.json} (98%)
 rename 
components/camel-bindy/src/generated/resources/org/apache/camel/dataformat/bindy/kvp/bindy-kvp.json
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/bindyKvp.json
 (99%)
 rename 
components/camel-bindy/src/generated/resources/META-INF/services/org/apache/camel/configurer/{bindy-csv-dataformat
 => bindyCsv-dataformat} (100%)
 rename 
components/camel-bindy/src/generated/resources/META-INF/services/org/apache/camel/configurer/{bindy-fixed-dataformat
 => bindyFixed-dataformat} (100%)
 rename 
components/camel-bindy/src/generated/resources/META-INF/services/org/apache/camel/configurer/{bindy-kvp-dataformat
 => bindyKvp-dataformat} (100%)
 rename 
components/camel-bindy/src/generated/resources/META-INF/services/org/apache/camel/dataformat/{bindy-csv
 => bindyCsv} (100%)
 rename 
components/camel-bindy/src/generated/resources/META-INF/services/org/apache/camel/dataformat/{bindy-fixed
 => bindyFixed} (100%)
 rename 
components/camel-bindy/src/generated/resources/META-INF/services/org/apache/camel/dataformat/{bindy-kvp
 => bindyKvp} (100%)
 rename 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/bindy-csv.json
 => 
components/camel-bindy/src/generated/resources/org/apache/camel/dataformat/bindy/csv/bindyCsv.json
 (99%)
 rename 
components/camel-bindy/src/generated/resources/org/apache/camel/dataformat/bindy/fixed/{bindy-fixed.json
 => bindyFixed.json} (98%)
 rename 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/bindy-kvp.json
 => 
components/camel-bindy/src/generated/resources/org/apache/camel/dataformat/bindy/kvp/bindyKvp.json
 (99%)
 delete mode 120000 
docs/components/modules/dataformats/examples/json/bindy-csv.json
 delete mode 120000 
docs/components/modules/dataformats/examples/json/bindy-fixed.json
 delete mode 120000 
docs/components/modules/dataformats/examples/json/bindy-kvp.json
 create mode 120000 
docs/components/modules/dataformats/examples/json/bindyCsv.json
 create mode 120000 
docs/components/modules/dataformats/examples/json/bindyFixed.json
 create mode 120000 
docs/components/modules/dataformats/examples/json/bindyKvp.json

Reply via email to