What's Changed
🎉 New Features
- Add new Rule for controllers containing methods having a parameter annotated with
@PathVariable
or@RequestParam
and a validation annotation (e.g.,@Min
,@NotNull
, etc.), must also be annotated with@Validated
@tobHai and @mnhock in #125
Other Changes
- Bump org.jreleaser:jreleaser-maven-plugin from 1.14.0 to 1.15.0 by @dependabot in #121
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 by @dependabot in #123
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #122
New Contributer
Full Changelog: v1.4.0...v1.5.0