All Versions
56
Latest Version
Avg Release Cycle
204 days
Latest Release
987 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.13 Changes
July 19, 2010- JIRA JASSIST-118, 119, 122, 124, 125.
-
v3.12.1
June 10, 2010 -
v3.12
April 16, 2010 -
v3.11 Changes
July 03, 2009๐ JIRA JASSIST-67, 68, 74, 75, 76, 77, 81, 83, 84, 85, 86, 87 were fixed.
Now javassist.bytecode.CodeIterator can insert a gap into a large method body more than 32KB. (JIRA JASSIST-79, 80)
-
v3.10 Changes
March 05, 2009- ๐ JIRA JASSIST-69, 70, 71 were fixed.
-
v3.9 Changes
October 09, 2008ClassPool.makeClassIfNew(InputStream) was implemented.
CtNewMethod.wrapped(..) and CtNewConstructor.wrapped(..) implicitly append a method like _added_m$0. This method now has a synthetic attribute.
๐ JIRA JASSIST-66 has been fixed.
-
v3.8.1 Changes
July 17, 2008CtClass.rebuildClassFile() has been added.
๐ A few bugs of javassist.bytecode.analysis have been fixed. 3.8.0 could not correctly deal with one letter class name such as I and J.
-
v3.8.0 Changes
June 13, 2008javassist.bytecode.analysis was implemented.
๐ JASSIST-45, 47, 51, 54-57, 60, 62 were fixed.
-
v3.7.1 Changes
March 10, 2008- ๐ a bug of javassist.util.proxy has been fixed.
-
v3.7 Changes
January 20, 2008- ๐ Several minor bugs have been fixed.