aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/util
Commit message (Expand)AuthorAgeFilesLines
* [#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
* fixed JASSIST-162 and JASSIST-189chiba2013-04-111-13/+27
* fixed JASSIST-183chiba2013-03-261-2/+14
* fixed JASSIST-163. Eager initialization has been implemented.chiba2012-10-253-62/+88
* fixed JASSIST-163chiba2012-08-031-1/+4
* fixed JASSIST-163chiba2012-06-141-5/+9
* fixed a typo in a javadoc comment.chiba2012-02-051-1/+1
* fixed JASSIST-144chiba2011-09-016-17/+88
* fixed JASSIST-127chiba2011-08-212-9/+31
* added the Apache license.chiba2011-07-0811-23/+34
* fixed typos.chiba2010-07-221-1/+1
* preparation for GA releasechiba2010-04-142-0/+34
* fixed regression introduced by fix to ProxyFactory -- fixes JASSIST-113adinn2010-04-131-13/+17
* fixes for JASSIST-42 and JASSIST-97adinn2010-04-121-8/+25
* fixes for JASSIST-42 and JASSIST-97chiba2010-04-111-5/+5
* fixes for JASSIST-42 and JASSIST-97adinn2010-04-085-200/+566
* fixed potential strong cyclic reference from proxy cache entries back to thei...adinn2010-03-091-57/+76
* Mark Struberg's patch for JASSIST-97chiba2010-03-083-1/+34
* JASSIST-85chiba2010-02-141-1/+0
* fixed JIRA JASSIST-85chiba2009-06-261-0/+11