You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/18 10:59:31 UTC

[tomcat] branch master updated: Correct dates (fingers were on auto-pilot)

This is an automated email from the ASF dual-hosted git repository.

markt 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 2a046cd  Correct dates (fingers were on auto-pilot)
2a046cd is described below

commit 2a046cd89c144c88cdeb7a10e08947a92996daab
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Dec 18 10:59:14 2019 +0000

    Correct dates (fingers were on auto-pilot)
---
 java/org/apache/catalina/mbeans/LocalStrings.properties | 2 +-
 webapps/docs/config/listeners.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/mbeans/LocalStrings.properties b/java/org/apache/catalina/mbeans/LocalStrings.properties
index 9f71bdc..7cc32e2 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings.properties
@@ -25,7 +25,7 @@ globalResources.userDatabaseCreateError=Exception creating UserDatabase MBeans f
 
 jmxRemoteLifecycleListener.createRegistryFailed=Unable to create the RMI registry for the [{0}] server using port [{1}]
 jmxRemoteLifecycleListener.createServerFailed=The JMX connector server could not be created or failed to start for the [{0}] server
-jmxRemoteLifecycleListener.deprecated=The JmxRemoteLifecycleListener is deprecated as as the features it provides are now available in the remote JMX capability included with the JRE. This listener will be removed in Tomcat 10 and may be removed from Tomcat 9 some time after 2019-12-31.
+jmxRemoteLifecycleListener.deprecated=The JmxRemoteLifecycleListener is deprecated as as the features it provides are now available in the remote JMX capability included with the JRE. This listener will be removed in Tomcat 10 and may be removed from Tomcat 9 some time after 2020-12-31.
 jmxRemoteLifecycleListener.destroyServerFailed=The JMX connector server could not be stopped for the [{0}] server
 jmxRemoteLifecycleListener.invalidRmiBindAddress=Invalid RMI bind address [{0}]
 jmxRemoteLifecycleListener.invalidSSLConfiguration=SSL configuration error
diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml
index 918b1f3..25828d8 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -556,7 +556,7 @@
     <p><strong>This listener is now deprecated as the features it provides are
     now available in the remote JMX capability included with the JRE. This
     listener will be removed in Tomcat 10 and may be removed from Tomcat 9 some
-    time after 2019-12-31.</strong></p>
+    time after 2020-12-31.</strong></p>
 
     <p>The <strong>JMX Remote Lifecycle Listener</strong> fixes the ports used by
     the JMX/RMI Server making things much simpler if you need to connect


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