This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 476affb15f Add items for Tomcat 11 476affb15f is described below commit 476affb15faaac51eb014a0ceac23521fecaaec6 Author: remm <r...@apache.org> AuthorDate: Sat Oct 8 18:33:10 2022 +0200 Add items for Tomcat 11 Given the schedule (at some point in 2024), having out of the box Panama use in Tomcat 11 seems very likely. Server QUIC APIs should also be in OpenSSL by that time, but this is obviously an aggressive schedule. --- TOMCAT-NEXT.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt index 4a247a7201..c3cdfb557a 100644 --- a/TOMCAT-NEXT.txt +++ b/TOMCAT-NEXT.txt @@ -15,10 +15,13 @@ limitations under the License. ================================================================================ -Notes of things to consider for the next major Tomcat release (10.1.x) - -Deferred until 10.1.x: +Notes of things to consider for the next major Tomcat release (11.x) 1. Implement OCSP checks for client certs with NIO/NIO2. Useful reference: - https://stackoverflow.com/questions/5161504/ocsp-revocation-on-client-certificate \ No newline at end of file + https://stackoverflow.com/questions/5161504/ocsp-revocation-on-client-certificate + + 2. Integrate Panama OpenSSL module once Java 21 is available. Building Tomcat + releases would then require at least Java 21. + + 3. Add QUIC support using OpenSSL and Panama. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org