This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new d065a7a Move to correct version d065a7a is described below commit d065a7a43548743a6fa23e231438f40a7bad27d0 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 25 07:42:15 2021 +0000 Move to correct version --- webapps/docs/changelog.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 029405b..6075bfc 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -139,6 +139,15 @@ </fix> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <fix> + Switch from Cobertura to JaCoCo for code coverage as Cobertura does not + support code coverage for code compiled for Java 11 onwards. It also + removes the need to use a single thread to run the tests. (markt) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 9.0.55 (remm)" rtext="2021-11-10"> <subsection name="Catalina"> @@ -229,15 +238,6 @@ </fix> </changelog> </subsection> - <subsection name="Other"> - <changelog> - <fix> - Switch from Cobertura to JaCoCo for code coverage as Cobertura does not - support code coverage for code compiled for Java 11 onwards. It also - removes the need to use a single thread to run the tests. (markt) - </fix> - </changelog> - </subsection> </section> <section name="Tomcat 9.0.54 (remm)" rtext="2021-10-01"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org