This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


    from 17bbe77  Skip javadoc on Java 11 to workaround 
https://bugs.openjdk.java.net/browse/JDK-8212233 which causes javadoc to fail 
with "Exit code: 1 - javadoc: error - The code being documented uses modules 
but the packages defined in https://docs.oracle.com/javase/7/docs/api/ are in 
the unnamed module."
     new 2273b6e  Upgrade JUnit depedency to 5.4.0 (closes #402)
     new bfa50b3  Clean up floating point assertions (closes #402)

The 2 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:
 pom.xml                                            |  14 +-
 .../org/apache/commons/lang3/ArrayUtilsTest.java   | 348 +++++++++------------
 .../org/apache/commons/lang3/ObjectUtilsTest.java  |  11 +-
 .../apache/commons/lang3/math/NumberUtilsTest.java |  36 +--
 .../commons/lang3/mutable/MutableByteTest.java     |   9 +-
 .../commons/lang3/mutable/MutableDoubleTest.java   |   8 +-
 .../commons/lang3/mutable/MutableIntTest.java      |   9 +-
 .../commons/lang3/mutable/MutableLongTest.java     |   9 +-
 .../commons/lang3/mutable/MutableShortTest.java    |   9 +-
 9 files changed, 178 insertions(+), 275 deletions(-)

Reply via email to