Hi Checkstyle has been enabled when doing maven install and now I have a catch-22 situation.
It want's that a field in HttpOperationFailedException should be declared final but it can not, as it's optional and there is a setter for it. [INFO] Starting audit... D:\project\camel\components\camel-http\src\main\java\org\apache\camel\component\http\HttpOperationFailedException.java:29:5: The field 'responseBody' must be declared final. Audit done. /Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/
