[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Fri Aug 11 00:22:50 EDT 2006


  User: chiba   
  Date: 06/08/11 00:22:50

  Modified:    javassist   build.xml Readme.html
  Log:
  changed new CtField(CtField,..) to copy annotations.
  
  Revision  Changes    Path
  1.27      +1 -1      javassist/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- build.xml	18 Jul 2006 14:47:07 -0000	1.26
  +++ build.xml	11 Aug 2006 04:22:50 -0000	1.27
  @@ -6,7 +6,7 @@
   
   <project name="javassist" default="jar" basedir=".">
   
  -  <property name="dist-version" value="javassist-3.2"/>
  +  <property name="dist-version" value="javassist-3.3"/>
   
     <property environment="env"/>
     <property name="target.jar" value="javassist.jar"/>
  
  
  
  1.74      +6 -0      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.73
  retrieving revision 1.74
  diff -u -b -r1.73 -r1.74
  --- Readme.html	7 Aug 2006 15:48:31 -0000	1.73
  +++ Readme.html	11 Aug 2006 04:22:50 -0000	1.74
  @@ -286,9 +286,15 @@
       <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>).
  +    ClassPool#toClass(CtClass, ClassLoader) is now a final method.  All
  +    subclasses of ClassPool must override toClass(CtClass, ClassLoader,
  +    ProtectionDomain).
  +
       <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>
   
  
  
  



More information about the jboss-cvs-commits mailing list