aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/util
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #382 from tim-hoffman/PR_RemoveStringBufferShigeru Chiba2022-05-132-6/+6
|\
| * Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-162-6/+6
* | Remove redundant type checkApril Schleck2022-03-311-1/+0
|/
* fixed Issue #263chibash2019-07-271-0/+37
* Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...Chao Wang2019-03-251-0/+18
* adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.chibash2019-01-271-0/+5
* Proposed fixes in DefineClassHelper & DefinePackageHelpermichalkurka2019-01-252-6/+0
* fixes another bug (supporting jdk.*) reported in #228chibash2018-12-061-3/+8
* fixes a bug reported in #228chibash2018-12-051-1/+3
* fixes typos in javadocs.rel_3_24_0_rcchibash2018-10-052-2/+2
* adds a method taking Lookup to java.util.proxy.chibash2018-09-103-11/+84
* modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11.chibash2018-09-081-81/+84
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-083-18/+109
* does refactoring for javassist.util.proxy.chibash2018-09-072-153/+150
* adds a comment for the fix to JIRA JASSIST-267chibash2018-09-021-2/+2
* Merge pull request #210 from NingZhang-Ericsson/JASSIST-267Shigeru Chiba2018-08-311-4/+20
|\
| * Fix JASSIST-267NingZhang-Ericsson2018-07-131-5/+2
| * fixed JASSIST-267NingZhang-Ericsson2018-07-131-4/+23
* | fixes issue #209 (NPE in Exception)chibash2018-07-191-1/+2
|/
* [#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171Christian Beikov2018-06-221-9/+43
* updates for release 3.23.0-GArel_3_23_0_gachibash2018-06-211-4/+4
* JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineCla...Christian Beikov2018-04-291-6/+15
* Some code comments to fill in gaps.nickl-2017-11-121-0/+30
* Even now Oracle still not happy.nickl-2017-11-122-12/+64
* Refactor definePackage as well.nickl-2017-11-121-0/+179
* Give helper private constructor fwiw.nickl-2017-11-121-1/+2
* Add caller class checking.nickl-2017-11-122-1/+23
* MethodHandles for JDK7+.nickl-2017-11-121-5/+34
* Refactored SecActs methods and retain 1.6 source.nickl-2017-11-121-45/+73
* Add sun.misc.Unsafe privileged retrieval to SecActions.nickl-2017-11-121-0/+29
* Type check and paramatized rawtypes for SecurityActions.nickl-2017-11-121-38/+41
* Add getMethodHandle to SecurityActions.nickl-2017-11-121-2/+28
* Make an effort to secure privileged use.nickl-2017-11-121-76/+82
* Organize imports to disolve ambiguity.nickl-2017-10-305-16/+50
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-309-192/+180
* Added default serialVersionUID.nickl-2017-10-282-0/+5
* 3.22.0-GA releaserel_3_22_0_galistchibash2017-10-101-1/+1
* delete testHotswap() because java 9 does not seem to allow a java agent to be...chibash2017-05-311-2/+1
* adds javassist.util.HotSwapAgentchibash2017-04-162-0/+228
* adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist...chibash2017-04-153-14/+57
* modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...chibash2017-04-133-59/+145
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-022-5/+12
* fixes a bug of ProxyFactory. It could not deal with default methods declared...chibash2016-07-301-2/+17
* updates javassist.util.proxy to support a default interface method in Java 8chibash2016-02-221-1/+2
* fixes a concurrency bug in ProxyFactory (JASSIST-259)chibash2016-02-121-5/+6
* rebuilt javassist.jarchibash2015-08-071-1/+1
* fixed JASSIST-244chibash2015-08-071-3/+20
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-062-17/+15
* fixed JASSIST-206chibash2013-07-231-0/+36
* fixed JASSIST-199chibash2013-05-261-13/+36