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
*
Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer
Shigeru Chiba
2022-05-13
2
-6
/
+6
|
\
|
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
2
-6
/
+6
*
|
Remove redundant type check
April Schleck
2022-03-31
1
-1
/
+0
|
/
*
fixed Issue #263
chibash
2019-07-27
1
-0
/
+37
*
Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...
Chao Wang
2019-03-25
1
-0
/
+18
*
adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.
chibash
2019-01-27
1
-0
/
+5
*
Proposed fixes in DefineClassHelper & DefinePackageHelper
michalkurka
2019-01-25
2
-6
/
+0
*
fixes another bug (supporting jdk.*) reported in #228
chibash
2018-12-06
1
-3
/
+8
*
fixes a bug reported in #228
chibash
2018-12-05
1
-1
/
+3
*
fixes typos in javadocs.
rel_3_24_0_rc
chibash
2018-10-05
2
-2
/
+2
*
adds a method taking Lookup to java.util.proxy.
chibash
2018-09-10
3
-11
/
+84
*
modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11.
chibash
2018-09-08
1
-81
/
+84
*
changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,
chibash
2018-09-08
3
-18
/
+109
*
does refactoring for javassist.util.proxy.
chibash
2018-09-07
2
-153
/
+150
*
adds a comment for the fix to JIRA JASSIST-267
chibash
2018-09-02
1
-2
/
+2
*
Merge pull request #210 from NingZhang-Ericsson/JASSIST-267
Shigeru Chiba
2018-08-31
1
-4
/
+20
|
\
|
*
Fix JASSIST-267
NingZhang-Ericsson
2018-07-13
1
-5
/
+2
|
*
fixed JASSIST-267
NingZhang-Ericsson
2018-07-13
1
-4
/
+23
*
|
fixes issue #209 (NPE in Exception)
chibash
2018-07-19
1
-1
/
+2
|
/
*
[#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
[next]