you are correct. it was using some older transitive deps.. resolved.  thank you 
for your patience .
 

Sent: Sunday, July 07, 2024 at 11:12 AM
From: "Gary Gregory" <garydgreg...@gmail.com>
To: julian.resc...@gmx.de.invalid
Cc: "Commons Developers List" <dev@commons.apache.org>
Subject: Re: [collections] Predicate vs PredicateUtils
We don't want to break binary compatibility within the 4.x release line.

Gary

On Mon, Jul 1, 2024, 12:26 PM Julian Reschke <julian.resc...@gmx.de.invalid>
wrote:

> Hi there!
>
> We are (finally) in the process of converting a project to
> commons-collections4. Unfortunately, we have a few APIs that return
> commons-collections3's Predicates.
>
> CC4 deprecates the custom Predicate class (good!), and these just extend
> JDK Predicates
> (
> https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/Predicate.html
> ).
>
> However, PredicateUtils (for instance
>
> https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/PredicateUtils.html#anyPredicate(java.util.Collection[https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/PredicateUtils.html#anyPredicate(java.util.Collection])
> )
> still require use of commons-collections4 Predicates. Is this an
> oversight, or am I missing something here? Shouldn't these utilities
> work with JDK Predicates as well?
>
> Best regards, Julian
>
> PS: let me know if I should move this over to Jira.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to