- Added relevant integration or unit tests to verify the changes
- Update the Readme or any other documentation (including relevant Javadoc)
- Ensured that tests pass locally:
mvn clean package - Ensured that the code meets the current
checkstylecoding style definition:mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B