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

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


    from 8171a267a98 CAMEL-20085: aws2-sqs - catch any SdkException when 
deleting message (#11938)
     add 91fbde5b8c1 CAMEL-20093: cleanup code duplications in camel-catalog 
(#11941)
     add 63c3c4e13f1 (chore) ci: set the correct log file name
     add 0aa27743498 (chores) camel-test-infra-cassandra: upgrade to Cassandra 
4.1.3 (#11947)

No new revisions were added by this update.

Summary of changes:
 .github/actions/component-test/action.yaml         |   2 +-
 .../camel-catalog-common}/pom.xml                  |  39 +--
 .../camel/catalog/common/CatalogHelper.java}       |  40 +---
 .../org/apache/camel/catalog/common/FileUtil.java  |  53 +++++
 .../camel/catalog/console/CatalogConsole.java      |  23 +-
 catalog/camel-csimple-maven-plugin/pom.xml         |   6 +
 .../java/org/apache/camel/maven/GenerateMojo.java  | 237 ++++---------------
 catalog/camel-report-maven-plugin/pom.xml          |  12 +
 .../org/apache/camel/maven/RouteCoverageMojo.java  |  72 +++---
 .../java/org/apache/camel/maven/ValidateMojo.java  |  12 +-
 .../org/apache/camel/parser/XmlRouteParser.java    |  11 +-
 .../camel/parser/helper/CamelJavaParserHelper.java | 263 ++++++---------------
 .../helper/CamelJavaRestDslParserHelper.java       |  45 +---
 .../parser/helper/CamelJavaTreeParserHelper.java   | 167 +++----------
 .../apache/camel/parser/helper/ParserCommon.java   | 166 +++++++++++++
 catalog/pom.xml                                    |   1 +
 .../services/CassandraLocalContainerService.java   |   2 +-
 17 files changed, 495 insertions(+), 656 deletions(-)
 copy {test-infra/camel-test-infra-smb => catalog/camel-catalog-common}/pom.xml 
(64%)
 rename 
catalog/{camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ReportPluginCommon.java
 => 
camel-catalog-common/src/main/java/org/apache/camel/catalog/common/CatalogHelper.java}
 (78%)
 create mode 100644 
catalog/camel-catalog-common/src/main/java/org/apache/camel/catalog/common/FileUtil.java
 create mode 100644 
catalog/camel-route-parser/src/main/java/org/apache/camel/parser/helper/ParserCommon.java

Reply via email to