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 c9c55d443 Bump minor version
new 8d36f424d JavaVersion.get(String) now support Java 26 and 27
new 07bcc200a Tests now traverse Locales deterministically
new f2c35205e Javadoc
new 472cb8294 Javadoc
new 3d576e2e0 Rename internal constant
new 2aad1143a Javadoc
new fd154dec9 Add JavaVersion.JAVA_27
new 1c05980f3 Make test Java15BugFastDateParserTest more lenient on Java
26-ea
The 8 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 | 1 +
.../java/org/apache/commons/lang3/JavaVersion.java | 26 ++++----
.../java/org/apache/commons/lang3/SystemUtils.java | 9 ++-
.../org/apache/commons/lang3/JavaVersionTest.java | 4 +-
.../org/apache/commons/lang3/LocaleProblems.java | 75 ++++++++++++++++++++++
.../commons/lang3/time/FastDateParserTest.java | 11 ++--
.../lang3/time/Java15BugFastDateParserTest.java | 28 +++++---
7 files changed, 125 insertions(+), 29 deletions(-)
create mode 100644 src/test/java/org/apache/commons/lang3/LocaleProblems.java