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 dc4810aa9 Add TODO comment new 0d5d1fc11 Better description new f9484a4b9 Use Stream. new b0b3a46b2 Use Stream. new 4b63f240b Use Stream. new ea2e58fc6 Use Stream. new c2960c483 Refactor internals and use Stream new b6df0af29 Refactor internals and use Stream new 1297d7c36 Use Stream. new cb0fbd4c5 Use Stream. new 6cd7bd5ed ThreadGroupPredicate extends Predicate<ThreadGroup> The 10 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 | 3 +- .../org/apache/commons/lang3/AnnotationUtils.java | 11 +++--- .../java/org/apache/commons/lang3/EnumUtils.java | 11 ++---- .../java/org/apache/commons/lang3/LocaleUtils.java | 30 +++++---------- .../java/org/apache/commons/lang3/ObjectUtils.java | 35 +++-------------- .../java/org/apache/commons/lang3/ThreadUtils.java | 6 ++- .../lang3/builder/ReflectionToStringBuilder.java | 12 ++---- .../commons/lang3/exception/ExceptionUtils.java | 36 +++++++---------- .../apache/commons/lang3/function/Failable.java | 7 +--- .../apache/commons/lang3/reflect/MethodUtils.java | 25 ++++-------- .../org/apache/commons/lang3/stream/Streams.java | 45 +++++++++++++++++++--- 11 files changed, 94 insertions(+), 127 deletions(-)