This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8ae9b83 Update Maven snapshot version new fca2646 Delete some deprecated code planned for removal in Tomcat 10 new 46fbf32 Remove the deprecated JmxRemoteLifecycleListener The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/catalina/Context.java | 38 -- java/org/apache/catalina/Globals.java | 15 - java/org/apache/catalina/Manager.java | 13 - java/org/apache/catalina/Realm.java | 17 +- java/org/apache/catalina/core/StandardContext.java | 37 -- java/org/apache/catalina/filters/CorsFilter.java | 31 - .../org/apache/catalina/filters/ExpiresFilter.java | 21 - .../apache/catalina/ha/session/DeltaManager.java | 81 --- .../apache/catalina/manager/ManagerServlet.java | 23 - java/org/apache/catalina/mbeans/ContextMBean.java | 17 - .../mbeans/JmxRemoteLifecycleListener.java | 643 --------------------- .../apache/catalina/mbeans/LocalStrings.properties | 9 - .../catalina/mbeans/LocalStrings_es.properties | 16 - .../catalina/mbeans/LocalStrings_fr.properties | 8 - .../catalina/mbeans/LocalStrings_ja.properties | 8 - .../catalina/mbeans/LocalStrings_ko.properties | 8 - .../catalina/mbeans/LocalStrings_zh_CN.properties | 19 - java/org/apache/catalina/realm/RealmBase.java | 11 - .../apache/catalina/servlets/DefaultServlet.java | 45 -- java/org/apache/catalina/session/ManagerBase.java | 6 - .../org/apache/catalina/startup/FailedContext.java | 7 - .../catalina/tribes/transport/AbstractRxTask.java | 28 +- .../apache/catalina/util/ConcurrentDateFormat.java | 79 --- res/findbugs/filter-false-positives.xml | 6 - test/org/apache/tomcat/unittest/TesterContext.java | 15 - webapps/docs/config/listeners.xml | 161 ------ 26 files changed, 2 insertions(+), 1360 deletions(-) delete mode 100644 java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java delete mode 100644 java/org/apache/catalina/mbeans/LocalStrings_es.properties delete mode 100644 java/org/apache/catalina/mbeans/LocalStrings_zh_CN.properties delete mode 100644 java/org/apache/catalina/util/ConcurrentDateFormat.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org