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 21a72622 Bump commons-io:commons-io from 2.19.0 to 2.20.0
     new c28d837c Sort members
     new f4295451 Update description
     new 926bdff8 No longer need to override the version of the Jacoco Maven 
plugin
     new 45ca471f Fix all PMD UnnecessaryFullyQualifiedName in 
StringLookupFactory
     new bddd6a0e Fix all PMD UnnecessaryFullyQualifiedName in 
DefaultStringLookupsHolder
     new 04deae6a Fix PMD UnnecessaryFullyQualifiedName in 
PropertiesStringLookup
     new bd83c9aa Fix PMD UnnecessaryFullyQualifiedName in 
JavaPlatformStringLookup
     new 78a29c9e Fix PMD UnnecessaryFullyQualifiedName in StringSubstitutor
     new b488bfc2 Fix PMD UnnecessaryFullyQualifiedName in StrSubstitutor
     new 1e493143 Fix PMD UnnecessaryFullyQualifiedName in AlphabetConverter
     new 477a74f5 Fix Checkstyle
     new a84093d8 Fix PMD AvoidBranchingStatementAsLastInLoop in 
TextStringBuilder
     new 74f18e73 Fix PMD AvoidBranchingStatementAsLastInLoop in StrBuilder
     new 7a19f816 Add PMD check to default Maven goal

The 14 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:
 pom.xml                                            |  3 +-
 src/changes/changes.xml                            | 12 ++++-
 .../org/apache/commons/text/AlphabetConverter.java |  2 +-
 .../java/org/apache/commons/text/StrBuilder.java   | 54 +++++++++++-----------
 .../org/apache/commons/text/StrSubstitutor.java    |  3 +-
 .../org/apache/commons/text/StringSubstitutor.java |  5 +-
 .../org/apache/commons/text/TextStringBuilder.java | 46 +++++++++---------
 .../text/lookup/JavaPlatformStringLookup.java      | 12 ++---
 .../text/lookup/PropertiesStringLookup.java        |  2 +-
 .../commons/text/lookup/StringLookupFactory.java   | 16 +++----
 .../commons/text/RandomStringGeneratorTest.java    |  8 ++--
 11 files changed, 87 insertions(+), 76 deletions(-)

Reply via email to