Version 2.4 (2016-05-23)
- Objenesis license incompatible with EPL (#40)
- Tests of the Android TCK are never failing (#41)
Version 2.3 (2016-05-10)
- 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)
Version 2.2 (2015-07-24)
- 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)
Version 2.1 (2013-10-10)
- Support for Android API level 18 (#23)
- Have the tck returning a value different from zero in case of failures (#24)
- Make it easier to call the TCK programmatically (#25)
- Show the actual instantiator implementation used by the TCK (#26)
- Explicit support for OpenJDK (#27)
Version 2.0 (2013-08-21)
- Upgrade to Java 5 (#21)
- Remove synchronization requirement when retrieving an instantiator from cache (#22)
Version 1.4 (2013-08-16)
- Android Gingerbread support (#18)
- New instantiator using Unsafe.allocateInstance() (#19)
- Optimisation when instantiator cache isn't used (#14)
Version 1.3 (2013-01-23)
- Dalvik (Android) support (#13)
- Android TCK (#13)
- Allow to compile on any JVM (#13)
Version 1.2 (2010-03-15)
- Now under Apache 2.0 license
- objenesis.jar is an OSGi bundle
Version 1.1 (2007-12-09)
- Standard support of Aonix PERC (no Serialization support)
Version 1.0 (2007-02-14)
- Initial version, support for Sun Hotspot, GCJ and BEA JRockit JVMs