This is an automated email from the ASF dual-hosted git repository.
michaelo 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 ee9b1c6 Fix position of entry in changelog.xml
ee9b1c6 is described below
commit ee9b1c687406f3f52e99df1de121cabd2a1935bd
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jan 24 12:05:29 2022 +0100
Fix position of entry in changelog.xml
---
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 2d13033..e988f47 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,15 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 10.1.0-M11 (markt)" rtext="in development">
+ <subsection name="Catalina">
+ <changelog>
+ <add>
+ Add <code>ha-api-*.jar</code> and <code>jaxws-rt-*.jar</code> to the
+ list of JARs to skip when scanning for TLDs, web fragments and
+ annotations. (michaelo)
+ </add>
+ </changelog>
+ </subsection>
<subsection name="Web applications">
<changelog>
<fix>
@@ -720,11 +729,6 @@
<pr>447</pr>. Correct JPMS metadata for catalina.jar. Pull request
provided by Hui Wang. (markt)
</fix>
- <add>
- Add <code>ha-api-*.jar</code> and <code>jaxws-rt-*.jar</code> to the
- list of JARs to skip when scanning for TLDs, web fragments and
- annotations. (michaelo)
- </add>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]