[
https://issues.apache.org/jira/browse/CAMEL-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387425#comment-16387425
]
Zoran Regvart commented on CAMEL-11194:
---------------------------------------
Hi [~muellerc] seems OK to me, here is what I tried:
{code:java}
$ git reset --hard aff032b7b415c73815d33cd44432ba52789127e3
$ ./mvnw -Psourcecheck clean installĀ -f components/camel-aws{code}
And I got a checkstyle failure.
{code:java}
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ camel-aws ---
[INFO] Starting audit...
[ERROR]
camel/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/SnsProducerTest.java:1:
Line does not match expected header line of '/**'. [Header]
[ERROR]
camel/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/SnsProducerTest.java:7:
Wrong order for 'java.util.HashMap' import. [ImportOrder]
{code}
Seems that the change also failed in CI see [build
103|https://builds.apache.org/job/Camel/job/master/103/checkstyleResult/new/],
can you doublecheck perhaps the {{sourcecheck}} profile name was misspelled.
> Upgrade Checkstyle and update rules
> -----------------------------------
>
> Key: CAMEL-11194
> URL: https://issues.apache.org/jira/browse/CAMEL-11194
> Project: Camel
> Issue Type: Task
> Components: build system
> Reporter: Zoran Regvart
> Assignee: Zoran Regvart
> Priority: Minor
> Fix For: 2.20.0
>
>
> We are using Checkstyle version 6.17 (almost a year old), we should upgrade
> to latest.
> This could mean that some rules need to be updated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)