You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/09/17 10:18:08 UTC

svn commit: r447023 - /jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: bayard
Date: Sun Sep 17 01:18:08 2006
New Revision: 447023

URL: http://svn.apache.org/viewvc?view=rev&rev=447023
Log:
Used jardiff to discover a couple of removed methods - need to find out why they were removed. Comparison of the land-2.1 tag shows that there have been no new deprecations. 

Modified:
    jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt?view=diff&rev=447023&r1=447022&r2=447023
==============================================================================
--- jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Sep 17 01:18:08 2006
@@ -13,9 +13,17 @@
 
 INCOMPATIBLE CHANGES WITH VERSION 2.1:
 
-	*** TO DO
+(Review these incompatible changes, shouldn't be happening until 3.0)
 
-INCOMPATIBLE CHANGES WITH VERSION 2.0:
+- Class changed: org.apache.commons.lang.builder.CompareToBuilder
+    Methods removed:
+      public static int reflectionCompare(Object, Object, boolean, Class);
+
+- Class changed: org.apache.commons.lang.builder.HashCodeBuilder
+    Methods removed:
+      public static int reflectionHashCode(int, int, Object, boolean, Class);
+
+ADDITIONAL INCOMPATIBLE CHANGES WITH VERSION 2.0:
 
 - The Nestable interface defines the method indexOfThrowable(Class).
 Previously the implementations checked only for a specific Class.
@@ -35,7 +43,7 @@
 
 DEPRECATIONS FROM 2.1 to 2.2:
 
-	*** TO DO
+- None
 
 DEPRECATIONS FROM 2.0 to 2.1:
 



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