Hi, I'm currently going through the code base to polish it for 3.5. There are some things every developer should have a look for so that it is less work to prepare a new release:
- always add a @since tag when introducing new methods - make sure the site build still works. I' ve added javadoc:javadoc to the jenkins build so that it will fail if the JavaDoc is malformed - keep an eye on FindBugs, PMD, checkstyle. You can generate the complete site by running mvn site Thank you, Benedikt