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 53a729f Sync deps add ddecb46 CAMEL-16517 - Add annotation processing feature to camel-package:update-readme add dff9f08 Regen for commit ddecb46f06e6ba1a73667497ee8b6be0f0794189 No new revisions were added by this update. Summary of changes: .../camel/catalog/docs/bindy-dataformat.adoc | 330 ++++++++++++--------- .../src/main/docs/bindy-dataformat.adoc | 330 ++++++++++++--------- .../dataformat/bindy/annotation/CsvRecord.java | 17 +- .../dataformat/bindy/annotation/DataField.java | 13 +- .../bindy/annotation/FixedLengthRecord.java | 17 +- .../bindy/annotation/KeyValuePairField.java | 9 +- .../camel/dataformat/bindy/annotation/Link.java | 2 +- .../camel/dataformat/bindy/annotation/Message.java | 13 +- .../dataformat/bindy/annotation/OneToMany.java | 3 + .../dataformats/pages/bindy-dataformat.adoc | 330 ++++++++++++--------- .../camel/tooling/model/AnnotationModel.java | 103 +++++++ .../camel/maven/packaging/UpdateReadmeMojo.java | 160 +++++++++- .../src/main/resources/annotation-options.mvel | 9 + 13 files changed, 869 insertions(+), 467 deletions(-) create mode 100644 tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/AnnotationModel.java create mode 100644 tooling/maven/camel-package-maven-plugin/src/main/resources/annotation-options.mvel