You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/26 16:04:30 UTC

[camel] branch camel-3.20.x updated (fff894a1fff -> b74f779d826)

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

orpiske pushed a change to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from fff894a1fff CAMEL-18985: Updated `SyncCommitManager` to perform offsets auto-commit of the last `poll()` only if the auto-commit is enabled in the configuration.
     new ed692cc49d7 CAMEL-19296: disable checkstyle on auto-generated files
     new b74f779d826 (chores) style: disable checkstyle on auto-generated files in camel-xml-jaxb-dsl

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildingtools/src/main/resources/camel-checkstyle-suppressions.xml | 6 ++++++
 1 file changed, 6 insertions(+)


[camel] 01/02: CAMEL-19296: disable checkstyle on auto-generated files

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ed692cc49d778d3fa705c3799fb87f03484f0567
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Apr 26 14:36:09 2023 +0200

    CAMEL-19296: disable checkstyle on auto-generated files
---
 buildingtools/src/main/resources/camel-checkstyle-suppressions.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
index d684a586a3f..22bd52d4106 100644
--- a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
@@ -69,4 +69,7 @@
     <suppress checks=".*"
               files=".*/camel-catalog/src/generated/.*"
               />
+    <suppress checks=".*"
+              files=".*/camel-xml-io-dsl/src/generated/.*"
+    />
 </suppressions>


[camel] 02/02: (chores) style: disable checkstyle on auto-generated files in camel-xml-jaxb-dsl

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b74f779d82674221dd7e25e53c62da0d2a3697b8
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Apr 26 16:53:31 2023 +0200

    (chores) style: disable checkstyle on auto-generated files in camel-xml-jaxb-dsl
---
 buildingtools/src/main/resources/camel-checkstyle-suppressions.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
index 22bd52d4106..08794c10e51 100644
--- a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
@@ -72,4 +72,7 @@
     <suppress checks=".*"
               files=".*/camel-xml-io-dsl/src/generated/.*"
     />
+    <suppress checks=".*"
+              files=".*/camel-xml-jaxb-dsl/src/generated/.*"
+    />
 </suppressions>