aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/util/proxy/FactoryHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...Chao Wang2019-03-251-0/+18
* adds a method taking Lookup to java.util.proxy.chibash2018-09-101-0/+18
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-4/+13
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-10/+7
* adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist...chibash2017-04-151-2/+5
* modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...chibash2017-04-131-56/+4
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-4/+4
* added the Apache license.chiba2011-07-081-2/+3
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-121-4/+8
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed JIRA JASSIST-28?chiba2006-11-011-5/+13
* deprecated ClassPool#toClass(CtClass,ClassLoader).chiba2006-08-141-2/+2
* fixed the bug reported as JASSIST-23.chiba2006-08-071-6/+48
* updated copyright noticeschiba2006-01-111-1/+1
* restructred sub packageschiba2006-01-111-0/+182