This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 8e945756 [CONFIGURATION-836] Document additions 8e945756 is described below commit 8e945756f856284db9c2862cedf199267c46c3f8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 20 10:31:12 2025 -0400 [CONFIGURATION-836] Document additions --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 19d6d779..61a0971f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -36,6 +36,10 @@ <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add PrefixedKeysIterator.toString() to package-private PrefixedKeysIterator.</action> <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">New web configurations using the jakarta.servlet namespace are now available</action> + <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">Add org.apache.commons.configuration2.web.JakartaServletConfiguration.</action> + <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">Add org.apache.commons.configuration2.web.JakartaServletContextConfiguration.</action> + <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">Add org.apache.commons.configuration2.web.JakartaServletFilterConfiguration.</action> + <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">Add org.apache.commons.configuration2.web.JakartaServletRequestConfiguration.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 81 #434, #453, #466, #470, #479, #486, #491, #499, #537.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-logging:commons-logging from 1.3.2 to 1.3.5 #442, #467.</action>