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
The following commit(s) were added to refs/heads/master by this push:
new 2797aee80 Avoid NPE when combined location strategy sub strategies is
immutable list (#639)
2797aee80 is described below
commit 2797aee80fca2a870d80a30c85127ca0d8aa801e
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 08:56:50 2026 -0400
Avoid NPE when combined location strategy sub strategies is immutable
list (#639)
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3c609e027..7ff5ae356 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,7 +26,7 @@
<release version="2.15.1" date="2026-05-18" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" issue="CONFIGURATION-856"
due-to="Piotr Zygielo, Gary Gregory">The artifact commons-io:commons-io is a
normal dependency.</action>
- <action type="fix" dev="ggregory" issue="CONFIGURATION-856" due-to="Wei
Huang, Gary Gregory">Avoid NPE when combined location strategy sub strategies
is immutable list (#639).</action>
+ <action type="fix" dev="ggregory" due-to="Wei Huang, Gary Gregory">Avoid
NPE when combined location strategy sub strategies is immutable list
(#639).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 99 to 100</action>