This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 3e45087db4 Merge pull request #1632 from
apache/dependabot/maven/spring6/org.apache.maven.plugins-maven-surefire-report-plugin-3.1.0
add b687a9dc37 Bump maven-gpg-plugin from 3.0.1 to 3.1.0
add 287d33810c Merge pull request #1631 from
apache/dependabot/maven/master/org.apache.maven.plugins-maven-gpg-plugin-3.1.0
add e6da6b2277 Bump maven-surefire-report-plugin from 3.0.0 to 3.1.0
add cc49d1f994 Merge pull request #1630 from
apache/dependabot/maven/master/org.apache.maven.plugins-maven-surefire-report-plugin-3.1.0
add 09637c38cf CAUSEWAY-3051: string cutting util: separation of concerns
new 18feb54668 Merge remote-tracking branch 'origin/master' into spring6
The 1 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:
.../causeway/commons/internal/base/_Refs.java | 118 -------------
.../commons/internal/base/_StringCutter.java | 184 +++++++++++++++++++++
.../commons/internal/exceptions/_Exceptions.java | 8 +-
.../commons/resource/ResourceCoordinates.java | 8 +-
.../commons/internal/base/StringCutterTest.java | 23 ++-
.../actions/action/invocation/IdentifierUtil.java | 12 +-
.../testdomain/value/ValueSemanticsTester.java | 9 +-
.../model/valuetypes/ValueTypeExample.java | 10 +-
.../model4adoc/include/IncludeStatements.java | 40 +++--
.../viewer/resources/ResourceAbstract.java | 13 +-
10 files changed, 253 insertions(+), 172 deletions(-)
create mode 100644
commons/src/main/java/org/apache/causeway/commons/internal/base/_StringCutter.java
copy
viewers/restfulobjects/viewer/src/test/java/org/apache/causeway/viewer/restfulobjects/viewer/resources/JsonParserHelper_Test.java
=>
commons/src/test/java/org/apache/causeway/commons/internal/base/StringCutterTest.java
(66%)