sanders     2002/10/23 21:40:42

  Modified:    beanutils RELEASE-NOTES.txt build.xml
  Log:
  1.5 release
  
  Revision  Changes    Path
  1.8       +26 -6     jakarta-commons/beanutils/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/RELEASE-NOTES.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RELEASE-NOTES.txt 21 Aug 2002 16:41:52 -0000      1.7
  +++ RELEASE-NOTES.txt 24 Oct 2002 04:40:41 -0000      1.8
  @@ -1,7 +1,7 @@
   $Id$
   
                             Commons BeanUtils Package
  -                               Version 1.4.1
  +                                Version 1.5
                                  Release Notes
   
   
  @@ -15,8 +15,28 @@
   NEW FEATURES:
   ============
   
  -MethodUtils Enhancements:
  -------------------------
  +NEW: BeanComparator! Check it out.
  +
  +
  +CHANGES:
  +========
  +
  +Various documentation fixes by several people.
  +
  +BUG REPORTS ADDRESSED:
  +=====================
  +
  +10458        Can't use . (dot) in mapped properties (Again :-)
  +11772   IllegalArgumentException when using a.b(key) in property in struts
  +        1.1b2
  +11860   minor typo in overview doc
  +12152   Combined property access ( b.mapped(bar/foo) ) throws excception
  +12247   MethodUtils.getMatchingAccessibleMethod throws NullPointerException
  +        when parameterTypes is null
  +12458   BeanUtils.setProperty does not work with indexed properties
  +12544   mappedDescriptorsCache not caching
  +12728   Cache Bug in the PropertyUtils.java line 889
  +12994   PropertyUtils.copyProperties don't work if JavaBean orig and DynaBean
  +        dest
  +13596   Missing Test case
   
  -Optimized slow method by checking to see if the method can be found directly 
  -before going through all the class methods.
  
  
  
  1.39      +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml 18 Oct 2002 17:41:48 -0000      1.38
  +++ build.xml 24 Oct 2002 04:40:41 -0000      1.39
  @@ -55,7 +55,7 @@
     <property name="component.title"         value="Bean Introspection Utilities"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.4.1"/>
  +  <property name="component.version"       value="1.5"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to