Skip to content

Some Bugs Fixed

Compare
Choose a tag to compare
@jlink jlink released this 04 Dec 16:01
· 2027 commits to main since this release

New and Enhanced Features

  • Introduced JavaBeanReportingFormat for simpler and configurable reporting
    of Java beans.

Breaking Changes

  • SampleReportingFormat.reportJavaBean(..) has been deprecated.
    Will be removed in version 1.4.0.

Bug Fixes

  • Arbitraries.lazy() did not allow exhaustive generation but does now.

  • SampleReportingFormat.reportJavaBean(..) can now handle methods named
    is or get.

  • SampleReportingFormat.reportJavaBean(..) can now handle properties
    that return Optional<T>.