Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | for release 3.26.0-GArel_3_26_0_ga3_26_0_ga | chibash | 2019-10-03 | 3 | -3/+3 | |
| | ||||||
* | adds CtClass#isKotlin() for PR #276 | chibash | 2019-09-23 | 2 | -0/+13 | |
| | ||||||
* | fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275 | chibash | 2019-09-23 | 2 | -1/+1 | |
| | ||||||
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 8 | -24/+159 | |
| | ||||||
* | fixes Issue #271 | chibash | 2019-09-02 | 3 | -4/+16 | |
| | ||||||
* | updates Readme.html | chibash | 2019-09-02 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #267 from sam-ma/master | Shigeru Chiba | 2019-09-02 | 3 | -13/+67 | |
|\ | | | | | Fix #265 javassist.CannotCompileException: [source error] the called … | |||||
| * | Fix #265 javassist.CannotCompileException: [source error] the called ↵ | Sam Ma | 2019-07-23 | 3 | -13/+67 | |
| | | | | | | | | constructor is private | |||||
* | | adds ClassFileWriter#addDynamicInfo | chibash | 2019-09-02 | 2 | -0/+18 | |
| | | ||||||
* | | fixes typos included in PR #272 (Issue #270) | chibash | 2019-09-01 | 4 | -164/+164 | |
| | | ||||||
* | | Merge pull request #272 from richbolen/JASSIST-270 | Shigeru Chiba | 2019-09-01 | 2 | -49/+177 | |
|\ \ | | | | | | | JASSIST-270: Add support for the new Dynamic constant (17) created in java 11 | |||||
| * | | Remove unused file | Rich Bolen | 2019-08-30 | 1 | -22/+0 | |
| | | | ||||||
| * | | Address feedback from PR | Rich Bolen | 2019-08-28 | 2 | -5/+5 | |
| | | | ||||||
| * | | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 1 | -1/+6 | |
| | | | ||||||
| * | | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 4 | -74/+1 | |
| | | | ||||||
| * | | Add support for the new Dynamic constant (17) created in java 11 | Rich Bolen | 2019-08-20 | 6 | -51/+269 | |
|/ / | ||||||
* / | fixed Issue #263 | chibash | 2019-07-27 | 5 | -3/+57 | |
|/ | ||||||
* | Merge pull request #264 from backpaper0/fix-typo | Shigeru Chiba | 2019-07-04 | 1 | -1/+1 | |
|\ | | | | | Fix typo | |||||
| * | Fix typo | Uragami Taichi | 2019-07-04 | 1 | -1/+1 | |
|/ | ||||||
* | for release 3.25.0-GArel_3_25_0_ga | chibash | 2019-04-16 | 1 | -1/+1 | |
| | ||||||
* | for release 3.25.0-GA | chibash | 2019-04-16 | 7 | -7/+8 | |
| | ||||||
* | Merge pull request #253 from sam-ma/master | Shigeru Chiba | 2019-04-16 | 3 | -2/+56 | |
|\ | | | | | Fix #252 make instrumentation works on JDK11 for the inner class which has access to the private constructor of the host class | |||||
| * | Fix #252 make instrumentation works on JDK11 for the inner class which has ↵ | Sam Ma | 2019-03-20 | 3 | -2/+56 | |
| | | | | | | | | access to the private constructor of the host class | |||||
* | | Merge pull request #254 from soul2zimate/backwards-compatible-fix | Shigeru Chiba | 2019-04-08 | 1 | -0/+18 | |
|\ \ | | | | | | | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, Prot… | |||||
| * | | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ↵ | Chao Wang | 2019-03-25 | 1 | -0/+18 | |
|/ / | | | | | | | ProtectionDomain domain) for backward compatibility in minor release. | |||||
* | | adds javadoc comments for PR #250 | chibash | 2019-03-17 | 6 | -6/+22 | |
| | | ||||||
* | | Merge pull request #250 from skybber/master | Shigeru Chiba | 2019-03-17 | 1 | -1/+16 | |
|\ \ | |/ |/| | Control ctxClassLoader usage per thread | |||||
| * | Control ctxClassLoader usage per thread | skybber | 2019-03-17 | 1 | -1/+16 | |
|/ | ||||||
* | Merge pull request #247 from NingZhang-e/issue246 | Shigeru Chiba | 2019-02-12 | 1 | -5/+1 | |
|\ | | | | | Clean Java doc to fix #246 | |||||
| * | Fix Issue #246 via clean java doc. | enigzhg | 2019-02-12 | 1 | -5/+1 | |
| | | ||||||
| * | Merge pull request #3 from jboss-javassist/master | Ning Zhang | 2019-02-12 | 20 | -17/+334 | |
| |\ | |/ |/| | Sync with base/master. | |||||
* | | updates Readme.html and rebuilds javassist.jar | chibash | 2019-02-02 | 2 | -1/+1 | |
| | | ||||||
* | | Merge pull request #244 from shifujun/redirectMethodCallToStatic | Shigeru Chiba | 2019-02-02 | 4 | -0/+102 | |
|\ \ | | | | | | | add a useful CodeConverter method:redirectMethodCallToStatic | |||||
| * | | add a new CodeConverter method:redirectMethodCallToStatic | shifujun | 2019-02-01 | 4 | -0/+102 | |
|/ / | ||||||
* | | fixes the bug reported in Issue #241. | chibash | 2019-01-28 | 5 | -2/+30 | |
| | | | | | | | | It makes $r available in the code given to CtBehavior#insertBefore(). | |||||
* | | adds src/test/test5/SwitchCase.java. It also adds the javadoc comments. | chibash | 2019-01-27 | 3 | -1/+11 | |
| | | ||||||
* | | Merge pull request #243 from michalkurka/michalk_fix-j11-race | Shigeru Chiba | 2019-01-27 | 3 | -6/+75 | |
|\ \ | | | | | | | JAVASSIST-242: Demonstrates a race condition in DefineClassHelper + proposed fix | |||||
| * | | Proposed fixes in DefineClassHelper & DefinePackageHelper | michalkurka | 2019-01-25 | 2 | -6/+0 | |
| | | | | | | | | | | | | | | | Don't try to clean-up after making a protected-final method accessible. No synchronization with concurrent access can cause errors. | |||||
| * | | JAVASSIST-242: Demonstrates a race condition in DefineClassHelper | michalkurka | 2019-01-25 | 1 | -0/+75 | |
|/ / | ||||||
* | | changes Readme.html | chibash | 2018-12-11 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #231 from jboss-javassist/test/switch-case | Shigeru Chiba | 2018-12-11 | 4 | -2/+86 | |
|\ \ | | | | | | | Supporting switch-case statements with string constants. | |||||
| * | | updates Readme.htmltest/switch-case | chibash | 2018-12-10 | 1 | -0/+5 | |
| | | | ||||||
| * | | enables switch-case with string constants | chibash | 2018-12-10 | 3 | -2/+81 | |
|/ / | ||||||
* | | updates for relase 3.24.1rel_3_24_1_ga | chibash | 2018-12-09 | 6 | -6/+7 | |
| | | ||||||
* | | fixes another bug (supporting jdk.*) reported in #228 | chibash | 2018-12-06 | 4 | -4/+27 | |
| | | ||||||
| * | Merge pull request #2 from jboss-javassist/master | Ning Zhang | 2018-12-04 | 5 | -5/+19 | |
| |\ | |/ |/| | Sync with master /jboss-javassist/javassist/. | |||||
* | | fixes a bug reported in #228 | chibash | 2018-12-05 | 3 | -1/+15 | |
| | | ||||||
* | | modifies build.xml to support JDK 7. | chibash | 2018-11-30 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #230 from JCgH4164838Gh792C124B5/localJavassistBranch | Shigeru Chiba | 2018-11-30 | 1 | -2/+2 | |
|\ \ | | | | | | | Re-enable JDK7 runtime compatibility for Javassist 3.x |