From 2288b0ff2cce401f510ae9e208fcf1698f4bce79 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 6 Jul 2019 20:47:34 -0400 Subject: Use HTTPS to access Apache resources. --- src/site/xdoc/article2_4.xml | 14 +++++++------- src/site/xdoc/article2_5.xml | 18 +++++++++--------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src/site') diff --git a/src/site/xdoc/article2_4.xml b/src/site/xdoc/article2_4.xml index ad9aff373..41686abc8 100644 --- a/src/site/xdoc/article2_4.xml +++ b/src/site/xdoc/article2_4.xml @@ -29,7 +29,7 @@ issue to see what went on in the year of development between Lang 2.3 and 2.4.

First, let us start with a couple of deprecations. As you can see in the release notes, we chose to deprecate the ObjectUtils.appendIdentityToString(StringBuffer, Object) method as its -null handling did not match its design (see LANG-360 +null handling did not match its design (see LANG-360 for more details. Instead users should use ObjectUtils.identityToString(StringBuffer, Object).

We also deprecated DateUtils.add(java.util.Date, int, int). It should have been private @@ -47,7 +47,7 @@ class to the org.apache.commons.lang.math package. This candidate for ugly name of the month was needed to add IEEE-754r semantics for some of the NumberUtils methods. The relevant part of that IEEE specification in this case is the NaN handling for min and max methods, and -you can read more about it in LANG-381. +you can read more about it in LANG-381.

Second and third on our newcomers list are the ExtendedMessageFormat class and its peer FormatFactory @@ -177,11 +177,11 @@ and fortunately there are some nice groupings that we can discuss instead:

In addition to new things, there are the bugfixes. As you can tell from the release notes, there are a good few - 24 in fact according to JIRA. Here are some of the interesting ones:

diff --git a/src/site/xdoc/article2_5.xml b/src/site/xdoc/article2_5.xml index a3a6964ba..f43baf2b5 100644 --- a/src/site/xdoc/article2_5.xml +++ b/src/site/xdoc/article2_5.xml @@ -110,18 +110,18 @@ support finding the Nth indexOf instead of the first time the search term is fou

Per the release notes there are 32 bugs fixed in Lang 2.5. Some highlights are:

-- cgit v1.2.3