Releases: jbock-java/jbock
Releases · jbock-java/jbock
v2.8.4
improve readability in generated code
v2.8.3
- rewrite the parsing of positional parameters
- early detection of excess positional argument
v2.8.2
always generate java lang imports (for security)
v2.8.1
issue 10 / remove attributes
uses annotations 2.6
a2.6
annotations 2.6
remove repeatable
, optional
and flag
attributes
a2.5
BROKEN RELEASE
UNUSABLE
v2.8.0
- bugfix where mapper type was not verified to be
Function<String, ?>
- never inline the mapper or collector initialization
v2.7.7
update annotation package
v2.7.6
more type safety: use <>
if possible
v2.7.5
- allow mapper and collector that is not wrapped in supplier
- allow type bounds in mapper class