venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

commons-lang3 3.9 #286

Closed venusdrogon closed 4 years ago

venusdrogon commented 5 years ago

image

venusdrogon commented 5 years ago

image

                    Apache Commons Lang
                        Version 3.9
                       Release Notes

INTRODUCTION:

This document contains the release notes for the 3.9 version of Apache Commons Lang. Commons Lang is a set of utility functions and reusable components that should be of use in any Java environment.

Lang 3.9 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0.

For the advice on upgrading from 2.x to 3.x, see the following page:

http://commons.apache.org/lang/article3_0.html

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

New features and bug fixes. Requires Java 8.0, supports Java 9, 10, 11

Changes in this version include:

New features: o LANG-1442: Javadoc pointing to Commons RNG. o Adding the Functions class. o LANG-1411: Add isEmpty method to ObjectUtils Thanks to Alexander Tsvetkov. o LANG-1422: Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[]) o LANG-1427: Add API org.apache.commons.lang3.SystemUtils.isJavaVersionAtMost(JavaVersion)

Changes: o LANG-1416: Add more SystemUtils.IS_JAVA_XX variants. o LANG-1416: Update to JUnit 5 o LANG-1417: Add @FunctionalInterface to ThreadPredicate and ThreadGroupPredicate o LANG-1415: Update Java Language requirement to 1.8 o LANG-1436: Consolidate the StringUtils equals and equalsIgnoreCase Javadoc and implementation o (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412. Thanks to Andrei Troie aft90.

Historical list of changes: http://commons.apache.org/proper/commons-lang/changes-report.html

For complete information on Apache Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Lang website:

http://commons.apache.org/proper/commons-lang/

venusdrogon commented 5 years ago

3.9 需要 jdk 1.8