All Versions
9
Latest Version
Avg Release Cycle
191 days
Latest Release
1802 days ago
Changelog History
Changelog History
-
v3.1 Changes
October 05, 2019 -
v3.0.1 Changes
October 19, 2018This is a quick patch over 3.0.1 to add an automatic-module-name.
- No Automatic-Module-Name in objenesis (#66)
-
v3.0 Changes
October 08, 2018- โฌ๏ธ Drop JRockit support (#64)
- ๐ Move lower support to Java 1.8 (#63)
- Replace findbugs by spotbugs (#62)
- ClassDefinitionUtils doesn't compile with Java 11 (#61)
- โก๏ธ update pom.xml for maven plugins (#60)
- โ Test errors with Java 10 (#59)
- ๐ Please remove the hidden .mvn directory from the source tarball (#57)
- ๐ Move Android TCK API 26 because objenesis now requires it (#65)
-
v2.6 Changes
June 20, 2017 -
v2.5.1 Changes
January 18, 2017- โ Test failure: org.objenesis.instantiator.basic.ClassDefinitionUtilsTest on debian (#49)
-
v2.5 Changes
January 13, 2017 -
v2.4 Changes
May 23, 2016 -
v2.3 Changes
May 23, 2016 -
v2.2 Changes
July 31, 2015- ๐ 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)
- ๐ New