This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
from 1b4ca0aee8 Merge pull request #285 from
apache/dependabot/github_actions/github/codeql-action-4.31.5
new 7edf985bce org.apache.juneau.common.reflect API improvements
new 8fb263a5cf Merge branch 'master' of
https://gitbox.apache.org/repos/asf/juneau.git
new ea784d0384 StringFormatter class
The 3 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:
TODO-StringUtils.md | 2 +-
.../apache/juneau/common/collections/Cache.java | 145 +++-
.../apache/juneau/common/collections/Cache2.java | 90 +-
.../apache/juneau/common/collections/Cache3.java | 90 +-
.../apache/juneau/common/collections/Cache4.java | 90 +-
.../apache/juneau/common/collections/Cache5.java | 90 +-
.../apache/juneau/common/reflect/PackageInfo.java | 3 +-
.../apache/juneau/common/utils/FormatString.java | 724 ++++++++++++++++
.../apache/juneau/common/utils/StringFormat.java | 724 ++++++++++++++++
.../apache/juneau/common/utils/StringUtils.java | 371 +++++----
.../java/org/apache/juneau/common/utils/Utils.java | 53 ++
.../juneau/common/utils/FormatString_Test.java | 416 ++++++++++
.../juneau/common/utils/StringFormat_Test.java | 416 ++++++++++
.../juneau/common/utils/StringUtils_Test.java | 909 +++++++++++++--------
.../org/apache/juneau/common/utils/Utils_Test.java | 51 ++
scripts/build-and-push.py | 263 ++++++
16 files changed, 3846 insertions(+), 591 deletions(-)
create mode 100644
juneau-core/juneau-common/src/main/java/org/apache/juneau/common/utils/FormatString.java
create mode 100644
juneau-core/juneau-common/src/main/java/org/apache/juneau/common/utils/StringFormat.java
create mode 100644
juneau-utest/src/test/java/org/apache/juneau/common/utils/FormatString_Test.java
create mode 100644
juneau-utest/src/test/java/org/apache/juneau/common/utils/StringFormat_Test.java