Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1687714 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Jun 26, 2015
1 parent faba1f9 commit 798a808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TOMCAT-NEXT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@

Notes of things to consider for the next major Tomcat release (9.0.x)

1. Fix Java 8 Javadoc warnings. Currently ~2800.
1. Fix Java 8 Javadoc warnings. Currently ~2650.

2. DONE.
Remove BIO AJP and HTTP connector.

3. DONE.
Remove Comet support.

4. Refactor the connectors to minimise code duplication.
4. DONE.
Refactor the connectors to minimise code duplication.
- All implementation specific per connector code -> Endpoint
- All implementation specific per connection code -> SocketWrapper

Expand Down

0 comments on commit 798a808

Please sign in to comment.