[java-identity-provider] branch main updated: Add deprecation annotation.

Scott Cantor cantor.2 at osu.edu
Thu Oct 1 12:27:57 UTC 2020


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=2f442936242e8f07c2ba3e3a6796249599673030

The following commit(s) were added to refs/heads/main by this push:
       new  2f4429362 Add deprecation annotation.
2f4429362 is described below

commit 2f442936242e8f07c2ba3e3a6796249599673030
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 1 08:27:54 2020 -0400

    Add deprecation annotation.
---
 .../main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java b/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
index 6fa6bf9c8..89d03cf1a 100644
--- a/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
+++ b/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
@@ -227,6 +227,7 @@ public final class RelyingPartyUIContext extends BaseContext {
      * @deprecated use {@link #setBrowserLanguageRanges(List)}
      * @return this context
      */
+    @Deprecated(since="4.0.0", forRemoval=true)
     @Nonnull public RelyingPartyUIContext setBrowserLanguages(@Nonnull @NonnullElements final List<String> languages) {
         Constraint.isNotNull(languages, "Language List cannot be null");
         // The replacement was created in V4.0

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


More information about the commits mailing list