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 2023/08/23 13:34:04 UTC

[commons-text] branch master updated: [TEXT-229] Add XmlEncoderStringLookup/XmlDecoderStringLookup #449

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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new b282a196 [TEXT-229] Add XmlEncoderStringLookup/XmlDecoderStringLookup #449
b282a196 is described below

commit b282a1960daf1c073fe1bcdb50f694c4518fef23
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 23 09:34:00 2023 -0400

    [TEXT-229] Add XmlEncoderStringLookup/XmlDecoderStringLookup #449
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 431e17bf..cb9a9cd5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-224" type="add" dev="ggregory" due-to="Gary Gregory">Add StringLookupFactory.xmlStringLookup(Map&lt;String, Boolean&gt;...).</action>
     <action                  type="add" dev="ggregory" due-to="Gary Gregory">Add @FunctionalInterface to FormatFactory.</action>
     <action                  type="add" dev="ggregory" due-to="Gary Gregory">Add RandomStringGenerator.builder().</action>
+    <action issue="TEXT-229" type="add" dev="ggregory" due-to="Michael Osipov, Elliotte Rusty Harold, Gary Gregory">Add XmlEncoderStringLookup/XmlDecoderStringLookup #449.</action>
     <!-- UPDATE -->
     <action                  type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache.</action>
     <action                  type="update" dev="ggregory" due-to="Dependabot">Bump actions/setup-java.</action>