Version 2.1
- 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
- Upgrade to Java 5 (#21)
- Remove synchronization requirement when retrieving an instantiator from cache (#22)
Version 1.4
- Android Gingerbread support (#18)
- New instantiator using Unsafe.allocateInstance() (#19)
- Optimisation when instantiator cache isn't used (#14)
Version 1.3
- Dalvik (Android) support (#13)
- Android TCK (#13)
- Allow to compile on any JVM (#13)
Version 1.2
- Now under Apache 2.0 license
- objenesis.jar is an OSGi bundle
Version 1.1
- Standard support of Aonix PERC (no Serialization support)
Version 1.0
- Initial version, support for Sun Hotspot, GCJ and BEA JRockit JVMs