This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 1d9093c50 Deprecate NumberUtils.compare(int, int) in favor of Integer.compare(int, int) new 611887f50 Deprecate NumberUtils.compare(long, long) in favor of Long.compare(long, long) new 9e8bf567e Deprecate NumberUtils.compare(short, short) in favor of Short.compare(short, short) new 23234001c Javadoc The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 2 + .../java/org/apache/commons/lang3/ArrayUtils.java | 5 +- .../org/apache/commons/lang3/math/NumberUtils.java | 1009 ++++++++++---------- .../apache/commons/lang3/mutable/MutableLong.java | 4 +- .../apache/commons/lang3/mutable/MutableShort.java | 4 +- 5 files changed, 499 insertions(+), 525 deletions(-)