This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit d53cdd2bc4349b9d12832a74c37ab1cffe8fa8a2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 26 16:32:22 2022 +0000 Add entry for move to building with Java 11 --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c029186..378380a 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -138,6 +138,12 @@ <subsection name="Other"> <changelog> <scode> + Switch to building with Java 11 and using <code>--release</code> to + target Java 8. Once back-ported to all currently supported branches, + this will reduce the number of Java versions developers need to juggle. + (markt) + </scode> + <scode> Use LF line endings for text files in JARs to support reproducible builds across different operating systems. (markt) </scode> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org