[java-support] branch maint-8 updated: Deprecate apparently unused class.

Scott Cantor cantor.2 at osu.edu
Mon Sep 26 15:45:34 UTC 2022


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

scantor pushed a commit to branch maint-8
in repository java-support.

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

The following commit(s) were added to refs/heads/maint-8 by this push:
     new 1d9b617  Deprecate apparently unused class.
1d9b617 is described below

commit 1d9b6170ee6af3fa2c746abf971b1fb469429d7f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 26 11:45:31 2022 -0400

    Deprecate apparently unused class.
---
 .../shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java b/src/main/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java
index ad44605..460f543 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContext.java
@@ -36,7 +36,10 @@ import com.google.common.collect.ImmutableBiMap.Builder;
  * Simple implementation of {@link NamespaceContext} based on a map from prefix values to corresponding URIs. This
  * implementation only supports a single mapping for a given prefix, that is {@link #getPrefixes(String)} will always
  * contain at most 1 element.
+ * 
+ * @deprecated
  */
+ at Deprecated(since="8.3.0",forRemoval=true)
 @ThreadSafe
 public class SimpleNamespaceContext implements NamespaceContext {
 

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


More information about the commits mailing list