[tomcat] branch master updated: Push removal to the next major version

2020-07-08 Thread remm
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 0678edb  Push removal to the next major version
0678edb is described below

commit 0678edb189afc5a285d33b3fe033052e6bc31aad
Author: remm 
AuthorDate: Wed Jul 8 10:07:50 2020 +0200

Push removal to the next major version
---
 java/org/apache/coyote/Request.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/Request.java 
b/java/org/apache/coyote/Request.java
index dc77bf0..a2af283 100644
--- a/java/org/apache/coyote/Request.java
+++ b/java/org/apache/coyote/Request.java
@@ -571,7 +571,7 @@ public final class Request {
 /**
  *
  * @param startTime time
- * @deprecated This setter will be removed in Tomcat 10.1.
+ * @deprecated This setter will be removed in Tomcat 11
  */
 @Deprecated
 public void setStartTime(long startTime) {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Push removal to the next major version

2020-07-08 Thread remm
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 
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 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 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 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 roles,


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org