Skip to content

Releases: easymock/objenesis

2.3

23 May 04:57
Compare
Choose a tag to compare
2.3
  • Android N : standard android instantiators don't work (#37)
  • Fixed an issue with Android N's OpenJDK where invalid instantiator is picked (#38)
  • Build fail on old versions because of license check (#39)

2.2

31 Jul 03:38
Compare
Choose a tag to compare
2.2
  • New SearchWorkingInstantiator allowing to identify which instantiator can work on a platform (#34)
  • JVM_NAME is used instead of VENDOR (#32)
  • sun.misc missing from Import-Package header in manifest (#31)
  • New ProxyInstantiator extending a class to bypass the super constructor (#23)
  • New MagicInstantiator using MagicAccessorImpl (#35)
  • Partial Google App Engine support. See here (#15)