Skip to content

Releases: jbock-java/jbock

v2.8.4

18 Oct 08:55
Compare
Choose a tag to compare

improve readability in generated code

v2.8.3

17 Oct 18:46
Compare
Choose a tag to compare
  • rewrite the parsing of positional parameters
  • early detection of excess positional argument

v2.8.2

07 Oct 20:58
Compare
Choose a tag to compare

always generate java lang imports (for security)

v2.8.1

27 Sep 21:41
Compare
Choose a tag to compare

issue 10 / remove attributes
uses annotations 2.6

a2.6

25 Sep 21:31
Compare
Choose a tag to compare

annotations 2.6
remove repeatable, optional and flag attributes

a2.5

25 Sep 21:30
Compare
Choose a tag to compare

BROKEN RELEASE
UNUSABLE

v2.8.0

14 Sep 12:31
Compare
Choose a tag to compare
  • bugfix where mapper type was not verified to be Function<String, ?>
  • never inline the mapper or collector initialization

v2.7.7

30 Aug 22:06
Compare
Choose a tag to compare

update annotation package

v2.7.6

30 Aug 18:21
Compare
Choose a tag to compare

more type safety: use <> if possible

v2.7.5

28 Aug 21:01
e4a8fe2
Compare
Choose a tag to compare
  • allow mapper and collector that is not wrapped in supplier
  • allow type bounds in mapper class