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 0d46368e1 Java 23 fails on Windows, back to experimental new b046e22fa Add Predicates new e55e2b747 Javadoc 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: src/changes/changes.xml | 1 + .../java/org/apache/commons/lang3/ThreadUtils.java | 14 ++--- .../apache/commons/lang3/function/Predicates.java | 62 ++++++++++++++++++++++ .../org/apache/commons/lang3/ThreadUtilsTest.java | 19 +++++-- .../{FunctionsTest.java => PredicatesTest.java} | 35 ++++++------ 5 files changed, 97 insertions(+), 34 deletions(-) create mode 100644 src/main/java/org/apache/commons/lang3/function/Predicates.java copy src/test/java/org/apache/commons/lang3/function/{FunctionsTest.java => PredicatesTest.java} (56%)