[java-identity-provider] branch main updated: Deprecate LoggingService interface to move elsewhere.
Scott Cantor
cantor.2 at osu.edu
Mon May 2 14:48:59 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d86fa9f8d87dd85d506693432693d52c9fc158c0
The following commit(s) were added to refs/heads/main by this push:
new d86fa9f8d Deprecate LoggingService interface to move elsewhere.
d86fa9f8d is described below
commit d86fa9f8d87dd85d506693432693d52c9fc158c0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 2 10:48:56 2022 -0400
Deprecate LoggingService interface to move elsewhere.
---
.../src/main/java/net/shibboleth/idp/log/LoggingService.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-admin-api/src/main/java/net/shibboleth/idp/log/LoggingService.java b/idp-admin-api/src/main/java/net/shibboleth/idp/log/LoggingService.java
index d10393dd2..12df48704 100644
--- a/idp-admin-api/src/main/java/net/shibboleth/idp/log/LoggingService.java
+++ b/idp-admin-api/src/main/java/net/shibboleth/idp/log/LoggingService.java
@@ -24,7 +24,12 @@ import org.springframework.core.io.Resource;
/**
* A logging configuration abstraction that piggybacks on the {@link ReloadableService} interface.
+ *
+ * <p>This interface is being moved to a supporting library.</p>
+ *
+ * @deprecated
*/
+ at Deprecated(forRemoval=true, since="4.2.2")
public interface LoggingService extends ReloadableService<Object> {
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list