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 6a95f03a6 Sort members new 39f08ac62 StringUtils.join(Iterator, String) should only return null when the Iterator is null new ec93f3b7f StringUtils.join(Iterator, String) should only return null when the Iterator is null new 717f163a6 Add Streams.of(Iterator) The 3 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 | 4 +- .../java/org/apache/commons/lang3/StringUtils.java | 61 +++------------------- .../org/apache/commons/lang3/stream/Streams.java | 14 +++++ .../org/apache/commons/lang3/StringUtilsTest.java | 3 +- .../apache/commons/lang3/stream/StreamsTest.java | 12 +++++ 5 files changed, 37 insertions(+), 57 deletions(-)