Author: markt
Date: Thu Jun 14 08:50:27 2012
New Revision: 1350130

URL: http://svn.apache.org/viewvc?rev=1350130&view=rev
Log:
Add some notes as I start to look at the 8.0.x refactorings

Modified:
    tomcat/trunk/TOMCAT-NEXT.txt

Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1350130&r1=1350129&r2=1350130&view=diff
==============================================================================
--- tomcat/trunk/TOMCAT-NEXT.txt (original)
+++ tomcat/trunk/TOMCAT-NEXT.txt Thu Jun 14 08:50:27 2012
@@ -39,6 +39,10 @@ but possibly 7.1.x).
 
  7. Rip out all the JNDI code in resource handling and replace it with straight
     URLs (File or WAR).
+    Supporting re-factoring to consider arising from the above
+    - Move Mapper from Connector to Service (saves duplication)
+    - Remove Mapper from Context - use Mapper from Service
+    - Move mapper classes to o.a.catalina
 
  8. Review the connector shutdown code for timing and threading issues
     particularly any that may result in a client socket being left open after a



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

Reply via email to