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
/
src
/
main
/
javassist
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171
Christian Beikov
2018-06-22
1
-9
/
+43
*
updates for release 3.23.0-GA
rel_3_23_0_ga
chibash
2018-06-21
1
-4
/
+4
*
JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineCla...
Christian Beikov
2018-04-29
1
-6
/
+15
*
Some code comments to fill in gaps.
nickl-
2017-11-12
1
-0
/
+30
*
Even now Oracle still not happy.
nickl-
2017-11-12
2
-12
/
+64
*
Refactor definePackage as well.
nickl-
2017-11-12
1
-0
/
+179
*
Give helper private constructor fwiw.
nickl-
2017-11-12
1
-1
/
+2
*
Add caller class checking.
nickl-
2017-11-12
2
-1
/
+23
*
MethodHandles for JDK7+.
nickl-
2017-11-12
1
-5
/
+34
*
Refactored SecActs methods and retain 1.6 source.
nickl-
2017-11-12
1
-45
/
+73
*
Add sun.misc.Unsafe privileged retrieval to SecActions.
nickl-
2017-11-12
1
-0
/
+29
*
Type check and paramatized rawtypes for SecurityActions.
nickl-
2017-11-12
1
-38
/
+41
*
Add getMethodHandle to SecurityActions.
nickl-
2017-11-12
1
-2
/
+28
*
Make an effort to secure privileged use.
nickl-
2017-11-12
1
-76
/
+82
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
5
-16
/
+50
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
9
-192
/
+180
*
Added default serialVersionUID.
nickl-
2017-10-28
2
-0
/
+5
*
3.22.0-GA release
rel_3_22_0_ga
list
chibash
2017-10-10
1
-1
/
+1
*
delete testHotswap() because java 9 does not seem to allow a java agent to be...
chibash
2017-05-31
1
-2
/
+1
*
adds javassist.util.HotSwapAgent
chibash
2017-04-16
2
-0
/
+228
*
adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist...
chibash
2017-04-15
3
-14
/
+57
*
modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...
chibash
2017-04-13
3
-59
/
+145
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
2
-5
/
+12
*
fixes a bug of ProxyFactory. It could not deal with default methods declared...
chibash
2016-07-30
1
-2
/
+17
*
updates javassist.util.proxy to support a default interface method in Java 8
chibash
2016-02-22
1
-1
/
+2
*
fixes a concurrency bug in ProxyFactory (JASSIST-259)
chibash
2016-02-12
1
-5
/
+6
*
rebuilt javassist.jar
chibash
2015-08-07
1
-1
/
+1
*
fixed JASSIST-244
chibash
2015-08-07
1
-3
/
+20
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
2
-17
/
+15
*
fixed JASSIST-206
chibash
2013-07-23
1
-0
/
+36
*
fixed JASSIST-199
chibash
2013-05-26
1
-13
/
+36
*
fixed JASSIST-162 and JASSIST-189
chiba
2013-04-11
1
-13
/
+27
*
fixed JASSIST-183
chiba
2013-03-26
1
-2
/
+14
*
fixed JASSIST-163. Eager initialization has been implemented.
chiba
2012-10-25
3
-62
/
+88
*
fixed JASSIST-163
chiba
2012-08-03
1
-1
/
+4
*
fixed JASSIST-163
chiba
2012-06-14
1
-5
/
+9
*
fixed a typo in a javadoc comment.
chiba
2012-02-05
1
-1
/
+1
*
fixed JASSIST-144
chiba
2011-09-01
6
-17
/
+88
*
fixed JASSIST-127
chiba
2011-08-21
2
-9
/
+31
*
added the Apache license.
chiba
2011-07-08
11
-23
/
+34
*
fixed typos.
chiba
2010-07-22
1
-1
/
+1
*
preparation for GA release
chiba
2010-04-14
2
-0
/
+34
*
fixed regression introduced by fix to ProxyFactory -- fixes JASSIST-113
adinn
2010-04-13
1
-13
/
+17
*
fixes for JASSIST-42 and JASSIST-97
adinn
2010-04-12
1
-8
/
+25
*
fixes for JASSIST-42 and JASSIST-97
chiba
2010-04-11
1
-5
/
+5
*
fixes for JASSIST-42 and JASSIST-97
adinn
2010-04-08
5
-200
/
+566
*
fixed potential strong cyclic reference from proxy cache entries back to thei...
adinn
2010-03-09
1
-57
/
+76
*
Mark Struberg's patch for JASSIST-97
chiba
2010-03-08
3
-1
/
+34
*
JASSIST-85
chiba
2010-02-14
1
-1
/
+0
*
fixed JIRA JASSIST-85
chiba
2009-06-26
1
-0
/
+11
[next]