Hi Cameleers, I'll merge (probably tomorrow), the PR[1] for CAMEL-11194[2], this upgrades Checkstyle version and changes the Checkstyle rules to include header checking from Java, Groovy, Scala, properties, XML and XSD files.
I've rewriten some of the headers to pass the checks and fixed a small number of tests that were influenced by this. You can see all of this if you checkout PR#1656[1]. I think that the Checkstyle upgrade was long overdue, and went down the rabbit hole of re-formatting the headers -- so I bundled all of this in one go. A few pointers, for the weary ones that wish to review this: I first fixed a small number of Checkstyle issues: https://github.com/apache/camel/pull/1656/commits/462c2b28b6c9a5f856f985c0c6d5947640530c39 Then I commited the upgraded Checkstyle version and rule changes: https://github.com/apache/camel/pull/1656/commits/5c944919d3e9bc22e17fcec20eb91ea36f85b27c Changed a great number of headers (hopefully not needed for review): https://github.com/apache/camel/pull/1656/commits/78f0baa629b61cdc3cd0d290814669a79ac98b2c Fixed tests that were affected by the change: https://github.com/apache/camel/pull/1656/commits/126015ba92d75016a4fb9891d8b575a5ef7e19b2 zoran [1] https://github.com/apache/camel/pull/1656 [2] https://issues.apache.org/jira/browse/CAMEL-11194 -- Zoran Regvart
