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 92923fe  Proposed Connector API and XML refactoring
92923fe is described below

commit 92923febadb5d7901747530272302dc3da6311c2
Author: remm <r...@apache.org>
AuthorDate: Wed Apr 15 23:04:47 2020 +0200

    Proposed Connector API and XML refactoring
    
    See 
https://cwiki.apache.org/confluence/display/TOMCAT/Connector+API+refactoring
    The basics were relatively easy to do [the XML given in the JIRA is
    functional] although I have lots of items to finish: testsuite, JMX,
    storeconfig, some defaults todo, polish [a few shotnames for some class
    names here and there], documentation (ouch). This is essentially the
    only way to do to allow progress on the get/set duplication which is
    quite prevalent in the connector API (in addition to a lot of other
    cleanups), without this item 2 "Reduce instances of setters and getters
    for the same property" on the list will have to be given up on.
    Please indicate if this magnitude of changes is acceptable in Tomcat 10.
---
 TOMCAT-NEXT.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt
index 129a8c7..e535179 100644
--- a/TOMCAT-NEXT.txt
+++ b/TOMCAT-NEXT.txt
@@ -29,6 +29,10 @@ New items for 10.0.x onwards:
 
  1. Remove APR connector.
 
+ 2. Connector API and XML refactoring
+    
https://cwiki.apache.org/confluence/display/TOMCAT/Connector+API+refactoring
+    for details.
+
 Deferred until 10.1.x:
 
  1. Remove the ExtensionValidator and associated classes (assuming that the


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

Reply via email to