diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-08-07 15:48:31 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-08-07 15:48:31 +0000 |
commit | 2405e6804619f75ef93c9a8e9ba366e595f4899d (patch) | |
tree | a5fac709b60ce7e9f161fe5b55e144e24283cdcf /Readme.html | |
parent | a62c5816078737cc3a392beaa88c2c03d95ea961 (diff) | |
download | javassist-2405e6804619f75ef93c9a8e9ba366e595f4899d.tar.gz javassist-2405e6804619f75ef93c9a8e9ba366e595f4899d.zip |
fixed the bug reported as JASSIST-23.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@305 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index f650a215..c791af92 100644 --- a/Readme.html +++ b/Readme.html @@ -283,6 +283,9 @@ see javassist.Dump. <p>-version 3.3 <ul> + <li>CtClass#toClass() and ClassPool#toClass() were modified to accept a + <code>ProtectionDomain</code> + (<a href="http://jira.jboss.com/jira/browse/JASSIST-23">JASSIST-23</a>). <li>CtClass#getAvailableAnnotations() etc. have been implemented. <li>A bug related to a way of dealing with a bridge method was fixed (<a href="http://jira.jboss.com/jira/browse/HIBERNATE-37">HIBERNATE-37</a>). @@ -683,7 +686,7 @@ Howard Lewis Ship, Richard Jones, Marjan Sterjev, Bruce McDonald, Mark Brennan, Vlad Skarzhevskyy, Brett Randall, Tsuyoshi Murakami, Nathan Meyers, Yoshiyuki Usui Yutaka Sunaga, Arjan van der Meer, Bruce Eckel, Guillaume Pothier, -Kumar Matcha, Andreas Salathe, +Kumar Matcha, Andreas Salathe, Renat Zubairov, and all other contributors for their contributions. <p><br> |