Anyone figured out deprecation "com.google.common.base.Predicate"?
Scott Cantor
scott at restingparrotsoftware.com
Mon Feb 9 19:52:37 UTC 2026
> On Feb 9, 2026, at 2:27 PM, John Porter via users <users at shibboleth.net> wrote:
>
> Greetings all and thanks for any information you can provide. I'm having the toughest time finding a viable alternative to address the following warning:
>
> WARN [DEPRECATED:135] - Java class 'com.google.common.base.Predicate': This will be removed in the next major version of this software; replacement is java.util.function.Predicate
>
> We utilize this class just as it is described in the idp 5 documentation here:
I don't see any reference to that class in that page. I see Predicates ('s' on the end) but that's not the same class.
In otther words, that's not the source of the warning.
The warning is from people running old configs that date to versions that used that class for Predicates and have some copy of it hard-wired someplace. All the beans we supply as parents for Conditions were all cleaned and point to Java's class now.
-- Scott
More information about the users
mailing list