index
:
javassist.git
3.18
3.20
3.22-old-style-source
3.23
gh-pages
master
test/java9-jigsaw
test/switch-case
Java bytecode engineering toolkit: https://github.com/jboss-javassist/javassist
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
javassist.jar
Commit message (
Expand
)
Author
Age
Files
Lines
*
updates for release 3.23.0-GA
rel_3_23_0_ga
chibash
2018-06-21
1
-0
/
+0
*
fixes a minor bug in a test case.
chibash
2018-05-08
1
-0
/
+0
*
fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping wi...
chibash
2017-11-15
1
-0
/
+0
*
adds Modifier#isVarArgs()
chibash
2017-11-15
1
-0
/
+0
*
changes getDefinedPackage back to getPackage when Java is < 9.
chibash
2017-11-15
1
-0
/
+0
*
updates build.xml to be compatible to pom.xml
chibash
2017-11-14
1
-0
/
+0
*
changes ClassPool#appendSystemPath(). The new implementation appends ClassCl...
3.22-old-style-source
chibash
2017-10-27
1
-0
/
+0
*
fixes a bug of getAnnotations(). Some hidden annotations were not ignored.
chibash
2017-10-27
1
-0
/
+0
*
3.22.0-GA release
rel_3_22_0_ga
list
chibash
2017-10-10
1
-0
/
+0
*
updates ConstPool to support Module and Package
chibash
2017-09-12
1
-0
/
+0
*
modifies CtClass#setModifiers() to correctly support inner classes.
chibash
2017-06-01
1
-0
/
+0
*
delete testHotswap() because java 9 does not seem to allow a java agent to be...
chibash
2017-05-31
1
-0
/
+0
*
adds javassist.util.HotSwapAgent
chibash
2017-04-16
1
-0
/
+0
*
adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist...
chibash
2017-04-15
1
-0
/
+0
*
modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...
chibash
2017-04-13
1
-0
/
+0
*
updates the test code to run on Java 9 EA+149.
chibash
2016-12-20
1
-0
/
+0
*
implements better annotation handling since Javassist may fail to
chibash
2016-10-14
1
-0
/
+0
*
release 3.22.0-CR1
rel_3_22_0_cr1
chibash
2016-10-05
1
-0
/
+0
*
Merge branch 'test/java9-jigsaw'
chibash
2016-10-05
1
-0
/
+0
|
\
|
*
improves the backward compatibility of LoaderClassPath.
rel_3_21_0-java9-ea2
chibash
2016-09-28
1
-0
/
+0
|
*
fixes a bug in ClassClassPath. It was reported in Issue #97.
chibash
2016-08-04
1
-0
/
+0
|
*
adds javassist.jar because the unit tests fail without it.
chibash
2016-08-02
1
-0
/
+0
*
|
modifies javadoc typos.
chibash
2016-10-04
1
-0
/
+0
*
|
updates files for release 3.21.0-GA
chibash
2016-10-03
1
-0
/
+0
|
/
*
fixes many compatibility problems with older Java (i.e. 1.4)
chibash
2016-07-14
1
-0
/
+0
*
updates javassist.jar
chibash
2016-06-12
1
-0
/
+0
*
modifies javadoc.
chibash
2016-05-18
1
-0
/
+0
*
updates javassist.util.proxy to support a default interface method in Java 8
chibash
2016-02-22
1
-0
/
+0
*
rebuilds javassist.jar by Java 6 compiler
chibash
2016-01-12
1
-0
/
+0
*
fixes JIRA JASSIST-248.
chibash
2015-09-25
1
-0
/
+0
*
rebuilt javassist.jar
chibash
2015-08-07
1
-0
/
+0
*
final updates for 3.20.0-GA release
rel_3_20_0_ga
chibash
2015-06-25
1
-0
/
+0
*
fixed a bug reported as JASSIST-246
chibash
2015-05-25
1
-0
/
+0
*
updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.
chibash
2015-02-04
1
-0
/
+0
*
fixed JIRA JASSIST-241
chibash
2015-01-25
1
-0
/
+0
*
fixed javadoc bugs
chibash
2015-01-07
1
-0
/
+0
*
3.19.0-GA release
rel_3_19_0_ga
chibash
2015-01-06
1
-0
/
+0
*
fixed javadoc bugs
chibash
2015-01-06
1
-0
/
+0
*
fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations
chibash
2015-01-06
1
-0
/
+0
*
fiexed JASSIST-238
chibash
2014-11-23
1
-0
/
+0
*
changed the source so that javac 1.6 can compile it
chibash
2014-11-21
1
-0
/
+0
*
rebuilt javassist.jar to be up-to-date
chibash
2014-10-21
1
-0
/
+0
*
fixed JIRA223
chibash
2014-05-10
1
-0
/
+0
*
fixed JASSIST-205
chibash
2013-08-26
1
-0
/
+0
*
for releasing 3.18.0-GA
rel_3_18_0_ga
log
chibash
2013-06-03
1
-0
/
+0
*
fixed JASSIST-181
chiba
2013-04-17
1
-0
/
+0
*
fixed JASSIST-185
chiba
2013-04-14
1
-0
/
+0
*
fixed JASSIST-190
chiba
2013-04-13
1
-0
/
+0
*
fixed JASSIST-162 and JASSIST-189
chiba
2013-04-11
1
-0
/
+0
*
for 3.17.1 release
rel_3_17_1_ga
chiba
2012-12-03
1
-0
/
+0
[next]