aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* for fixing JASSIST-75chiba2009-04-041-3/+16
* JASSIST-75chiba2009-03-261-2/+14
* removed unnecessary commentschiba2008-09-181-38/+1
* for fixing JASSIST-66chiba2008-09-182-5/+48
* update a comment.chiba2008-07-171-0/+2
* Use privileged block for clazz.getDeclaredMethods()kkhan2008-03-111-1/+1
* preparation for 3.7.1 releasechiba2008-03-091-127/+98
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-123-45/+174
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-121-2/+41
* fixed JIRA JASSIST-36chiba2007-10-021-0/+1
* updated the copyright notices.chiba2007-06-048-8/+8
* made the java.util.proxy package support stack map tables.chiba2007-06-031-6/+19
* updated a javadoc commentchiba2006-11-071-0/+1
* updated a javadoc commentchiba2006-11-071-2/+40
* Fixed a bug of duplicating writeReplace() to a proxy class.chiba2006-11-071-1/+6
* made a proxy class serializable (JASSIST-20).chiba2006-11-053-39/+180
* slightly changed the caching policy used by ProxyFactorychiba2006-11-021-4/+9