You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/25 13:03:30 UTC

[commons-configuration] branch master updated: [CONFIGURATION-808] DefaultListDelimiterHandler.escapeList working only for List #137.

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 3425aa8  [CONFIGURATION-808] DefaultListDelimiterHandler.escapeList working only for List<String> #137.
3425aa8 is described below

commit 3425aa853e026a05c9b6d920efe230a869fee0b2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 25 09:03:28 2021 -0400

    [CONFIGURATION-808] DefaultListDelimiterHandler.escapeList working only
    for List<String> #137.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c111b5b..d5c7d91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,9 @@
        <action type="fix" dev="ggregory" due-to="Oliver B. Fischer">
          Mention EnvironmentConfiguration in the list of configuration sources #45.
        </action>
+       <action issue="CONFIGURATION-808" type="fix" dev="ggregory" due-to="cigaly">
+         DefaultListDelimiterHandler.escapeList working only for List&gt;String&lt; #137.
+       </action>       
        <!-- ADD -->
        <action type="add" dev="ggregory" due-to="SethiPandi">
          Implement Iterable in ImmutableNode #74.