orpiske commented on PR #7721: URL: https://github.com/apache/camel/pull/7721#issuecomment-1146554033
As for the test failure, it's related to formatting: ``` [ERROR] Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.17.1:validate (validate) on project camel-dropbox: File '/home/runner/work/camel/camel/components/camel-dropbox/src/test/java/org/apache/camel/component/dropbox/integration/producer/DropboxProducerMoveIT.java' has not been previously formatted. Please format file and commit before running validation! -> [Help 1] ``` I think `mvn -Pformat,fastinstall install` will format it for you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
