[java-opensaml] branch main updated: Deprecate apparently unused Criterion class.

Codeberg noreply at shibboleth.net
Tue Jul 21 18:34:49 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-opensaml.

View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/e99c235d798d3635ceaeb87a542b174aa1f9a5f0

The following commit(s) were added to refs/heads/main by this push:
     new e99c235d7 Deprecate apparently unused Criterion class.
e99c235d7 is described below

commit e99c235d798d3635ceaeb87a542b174aa1f9a5f0
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 21 14:34:38 2026 -0400

    Deprecate apparently unused Criterion class.
---
 .../java/org/opensaml/security/criteria/PeerEntityIDCriterion.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/opensaml-security-api/src/main/java/org/opensaml/security/criteria/PeerEntityIDCriterion.java b/opensaml-security-api/src/main/java/org/opensaml/security/criteria/PeerEntityIDCriterion.java
index b542b8278..6580647aa 100644
--- a/opensaml-security-api/src/main/java/org/opensaml/security/criteria/PeerEntityIDCriterion.java
+++ b/opensaml-security-api/src/main/java/org/opensaml/security/criteria/PeerEntityIDCriterion.java
@@ -29,7 +29,10 @@ import net.shibboleth.shared.resolver.Criterion;
  * 
  * Note that the peer entity ID may be either local or remote,
  * depending on whether the associated primary entity ID is remote or local.
+ * 
+ * @deprecated
  */
+ at Deprecated(since="5.3.0", forRemoval=true)
 public final class PeerEntityIDCriterion implements Criterion {
     
     /** Peer entity ID criteria. */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list