aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275chibash2019-09-232-1/+1
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-208-24/+159
* fixes Issue #271chibash2019-09-023-4/+16
* updates Readme.htmlchibash2019-09-021-1/+1
* Merge pull request #267 from sam-ma/masterShigeru Chiba2019-09-023-13/+67
|\
| * Fix #265 javassist.CannotCompileException: [source error] the called construc...Sam Ma2019-07-233-13/+67
* | adds ClassFileWriter#addDynamicInfochibash2019-09-022-0/+18
* | fixes typos included in PR #272 (Issue #270)chibash2019-09-014-164/+164
* | Merge pull request #272 from richbolen/JASSIST-270Shigeru Chiba2019-09-012-49/+177
|\ \
| * | Remove unused fileRich Bolen2019-08-301-22/+0
| * | Address feedback from PRRich Bolen2019-08-282-5/+5
| * | Incorporate feedback from the PRRich Bolen2019-08-271-1/+6
| * | Incorporate feedback from the PRRich Bolen2019-08-271-1/+1
| * | Incorporate feedback from the PRRich Bolen2019-08-274-74/+1
| * | Add support for the new Dynamic constant (17) created in java 11Rich Bolen2019-08-206-51/+269
|/ /
* / fixed Issue #263chibash2019-07-275-3/+57
|/
* Merge pull request #264 from backpaper0/fix-typoShigeru Chiba2019-07-041-1/+1
|\
| * Fix typoUragami Taichi2019-07-041-1/+1
|/
* for release 3.25.0-GArel_3_25_0_gachibash2019-04-161-1/+1
* for release 3.25.0-GAchibash2019-04-167-7/+8
* Merge pull request #253 from sam-ma/masterShigeru Chiba2019-04-163-2/+56
|\
| * Fix #252 make instrumentation works on JDK11 for the inner class which has ac...Sam Ma2019-03-203-2/+56
* | Merge pull request #254 from soul2zimate/backwards-compatible-fixShigeru Chiba2019-04-081-0/+18
|\ \
| * | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...Chao Wang2019-03-251-0/+18
|/ /
* | adds javadoc comments for PR #250chibash2019-03-176-6/+22
* | Merge pull request #250 from skybber/masterShigeru Chiba2019-03-171-1/+16
|\ \ | |/ |/|
| * Control ctxClassLoader usage per threadskybber2019-03-171-1/+16
|/
* Merge pull request #247 from NingZhang-e/issue246Shigeru Chiba2019-02-121-5/+1
|\
| * Fix Issue #246 via clean java doc.enigzhg2019-02-121-5/+1
| * Merge pull request #3 from jboss-javassist/masterNing Zhang2019-02-1220-17/+334
| |\ | |/ |/|
* | updates Readme.html and rebuilds javassist.jarchibash2019-02-022-1/+1
* | Merge pull request #244 from shifujun/redirectMethodCallToStaticShigeru Chiba2019-02-024-0/+102
|\ \
| * | add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-014-0/+102
|/ /
* | fixes the bug reported in Issue #241.chibash2019-01-285-2/+30
* | adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.chibash2019-01-273-1/+11
* | Merge pull request #243 from michalkurka/michalk_fix-j11-raceShigeru Chiba2019-01-273-6/+75
|\ \
| * | Proposed fixes in DefineClassHelper & DefinePackageHelpermichalkurka2019-01-252-6/+0
| * | JAVASSIST-242: Demonstrates a race condition in DefineClassHelpermichalkurka2019-01-251-0/+75
|/ /
* | changes Readme.htmlchibash2018-12-111-1/+1
* | Merge pull request #231 from jboss-javassist/test/switch-caseShigeru Chiba2018-12-114-2/+86
|\ \
| * | updates Readme.htmltest/switch-casechibash2018-12-101-0/+5
| * | enables switch-case with string constantschibash2018-12-103-2/+81
|/ /
* | updates for relase 3.24.1rel_3_24_1_gachibash2018-12-096-6/+7
* | fixes another bug (supporting jdk.*) reported in #228chibash2018-12-064-4/+27
| * Merge pull request #2 from jboss-javassist/masterNing Zhang2018-12-045-5/+19
| |\ | |/ |/|
* | fixes a bug reported in #228chibash2018-12-053-1/+15
* | modifies build.xml to support JDK 7.chibash2018-11-302-2/+2
* | Merge pull request #230 from JCgH4164838Gh792C124B5/localJavassistBranchShigeru Chiba2018-11-301-2/+2
|\ \
| * | Re-enable JDK7 runtime compatibility for Javassist 3.x (until source changes ...JCgH4164838Gh792C124B52018-11-301-2/+2
|/ /
| * Merge pull request #1 from jboss-javassist/masterNing Zhang2018-11-0246-740/+1171
| |\ | |/ |/|