aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-021-0/+18
* | fixes typos included in PR #272 (Issue #270)chibash2019-09-012-163/+158
* | Remove unused fileRich Bolen2019-08-301-22/+0
* | Address feedback from PRRich Bolen2019-08-281-3/+3
* | 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-205-48/+266
* | fixed Issue #263chibash2019-07-274-3/+57
|/
* Fix typoUragami Taichi2019-07-041-1/+1
* for release 3.25.0-GAchibash2019-04-163-3/+4
* 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
* | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...Chao Wang2019-03-251-0/+18
* | adds javadoc comments for PR #250chibash2019-03-172-2/+17
* | Control ctxClassLoader usage per threadskybber2019-03-171-1/+16
|/
* Fix Issue #246 via clean java doc.enigzhg2019-02-121-5/+1
* add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-014-0/+102
* fixes the bug reported in Issue #241.chibash2019-01-283-1/+29
* adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.chibash2019-01-272-0/+10
* Proposed fixes in DefineClassHelper & DefinePackageHelpermichalkurka2019-01-252-6/+0
* JAVASSIST-242: Demonstrates a race condition in DefineClassHelpermichalkurka2019-01-251-0/+75
* enables switch-case with string constantschibash2018-12-102-2/+81
* updates for relase 3.24.1rel_3_24_1_gachibash2018-12-092-2/+2
* fixes another bug (supporting jdk.*) reported in #228chibash2018-12-062-3/+20
* fixes a bug reported in #228chibash2018-12-052-1/+15
* fixes bugs in javadoc commentschibash2018-11-021-3/+3
* updates for release 3.24.0-GAchibash2018-11-012-2/+2
* 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
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-0825-450/+530
* does refactoring for javassist.util.proxy.chibash2018-09-072-153/+150
* changes the version numberchibash2018-09-053-1/+5
* adds test cases for NestHostAttribute and NestMembersAttribute.chibash2018-09-023-0/+35
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-024-1/+88
* Merge pull request #218 from dmitri-gb/masterShigeru Chiba2018-09-023-0/+92
|\
| * Add support for Java 11 NestHost and NestMembers attributesDmitri Gabbasov2018-08-233-0/+92
* | adds a comment for the fix to JIRA JASSIST-267chibash2018-09-022-2/+33
* | Merge pull request #210 from NingZhang-Ericsson/JASSIST-267Shigeru Chiba2018-08-312-6/+67
|\ \ | |/ |/|
| * Fix JASSIST-267NingZhang-Ericsson2018-07-131-5/+2
| * fixed JASSIST-267NingZhang-Ericsson2018-07-132-6/+70
* | fixes issue #209 (NPE in Exception)chibash2018-07-191-1/+2
* | Custom URL stream handler in ByteArrayClassPathAndres Luuk2018-07-091-2/+27
|/
* updates for release 3.23.1rel_3_23_1_gachibash2018-07-022-2/+2