[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jul 18 13:51:04 EDT 2006


  User: chiba   
  Date: 06/07/18 13:51:04

  Modified:    javassist  Readme.html
  Log:
  a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method).  Please check other JBoss products using Javassist.
  
  Revision  Changes    Path
  1.72      +7 -4      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -b -r1.71 -r1.72
  --- Readme.html	18 Jul 2006 14:47:07 -0000	1.71
  +++ Readme.html	18 Jul 2006 17:51:04 -0000	1.72
  @@ -283,6 +283,9 @@
   
   <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 @@
   <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
  
  
  



More information about the jboss-cvs-commits mailing list