Objenesis 1.4 is out!

Objenesis 1.4 is now available. 

The release notes:
  • Android Gingerbread support (#18)
  • New instantiator using Unsafe.allocateInstance() (#19)
  • Optimisation when instantiator cache isn't used (#14)
I had some fun benchmarking the different instantiators. If you want to check that the fastest one on your JVM is the default one, fell free to check out the code and try it. Don't forget to give me some feedback!

Enjoy!