This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
commit 1b553eeb5833759125887b326ced5789e95f442d Author: Gary Gregory <[email protected]> AuthorDate: Thu Apr 30 16:35:35 2026 -0400 Add support for Jakarta servlets, see org.apache.commons.logging.jakarta.ServletContextCleaner #419. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 98475a5..3490612 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory">Use the new Apache oak leaf logo.</action> <action dev="ggregory" type="fix" due-to="Stanimir Stamenkov, Gary Gregory">Fix broken URLs in website links.</action> <!-- ADD --> + <action dev="ggregory" type="fix" due-to="Kiril Keranov, Gary Gregory">Add support for Jakarta servlets, see org.apache.commons.logging.jakarta.ServletContextCleaner #419.</action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 97 to 99.</action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump log4j2.version from 2.25.3 to 2.25.4.</action>
