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 3f05bf34 Bump org.apache.commons:commons-parent from 83 to 84 new 70cecfbc Interface StringLookup now extends UnaryOperator<String> new 7a799b2d Interface StringLookup now extends UnaryOperator<String> new 98aae9ad Interface TextRandomProvider extends IntUnaryOperator new ec0845e5 Bump properties for the next version The 4 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 | 8 ++-- src/changes/changes.xml | 4 +- .../apache/commons/text/RandomStringGenerator.java | 4 +- .../org/apache/commons/text/StrSubstitutor.java | 2 +- .../org/apache/commons/text/StringSubstitutor.java | 2 +- .../apache/commons/text/TextRandomProvider.java | 34 +++++++++++---- .../apache/commons/text/lookup/BiStringLookup.java | 2 +- .../text/lookup/InterpolatorStringLookup.java | 4 +- .../text/lookup/JavaPlatformStringLookup.java | 2 +- .../apache/commons/text/lookup/StringLookup.java | 37 ++++++++++++++++- .../org/apache/commons/text/StrLookupTest.java | 48 +++++++++++----------- .../apache/commons/text/StringSubstitutorTest.java | 1 + ...ubstitutorWithInterpolatorStringLookupTest.java | 1 + .../text/lookup/Base64DecoderStringLookupTest.java | 4 +- .../text/lookup/Base64EncoderStringLookupTest.java | 4 +- .../text/lookup/BiFunctionStringLookupTest.java | 8 ++-- .../text/lookup/ConstantStringLookupBasicTest.java | 8 ++-- .../text/lookup/ConstantStringLookupTest.java | 16 ++++---- .../commons/text/lookup/DateStringLookupTest.java | 6 +-- .../commons/text/lookup/DnsStringLookupTest.java | 12 +++--- .../EnvironmentVariableStringLookupTest.java | 6 +-- .../commons/text/lookup/FileStringLookupTest.java | 26 ++++++------ .../text/lookup/FunctionStringLookupTest.java | 8 ++-- .../InetAddressStringLookupLocalHostTest.java | 10 ++--- ...InetAddressStringLookupLoopbackAddressTest.java | 10 ++--- .../text/lookup/InterpolatorStringLookupTest.java | 20 ++++----- .../text/lookup/JavaPlatformStringLookupTest.java | 6 +-- .../commons/text/lookup/NullStringLookupTest.java | 4 +- .../text/lookup/PropertiesStringLookupTest.java | 34 +++++++-------- .../lookup/ResourceBundleStringLookupTest.java | 18 ++++---- .../text/lookup/ScriptStringLookupTest.java | 14 +++---- .../lookup/SystemPropertyStringLookupTest.java | 4 +- .../text/lookup/UrlDecoderStringLookupTest.java | 10 ++--- .../text/lookup/UrlEncoderStringLookupTest.java | 6 +-- .../commons/text/lookup/UrlStringLookupTest.java | 16 ++++---- .../text/lookup/XmlDecoderStringLookupTest.java | 4 +- .../text/lookup/XmlEncoderStringLookupTest.java | 4 +- .../commons/text/lookup/XmlStringLookupTest.java | 24 +++++------ 38 files changed, 244 insertions(+), 187 deletions(-)