v1.2.1
Bug fix release
This release fixes some issues with supportsType
as well as a Spring issue found by @dsyer .
The most notable change is to support inheritance of JStache annotations which is required for 1.3.0. We decided to support this feature in a patch release as it was unclear based on the documentation if a modelType requires an annotation or not and the current behavior was buggy.
What's Changed
- Bump spring-boot.version from 3.1.1 to 3.1.2 by @dependabot in #197
- ModelAndView can contain View that is not from JStachio by @dsyer in #202
Full Changelog: v1.2.0...v1.2.1