[java-opensaml] branch main updated: Deprecate class that appears to be unused.

Scott Cantor cantor.2 at osu.edu
Tue Jun 8 17:36:57 UTC 2021


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c8e295475c0b9f19b2436123a6d3f627ae261230

The following commit(s) were added to refs/heads/main by this push:
       new  c8e295475 Deprecate class that appears to be unused.
c8e295475 is described below

commit c8e295475c0b9f19b2436123a6d3f627ae261230
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 8 13:36:54 2021 -0400

    Deprecate class that appears to be unused.
---
 .../org/opensaml/saml/criterion/BindingLocationCriterion.java  | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/criterion/BindingLocationCriterion.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/criterion/BindingLocationCriterion.java
index 612f3cd2c..fd92fa0e3 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/criterion/BindingLocationCriterion.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/criterion/BindingLocationCriterion.java
@@ -24,7 +24,15 @@ import net.shibboleth.utilities.java.support.logic.Constraint;
 import net.shibboleth.utilities.java.support.primitive.StringSupport;
 import net.shibboleth.utilities.java.support.resolver.Criterion;
 
-/** {@link Criterion} representing a SAML binding location. */
+/**
+ * {@link Criterion} representing a SAML binding location.
+ * 
+ * <p>There appears to be no use of this class throughout the library, so it is proposed for
+ * removal.</p>
+ * 
+ * @deprecated
+ */
+ at Deprecated(since="4.2.0", forRemoval=true)
 public final class BindingLocationCriterion implements Criterion {
 
     /** The binding location URI. */

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


More information about the commits mailing list