aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2006-07-18 17:51:04 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2006-07-18 17:51:04 +0000
commitae4b81c8204eec47ccd579ce0ae07e808b9a8b58 (patch)
treed5d12667542435896b69ac808eca92ff0bbdd6e1 /Readme.html
parentf19b6003aee1f59e68fc685093721ca524f35e77 (diff)
downloadjavassist-ae4b81c8204eec47ccd579ce0ae07e808b9a8b58.tar.gz
javassist-ae4b81c8204eec47ccd579ce0ae07e808b9a8b58.zip
a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method). Please check other JBoss products using Javassist.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@302 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/Readme.html b/Readme.html
index efa53ce4..f650a215 100644
--- a/Readme.html
+++ b/Readme.html
@@ -283,6 +283,9 @@ see javassist.Dump.
<p>-version 3.3
<ul>
+ <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>).
<li>javassist.scopedpool package was added.
</ul>
@@ -298,11 +301,11 @@ see javassist.Dump.
<ul>
<li>A bug of replace(String,ExprEditor) in javassist.expr.Expr has been fixed.
<li>Updated ProxyFactory getClassLoader to choose the javassit class loader
- when the proxy superclass has a null class loader (a jdk/endorsed class).
- <a href='http://jira.jboss.com/jira/browse/JASSIST-18'>JASSIST-18</a>
+ when the proxy superclass has a null class loader (a jdk/endorsed class)
+ (<a href='http://jira.jboss.com/jira/browse/JASSIST-18'>JASSIST-18</a>).
<li>Updated the throws clause of the javassist.util.proxy.MethodHandler
- to be Throwable rather than Exception.
- <a href='http://jira.jboss.com/jira/browse/JASSIST-16'>JASSIST-16</a>
+ to be Throwable rather than Exception
+ (<a href='http://jira.jboss.com/jira/browse/JASSIST-16'>JASSIST-16</a>).
</ul>
<p>- version 3.2.0.CR1 on March 18, 2006