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-configuration.git
commit 2ad1bd5f61cc2fecedf6592df4ac9f47def3581e Author: Gary Gregory <[email protected]> AuthorDate: Thu May 14 09:56:48 2026 +0000 Fix action types. --- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9033d335f..85e4681d8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,9 +30,9 @@ </release> <release version="2.15.0" date="2026-05-11" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- FIX --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Disable include schemes http[s] by default, see AbstractFileLocationStrategy #633.</action> - <action type="update" dev="ggregory" due-to="Erichen, Gary Gregory">Detect and avoid processing cycles in YAML input (YAMLConfiguration) #634.</action> - <action type="update" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Extend scheme validation to inner schemes of jar: URLs #636.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Disable include schemes http[s] by default, see AbstractFileLocationStrategy #633.</action> + <action type="fix" dev="ggregory" due-to="Erichen, Gary Gregory">Detect and avoid processing cycles in YAML input (YAMLConfiguration) #634.</action> + <action type="fix" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Extend scheme validation to inner schemes of jar: URLs #636.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 97 to 99</action>
