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@1638765 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Nov 12, 2014
1 parent 6f752b9 commit dff187b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TOMCAT-NEXT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Notes of things to consider for the next major Tomcat release (9.0.x)

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

2. Remove BIO AJP and HTTP connector.
2. DONE.
Remove BIO AJP and HTTP connector.

3. DONE.
Remove Comet support.
Expand All @@ -46,3 +47,6 @@ Notes of things to consider for the next major Tomcat release (9.0.x)

11. Reduce instances of setters and getters for the same property existing on an
object and its parent. This may require new objects to be exposed via JMX.

12. Consider wrapping the SocketWrapper with a facade to detect / prevent
components retaining references longer than they should.

0 comments on commit dff187b

Please sign in to comment.