]> source.dussan.org Git - javassist.git/shortlog
javassist.git
2018-04-29 Christian BeikovJASSIST-271 Allow running on Java 11 by falling back... 198/head
2017-11-14 chibashfixes a bug reported in issue #155 (Javassist Incorrect...
2017-11-14 chibashadds Modifier#isVarArgs()
2017-11-14 chibashadds Modifier#isVarArgs()
2017-11-14 chibashchanges getDefinedPackage back to getPackage when Java...
2017-11-14 Shigeru ChibaMerge pull request #159 from nickl-/scoped-pool
2017-11-14 Shigeru ChibaMerge pull request #158 from nickl-/secure-privileged
2017-11-13 Shigeru ChibaMerge pull request #166 from nickl-/test-ctfield-make...
2017-11-13 Shigeru ChibaMerge pull request #167 from nickl-/innerclass-modifiers
2017-11-13 chibashupdates build.xml to be compatible to pom.xml
2017-11-12 nickl-Fix #152 inner class modifiers. 167/head
2017-11-12 nickl-Unit Test: CtField.make referencing 'this'. 166/head
2017-11-12 nickl-Fixes to javassist.scopepool 159/head
2017-11-12 nickl-Define parameters for returned iterator. 158/head
2017-11-12 nickl-Some functional unit tests proofs.
2017-11-12 nickl-Some code comments to fill in gaps.
2017-11-12 nickl-Even now Oracle still not happy.
2017-11-12 nickl-Refactor definePackage as well.
2017-11-12 nickl-Give helper private constructor fwiw.
2017-11-12 nickl-Add caller class checking.
2017-11-12 nickl-MethodHandles for JDK7+.
2017-11-12 nickl-Refactored SecActs methods and retain 1.6 source.
2017-11-12 nickl-Add sun.misc.Unsafe privileged retrieval to SecActions.
2017-11-12 nickl-Type check and paramatized rawtypes for SecurityActions.
2017-11-12 nickl-Add getMethodHandle to SecurityActions.
2017-11-12 nickl-Make an effort to secure privileged use.
2017-11-12 Shigeru ChibaMerge pull request #160 from nickl-/squash-warnings
2017-10-30 nickl-Organize imports to disolve ambiguity. 160/head
2017-10-30 nickl-Squash compiler warnings in tests.
2017-10-30 nickl-Source walk/Spring clean/Parameterize/Enhance et.al.
2017-10-30 nickl-Fix deperecated junit.framework.Assert.
2017-10-30 nickl-Fix deperecated junit.framework.Assert.
2017-10-30 nickl-Implement hashCode for Annotation.
2017-10-30 nickl-Implement hashCode for Type.
2017-10-30 nickl-Implement hashCode for MultiType.
2017-10-30 nickl-Implement hashCode for MultiArrayType.
2017-10-29 nickl-Fix deperecated junit.framework.Assert.
2017-10-28 nickl-Suppress deprecation Applet.
2017-10-28 nickl-Suppress deprecation ClassPool.makePackage
2017-10-28 nickl-Fix deprecation getPackage to getDefinedPackage
2017-10-28 nickl-Added default serialVersionUID.
2017-10-27 nickl-Upgrade junit from ver 3 to 4. 157/head
2017-10-27 nickl-Add version to maven-bundle-plugin.
2017-10-27 nickl-Configure source encoding as UTF-8.
2017-10-27 nickl-Move runtests to build directory.
2017-10-26 chibashchanges ClassPool#appendSystemPath(). The new implemen... 3.22-old-style-source
2017-10-26 chibashfixes a bug of getAnnotations(). Some hidden annotatio...
2017-10-10 Scott Marlowupgrade maven-javadoc-plugin to 3.0.0-M1 to support... rel_3_22_00_ga
2017-10-10 chibashremoves JvstTest4#testJIRA150b because it is obsolete. rel_3_22_1_ga
2017-10-10 chibash3.22.0-GA release list rel_3_22_0_ga
2017-09-11 chibashupdates ConstPool to support Module and Package
2017-06-01 chibashmodifies CtClass#setModifiers() to correctly support...
2017-05-31 chibashdelete testHotswap() because java 9 does not seem to...
2017-05-30 chibashto support Java 9-ea+171
2017-04-16 chibashmodifies the version number rel_3_22_0_cr2
2017-04-16 chibashadds javassist.util.HotSwapAgent
2017-04-15 chibashadds javassist.util.proxy.ProxyFactory#onlyPublicMethod...
2017-04-12 Shigeru ChibaMerge pull request #130 from andresluuk/patch-1
2017-04-12 chibashmodifies to use sun.misc.Unsafe#defineClass so that...
2017-04-10 Andres LuukUpdate ClassFile.java 130/head
2016-12-20 chibashupdates the test code to run on Java 9 EA+149.
2016-12-16 chibashremoves javassist.ModuleClassPath.
2016-10-13 chibashimplements better annotation handling since Javassist...
2016-10-04 chibashupdates Readme.html.
2016-10-04 chibashrelease 3.22.0-CR1 rel_3_22_0_cr1
2016-10-04 chibashMerge branch 'test/java9-jigsaw'
2016-10-04 chibashmodifies javadoc typos.
2016-10-03 chibashfixes typos in javadoc comments rel_3_21_0_ga
2016-10-02 chibashupdates files for release 3.21.0-GA
2016-09-29 chibashMerge branch 'master' into test/java9-jigsaw test/java9-jigsaw
2016-09-27 chibashimproves the backward compatibility of LoaderClassPath. rel_3_21_0-java9-ea2
2016-09-18 chibashenables removal of attributes 108/head
2016-09-18 Shigeru ChibaMerge pull request #100 from oreissig/remove-annotation
2016-09-17 Shigeru ChibaMerge pull request #98 from PeterFeicht/master
2016-09-17 chibashallows adding a default method to an interface type.
2016-08-20 oreissigimplement removal of annotations 100/head
2016-08-11 Peter FeichtingerFix NullPointerException in ControlFlow constructor. 98/head
2016-08-03 chibashfixes a bug in ClassClassPath. It was reported in...
2016-08-02 chibashadds javassist.jar because the unit tests fail without it.
2016-08-02 chibashupdates pom.xml for building on Java 9.
2016-08-01 chibashfixes calls to a deprecated method in Java 9. rel_3_21_0-java9-ea
2016-07-31 chibashmodifies a test case. Now all the test cases run succe...
2016-07-31 Shigeru ChibaMerge pull request #96 from jboss-javassist/master
2016-07-31 chibashmodifies addInvokestatic() in Bytecode to support a... 96/head
2016-07-31 chibashmodifies runtest in build.xml
2016-07-31 chibashMerge branch 'test/java9-jigsaw' of github.com:jboss...
2016-07-31 chibashadds ModuleClassPath.java
2016-07-30 chibashMerge branch 'master' of github.com:jboss-javassist...
2016-07-30 Shigeru ChibaMerge pull request #95 from jboss-javassist/master
2016-07-30 chibashremoves redundant whitespaces 95/head
2016-07-30 chibashfixes a bug of ProxyFactory. It could not deal with...
2016-07-30 chibashfixes a bug of ProxyFactory. It could not deal with...
2016-07-30 chibashupdates the version number.
2016-07-30 chibashfixes a bug of stackmap generation. The bug was reporte...
2016-07-14 Shigeru ChibaMerge pull request #88 from jboss-javassist/master
2016-07-14 chibashfixes many compatibility problems with older Java ... 88/head
2016-07-14 chibashmodifies ClassPool so that it can read most class files.
2016-07-14 chibashadds ClassFile.JAVA_9
2016-06-12 chibashmodifies test code.
2016-06-12 chibashmodifies test code
next