This is an automated email from the ASF dual-hosted git repository. markt 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 3d34fcf Add Java 8 -> Java 11 changes to changelog 3d34fcf is described below commit 3d34fcfacdd155b4abf2801404b896a8b63b5a2a Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jul 28 17:16:50 2021 +0100 Add Java 8 -> Java 11 changes to changelog --- webapps/docs/changelog.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 5dbb03b..c561f20 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -141,6 +141,14 @@ <code>Expires</code> header when setting adding an HTTP header of <code>CacheControl: private</code>. (markt) </fix> + <scode> + Refactor JULI's custom <code>LogManager</code>, the + web application class loader implementation, the web resources + implementation, the <code>JreLeakPreventionListener</code> + implementation and the <code>StandardJarScanner</code> implementation to + remove Java 8 specific code now that the minimum Java version has been + increased to 11. (markt) + </scode> </changelog> </subsection> <subsection name="Coyote"> @@ -185,6 +193,10 @@ Remove NIO workarounds and code that is no longer needed with Java 11. (remm) </fix> + <scode> + Refactor the endpoints to remove Java 8 specific code now that the + minimum Java version has been increased to 11. (markt) + </scode> </changelog> </subsection> <subsection name="Jasper"> @@ -198,6 +210,18 @@ This is an implementation of a proposed extension to the Jakarta Expression Language specification. (markt) </add> + <scode> + Refactor the EL API and implementation to remove Java 8 specific code + now that the minimum Java version has been increased to 11. (markt) + </scode> + </changelog> + </subsection> + <subsection name="WebSocket"> + <changelog> + <scode> + Refactor the WebSocket implementation to remove Java 8 specific code now + that the minimum Java version has been increased to 11. (markt) + </scode> </changelog> </subsection> <subsection name="Web applications"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org