Skip to content

Releases: jbock-java/jbock

v2.6.5

13 Dec 19:14
Compare
Choose a tag to compare

Gradle 5 support: Mark this processor as isolating

v2.6.4

12 Nov 17:36
Compare
Choose a tag to compare

fix automatic module name

v2.6.3

10 Nov 12:27
Compare
Choose a tag to compare

support for primitive optionals

v2.6.2

08 Nov 22:02
Compare
Choose a tag to compare

improve error messages
remove support for OptionalInt etc
add support for custom mapper + primitive type

v2.6.1

04 Nov 20:48
Compare
Choose a tag to compare

fix some error messages

v2.6.0

25 Oct 05:59
Compare
Choose a tag to compare
  • split off annotations artifact
  • allow custom collectors

v2.5.5

20 Sep 17:24
Compare
Choose a tag to compare
  • allow mappers for practically anything
  • add the remaining 2 primitives, byte and short

v2.5.4

17 Sep 20:47
Compare
Choose a tag to compare

allow custom mappers:
add the mappedBy attribute to Parameter and PositionalParameter

v2.5.3

13 Sep 17:27
Compare
Choose a tag to compare

add argHandle

v2.5.2 BREAKING

12 Sep 19:36
Compare
Choose a tag to compare

interface changes (breaking)
The interface becomes more similar to jcommander:

  • use javadoc instead of Description
  • use Parameter and PositionalParameter instead of LongName, ShortName and Positional