- I checked that the commit is targeting the correct branch (Camel 4 uses the
mainbranch)
- If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).
- I checked that each commit in the pull request has a meaningful subject line and body.
- I have run
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.