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 469cd5e9d9a7897ad8d6ee9d2abe62dd3fadffdc Author: Gary Gregory <[email protected]> AuthorDate: Tue May 12 07:44:35 2026 -0400 Extend scheme validation to inner schemes of jar: URLs #636. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fb82a8485..aa0a06190 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,6 +27,7 @@ <!-- 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> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 97 to 99</action>
