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

Scott Cantor cantor.2 at osu.edu
Wed Mar 8 15:47:32 UTC 2023


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=a7bf0a3fe751c1a325545417f701cdeb03a098f0

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

commit a7bf0a3fe751c1a325545417f701cdeb03a098f0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 8 10:47:30 2023 -0500

    Deprecate apparently unused interface.
---
 .../java/org/opensaml/messaging/error/PipelineMessageErrorHandler.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/PipelineMessageErrorHandler.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/PipelineMessageErrorHandler.java
index 41b765070..ae8cbaffa 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/PipelineMessageErrorHandler.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/PipelineMessageErrorHandler.java
@@ -24,7 +24,10 @@ import org.opensaml.messaging.handler.MessageHandler;
 /**
  * A specialization of error handler where the error is handled via use of a specified message handler
  * and message encoder.
+ * 
+ * @deprecated
  */
+ at Deprecated(since="5.0.0", forRemoval=true)
 public interface PipelineMessageErrorHandler extends MessageErrorHandler {
     
     /**

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


More information about the commits mailing list