You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/04/25 12:55:14 UTC

[camel] branch regen_bot updated (438ce8c3592 -> e85ca506c17)

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 438ce8c3592 CAMEL-17963: added resume support for Cassandra CQL
     add 493c3065b7e CAMEL-17894: cleanup unused exceptions in tooling
     add 16789ff6bbd CAMEL-17894: replace older loop formats with newer ones
     add b1f2b2334a3 CAMEL-17894: replace unnecessary explicit type arguments
     add cc3e8b2bd6f CAMEL-17894: colapse similar catch statements
     add a5a1ecc9ccb CAMEL-17894: avoid reading file attributes multiple times
     add bf1898d712a (chores) tooling: formatting fixes
     add e85ca506c17 CAMEL-17894: avoid unnecessarily creating an arraylist

No new revisions were added by this update.

Summary of changes:
 .../maven/bom/generator/BomGeneratorMojo.java      |  4 +---
 .../camel/maven/AbstractGeneratorMojoTest.java     |  3 +--
 .../camel/maven/CamelSpringNamespaceTest.java      |  6 ++---
 .../maven/EipDocumentationEnricherMojoTest.java    |  8 +++----
 .../java/org/apache/camel/maven/ResourceUtils.java |  2 +-
 .../java/org/apache/camel/maven/XmlHelperTest.java |  4 ++--
 .../maven/plugins/javadoc/AbstractJavadocMojo.java |  5 ++---
 .../org/apache/camel/maven/PrepareFatJarMojo.java  |  5 +----
 .../main/java/org/apache/camel/maven/RunMojo.java  | 14 +++---------
 .../packaging/AbstractGenerateConfigurerMojo.java  |  6 +----
 .../maven/packaging/AbstractGenerateMojo.java      | 26 +++++++++++++++++-----
 .../packaging/UpdateEagerClassloadedHelper.java    |  3 +--
 .../camel/maven/packaging/UpdateMainHelper.java    |  4 +---
 .../maven/packaging/UpdateSensitizeHelper.java     |  4 +---
 .../camel/maven/packaging/EndpointHelperTest.java  |  2 +-
 .../generator/openapi/AbstractGenerateMojo.java    |  2 +-
 16 files changed, 44 insertions(+), 54 deletions(-)