This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new f95125c Push removal to the next major version f95125c is described below commit f95125cb2579b23a97472f345030ccf3e0f5776c Author: remm <r...@apache.org> AuthorDate: Wed Jul 8 09:55:50 2020 +0200 Push removal to the next major version --- java/org/apache/catalina/realm/GenericPrincipal.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/org/apache/catalina/realm/GenericPrincipal.java b/java/org/apache/catalina/realm/GenericPrincipal.java index 6d57730..7260da4 100644 --- a/java/org/apache/catalina/realm/GenericPrincipal.java +++ b/java/org/apache/catalina/realm/GenericPrincipal.java @@ -68,7 +68,7 @@ public class GenericPrincipal implements TomcatPrincipal, Serializable { * @param password Unused * @param roles List of roles (must be Strings) possessed by this user * - * @deprecated This method will be removed in Tomcat 10.0.1 onwards + * @deprecated This method will be removed in Tomcat 11 onwards */ @Deprecated public GenericPrincipal(String name, String password, List<String> roles) { @@ -99,7 +99,7 @@ public class GenericPrincipal implements TomcatPrincipal, Serializable { * @param userPrincipal - the principal to be returned from the request * getUserPrincipal call if not null; if null, this will be returned * - * @deprecated This method will be removed in Tomcat 10.0.1 onwards + * @deprecated This method will be removed in Tomcat 11 onwards */ @Deprecated public GenericPrincipal(String name, String password, List<String> roles, @@ -135,7 +135,7 @@ public class GenericPrincipal implements TomcatPrincipal, Serializable { * @param loginContext - If provided, this will be used to log out the user * at the appropriate time * - * @deprecated This method will be removed in Tomcat 10.0.1 onwards + * @deprecated This method will be removed in Tomcat 11 onwards */ @Deprecated public GenericPrincipal(String name, String password, List<String> roles, @@ -187,7 +187,7 @@ public class GenericPrincipal implements TomcatPrincipal, Serializable { * at the appropriate time * @param gssCredential - If provided, the user's delegated credentials * - * @deprecated This method will be removed in Tomcat 10.0.1 onwards + * @deprecated This method will be removed in Tomcat 11 onwards */ @Deprecated public GenericPrincipal(String name, String password, List<String> roles, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org