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 6eef83683 [CONFIGURATION-857] Preserve duplicate non-String scalar
values in flatten() (#645).
6eef83683 is described below
commit 6eef83683e42021807ed0a30050891322ee61843
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 15 14:05:11 2026 -0400
[CONFIGURATION-857] Preserve duplicate non-String scalar values in
flatten() (#645).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 218873566..1ce8548ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.dbunit:dbunit from 3.0.0 to 3.2.0 (#643).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
slf4j.version from 2.0.17 to 2.0.18 (#644).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.logging.log4j:log4j-core from 2.26.0 to 2.26.1.</action>
+ <action type="update" dev="ggregory" due-to="MarĂa Galbis, Gary Gregory"
issue="CONFIGURATION-857">Preserve duplicate non-String scalar values in
flatten() (#645).</action>
</release>
<release version="2.15.1" date="2026-05-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->