This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new a742639e9e Correct entry location
a742639e9e is described below
commit a742639e9e69c8d081f3809a618dbe5946d8a512
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Nov 16 19:06:49 2022 +0000
Correct entry location
---
webapps/docs/changelog.xml | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 30784dc855..22261bf43e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -121,6 +121,15 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <scode>
+ Refactor code base to replace use of URL constructors. While they are
+ deprecated in Java 20 onwards, the reasons for deprecation are valid
for
+ all versions so move away from them now. (markt)
+ </scode>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 10.1.2 (markt)" rtext="2022-11-14">
<subsection name="Catalina">
@@ -234,11 +243,6 @@
Update the packaged version of the Apache Tomcat Migration Tool for
Jakarta EE to 1.0.5. (markt)
</update>
- <scode>
- Refactor code base to replace use of URL constructors. While they are
- deprecated in Java 20 onwards, the reasons for deprecation are valid
for
- all versions so move away from them now. (markt)
- </scode>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]