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.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-09-17 08:18:08 +00:00
parent 838d27ab68
commit 066873b5c2
1 changed files with 11 additions and 3 deletions

View File

@ -13,9 +13,17 @@ should be of use in any Java environment.
INCOMPATIBLE CHANGES WITH VERSION 2.1: 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). - The Nestable interface defines the method indexOfThrowable(Class).
Previously the implementations checked only for a specific Class. Previously the implementations checked only for a specific Class.
@ -35,7 +43,7 @@ for more details.
DEPRECATIONS FROM 2.1 to 2.2: DEPRECATIONS FROM 2.1 to 2.2:
*** TO DO - None
DEPRECATIONS FROM 2.0 to 2.1: DEPRECATIONS FROM 2.0 to 2.1: