Skip to content

3.1.3

Compare
Choose a tag to compare
@mtrevisan mtrevisan released this 11 Mar 21:01
· 585 commits to master since this release
  • fixed duplicated descriptions.
  • fixed validation on max value while composing a message.
  • fixed number not written with the correct radix.
  • made shortDescription mandatory in the annotation, as it should have been.
  • added method to map a POJO into a Map<String, Object> in ReflectionHelper.
  • added method Configurator.composeConfiguration accepting a POJO.
  • corrected errors in the documentation.
  • migrated from java 11 to java 21 for performance.