Update the checkstyle rule to enforce the blank line between `java` and `javax`. See gh-23539
Closes gh-23181
See gh-22634
Add checkstyle to the build to enforce Spring Framework coding conventions. Rule suppressions are used for several classes where relaxing the rules makes more sense than fixing them. Issue: SPR-16968