summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 typo
| * 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 access to the private constructor of the host class
| * Fix #252 make instrumentation works on JDK11 for the inner class which has ↵Sam Ma2019-03-203-2/+56
| | | | | | | | access to the private constructor of the host class
* | Merge pull request #254 from soul2zimate/backwards-compatible-fixShigeru Chiba2019-04-081-0/+18
|\ \ | | | | | | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, Prot…
| * | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ↵Chao Wang2019-03-251-0/+18
|/ / | | | | | | ProtectionDomain domain) for backward compatibility in minor release.
* | 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 thread
| * Control ctxClassLoader usage per threadskybber2019-03-171-1/+16
|/
* Merge pull request #247 from NingZhang-e/issue246Shigeru Chiba2019-02-121-5/+1
|\ | | | | Clean Java doc to fix #246
| * 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
| |\ | |/ |/| Sync with base/master.
* | 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 useful CodeConverter method:redirectMethodCallToStatic
| * | add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-014-0/+102
|/ /
* | fixes the bug reported in Issue #241.chibash2019-01-285-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.chibash2019-01-273-1/+11
| |
* | Merge pull request #243 from michalkurka/michalk_fix-j11-raceShigeru Chiba2019-01-273-6/+75
|\ \ | | | | | | JAVASSIST-242: Demonstrates a race condition in DefineClassHelper + proposed fix
| * | Proposed fixes in DefineClassHelper & DefinePackageHelpermichalkurka2019-01-252-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 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
|\ \ | | | | | | Supporting switch-case statements with string constants.
| * | 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
| |\ | |/ |/| Sync with master /jboss-javassist/javassist/.
* | 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
| * | Re-enable JDK7 runtime compatibility for Javassist 3.x (until source changes ↵JCgH4164838Gh792C124B52018-11-301-2/+2
|/ / | | | | | | | | | | | | preclude it). pom.xml changes: - lower compile source/target to 1.7 (from 1.8, introduced with Javassist 3.24.0)
| * Merge pull request #1 from jboss-javassist/masterNing Zhang2018-11-0246-740/+1171
| |\ | |/ |/| Sync with jboss-javassist/javassist.
* | fixes bugs in javadoc commentschibash2018-11-022-5/+10
| |
* | adds javassist.jar for test coderel_3_24_0_gachibash2018-11-011-0/+0
| |
* | updates for release 3.24.0-GAchibash2018-11-013-4/+4
| |
* | fixes typos in javadocs.rel_3_24_0_rcchibash2018-10-059-36/+36
| |
* | avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224.chibash2018-10-051-2/+2
| |
* | stops a potential leak in JarClassPath openClassfile(). Issues #222.chibash2018-09-151-1/+3
| |
* | adds a method taking Lookup to java.util.proxy.chibash2018-09-104-13/+88
| |
* | adds Automatic-Module-Name to manifestchibash2018-09-091-0/+1
| |
* | modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11.chibash2018-09-082-91/+105
| | | | | | | | It also adds a javadoc comment to CtClass#toClass() to recommend the users to use #toClass(Class) or #toClass(Lookup).
* | changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-0827-451/+532
| | | | | | | | in other words, java.lang.invoke.MethodHandles.Lookup.
* | does refactoring for javassist.util.proxy.chibash2018-09-073-153/+150
| |
* | changes the version numberchibash2018-09-053-1/+5
| |
* | adds test cases for NestHostAttribute and NestMembersAttribute.chibash2018-09-025-4/+39
| |
* | modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-028-9/+97
| |