Author: remy.maucherat(a)jboss.com
Date: 2009-01-15 10:56:18 -0500 (Thu, 15 Jan 2009)
New Revision: 903
Removed:
branches/2.1.x/ROADMAP.txt
Modified:
branches/2.1.x/PATCHES.txt
Log:
- Remove the Servlet 3.0 specific stuff.
Modified: branches/2.1.x/PATCHES.txt
===================================================================
--- branches/2.1.x/PATCHES.txt 2009-01-15 15:51:01 UTC (rev 902)
+++ branches/2.1.x/PATCHES.txt 2009-01-15 15:56:18 UTC (rev 903)
@@ -43,9 +43,3 @@
733748
SSL session tracking (may not be practical at all)
-
-733768 733769 733775
-Generics in Servlet API (not accepted yet)
-
-733771
-Deprecate some wrapper methods in Servlet API (not accepted yet)
Deleted: branches/2.1.x/ROADMAP.txt
===================================================================
--- branches/2.1.x/ROADMAP.txt 2009-01-15 15:51:01 UTC (rev 902)
+++ branches/2.1.x/ROADMAP.txt 2009-01-15 15:56:18 UTC (rev 903)
@@ -1,23 +0,0 @@
-Roadmap for JBoss Web 3.0
-
-Main development:
-- Setup standalone TCK environment for testing compliance with the new features
-- Implement Servlet 3.0 async for APR HTTP connector
-- Update digester XML parsing rules for web.xml updates
-- Implement new APIs for programmatic deployment descriptor access
-- Implement annotation scanning for JBoss Web standalone (likely disabled by default
using conf/web.xml)
-- Implement any other Servlet 3.0 changes (web.xml fragments, security, etc)
-- Implement Servlet 3.0 async for APR AJP connector
-- Implement Servlet 3.0 async for java.io HTTP connector
-- Implement Servlet 3.0 async for java.io AJP connector
-- Implement JSP 2.2 changes
-- Implement EL 1.1 changes
-- Coordinate with AS 6 to implement new web.xml parsing (out of tree)
-- Coordinate with AS 6 for annotation updates (out of tree)
-
-Other:
-- Diagnostic and monitoring features
-- .net support like the php support (looks ok, but PHP is hard to use, how would this be
different ?)
-- fastcgi servlet (sounds useless)
-- Java proxy (probably too many components needed to compete with mod_cluster, but a very
basic HTTP proxy could be useful
- for the rewrite valve)
Show replies by date