This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
from 8ef7b7e4f Re-validate entries in PredicatedMap/PredicatedCollection
readObject (#682).
new 291ecb5af CompositeCollection#isEmpty(): Use stream API internally.
new 5ebef4f69 CompositeCollection#addComposited(Collection): Use stream
API internally.
new 57bf6e414 CompositeCollection#clear(): Use stream API internally.
new 91d325b10 CompositeCollection#contains(Object): Use stream API
internally.
new 6d6ea087f CompositeCollection#containsAll(Collection): Use stream API
internally.
new ed0f834ae PredicatedCollection: Use stream API internally.
new a30140839 Add Java 26 to GH CI
The 7 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:
.github/workflows/maven.yml | 4 +--
.../collection/CompositeCollection.java | 40 +++++-----------------
.../collection/PredicatedCollection.java | 18 +++-------
3 files changed, 15 insertions(+), 47 deletions(-)