Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@oshoukry oshoukry released this 07 Apr 22:19
· 404 commits to master since this release

Added

  1. Support for testing 'abstract' classes now. OpenPojo relies on ASM for generating dynamically instances of the abstract class - issue #53.
  2. Random instances of Interfaces now respects the generic return values requested #52 has been fixed.

Fixed:

  1. Issue #56 now generic SortedSet/TreeSet works. (Thanks to HenrikPilz).

Changed

  1. OpenPojo group on Maven is now com.openpojo.
  <dependency>
    <groupId>com.openpojo</groupId>
    <artifactId>openpojo</artifactId>
    <version>0.7.0</version>
  </dependency>