This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git.


    from 52794f8  Point to the user guide from the main page's text.
     new 98fac13  Sort members.
     new bc1b204  [TEXT-171] StringLookupFactory.addDefaultStringLookups(Map) 
does not convert keys to lower case.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |   1 +
 .../org/apache/commons/text/StringSubstitutor.java | 515 +++++++++------------
 .../text/lookup/InterpolatorStringLookup.java      |   8 +-
 .../commons/text/lookup/StringLookupFactory.java   |  29 +-
 src/site/xdoc/userguide.xml                        |  26 ++
 .../org/apache/commons/text/StrLookupTest.java     |   2 +-
 ...ubstitutorWithInterpolatorStringLookupTest.java |  55 ++-
 .../lookup/ResourceBundleStringLookupTest.java     |   2 +-
 .../text/lookup/StringLookupFactoryTest.java       |  34 +-
 .../commons/text/lookup/UrlStringLookupTest.java   |   3 +-
 .../example}/testResourceBundleLookup.properties   |   1 +
 11 files changed, 333 insertions(+), 343 deletions(-)
 rename src/test/resources/{ => 
org/example}/testResourceBundleLookup.properties (97%)

Reply via email to