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 dcf96d8 Decoupling the socket from the wrapper effectively achieves
the task
dcf96d8 is described below
commit dcf96d80765d8998d6d1eb033a6f20c275c0b712
Author: remm <[email protected]>
AuthorDate: Thu Jun 6 15:34:23 2019 +0200
Decoupling the socket from the wrapper effectively achieves the task
Debugging could be added to CLOSED_NIO(2)_CHANNEL for detection, but I
didn't feel like it was that significant.
APR is not covered, but with its possible removal I wonder if there are
volunteers for any sort of feature add there.
Feel free to resurrect the task if I missed something.
---
TOMCAT-NEXT.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt
index c06b05c..5454467 100644
--- a/TOMCAT-NEXT.txt
+++ b/TOMCAT-NEXT.txt
@@ -25,9 +25,6 @@ Items carried over from the 9.0.x list:
2. 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.
-3. Consider wrapping the SocketWrapper with a facade to detect / prevent
- components retaining references longer than they should.
-
New items for 10.0.x onwards:
1. Remove APR connector.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]