This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-2873
in repository https://gitbox.apache.org/repos/asf/causeway.git
discard 09f6f2bf2b CAUSEWAY-2873: 08-02
discard ea86cd2a23 CAUSEWAY-2873: 09-01
discard c5b1773e28 CAUSEWAY-2873: 07-01
discard ca0901e91e CAUSEWAY-2873: 06-01
discard f51977f55e CAUSEWAY-2873: 05-02
discard 8ba7dd5226 CAUSEWAY-2873: 05-01
discard 0dadd1bca2 CAUSEWAY-2873: 04-08
discard cca9ba4d0f CAUSEWAY-2873: 04-04
discard 09c8b4fe3d CAUSEWAY-2873: 04-01
discard 5db9cb9565 CAUSEWAY-2873: 03-14 (2)
discard b49ddafff1 CAUSEWAY-2873: 03-14
discard 4eac9d1ceb CAUSEWAY-2873: attempts to improve styling of asciidoc
plugin
discard a0721e3eaa CAUSEWAY-2873: 03-13
discard a881ffbad6 CAUSEWAY-2873: removes old exercise
discard ebb1786b32 CAUSEWAY-2873: 03-09
discard 0a8829e410 CAUSEWAY-2873: completes 03-08
discard fa90b7fa44 CAUSEWAY-2873: 03-06
discard de1e120b19 CAUSEWAY-2873: adds 03-06
discard 4182e4ccfa CAUSEWAY-2873: 02-05, 03-04
discard deceb525a0 CAUSEWAY-2873: exercises 3-1, 3-2, 3-3
discard f98a9eb83f CAUSEWAY-2873: updates petclinic tutorial up to 2.5 incl.
add 9960f6a2f2 CAUSEWAY-3746: fix for
additional-spring-configuration-metadata.json
add 84526f66eb Bump com.approvaltests:approvaltests from 24.1.0 to 24.2.0
add bb405e3709 Merge pull request #2439 from
apache/dependabot/maven/master/com.approvaltests-approvaltests-24.2.0
add 9b86212979 Bump org.assertj:assertj-guava from 3.25.3 to 3.26.0
add 2e52d20c02 Merge pull request #2435 from
apache/dependabot/maven/master/org.assertj-assertj-guava-3.26.0
add ea608d91a7 Bump org.springframework.graphql:spring-graphql-test from
1.2.6 to 1.3.0
add 870c496ca5 Merge pull request #2432 from
apache/dependabot/maven/master/org.springframework.graphql-spring-graphql-test-1.3.0
add 9c1a32dd79 Bump org.apache.maven.plugins:maven-invoker-plugin from
3.6.1 to 3.7.0
add 7fa9b368f0 Merge pull request #2436 from
apache/dependabot/maven/master/org.apache.maven.plugins-maven-invoker-plugin-3.7.0
add b6496d64cb Bump org.webjars:jquery-ui from 1.13.2 to 1.13.3
add 34edcf2edd Merge pull request #2438 from
apache/dependabot/maven/master/org.webjars-jquery-ui-1.13.3
add 523b981417 Bump eclipselink 2.7.14 -> 2.7.15
add 8da4588df3 CAUSEWAY-3748: [Commons] Json/YamlUtils support for Optional
add 9a6a26fecf CAUSEWAY-3748: remove unused imports
new bf179fd7cc CAUSEWAY-2873: updates petclinic tutorial up to 2.5 incl.
new 0a98055c90 CAUSEWAY-2873: exercises 3-1, 3-2, 3-3
new 74c16b8826 CAUSEWAY-2873: 02-05, 03-04
new 70bbcffb70 CAUSEWAY-2873: adds 03-06
new 3c185d2bb0 CAUSEWAY-2873: 03-06
new 1aa0ab2b95 CAUSEWAY-2873: completes 03-08
new ed3647cce9 CAUSEWAY-2873: 03-09
new ca99001390 CAUSEWAY-2873: removes old exercise
new 88c2a0c702 CAUSEWAY-2873: 03-13
new 3aa20d9a59 CAUSEWAY-2873: attempts to improve styling of asciidoc
plugin
new b54fbe2eaa CAUSEWAY-2873: 03-14
new f159e44c14 CAUSEWAY-2873: 03-14 (2)
new 593f308a24 CAUSEWAY-2873: 04-01
new 2f344f588b CAUSEWAY-2873: 04-04
new 8e56f90651 CAUSEWAY-2873: 04-08
new c56c0b8e1f CAUSEWAY-2873: 05-01
new e58e4d3c22 CAUSEWAY-2873: 05-02
new d9b319b149 CAUSEWAY-2873: 06-01
new d29c187a4a CAUSEWAY-2873: 07-01
new c2aafee873 CAUSEWAY-2873: 09-01
new d1bfea46d1 CAUSEWAY-2873: 08-02
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (09f6f2bf2b)
\
N -- N -- N refs/heads/CAUSEWAY-2873 (d1bfea46d1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 21 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:
bom/pom.xml | 20 +++++---
commons/pom.xml | 4 ++
commons/src/main/java/module-info.java | 1 +
.../org/apache/causeway/commons/io/JsonUtils.java | 8 +++
.../org/apache/causeway/commons/io/YamlUtils.java | 2 +
.../apache/causeway/commons/io/JsonUtilsTest.java | 12 +++--
...lsTest.toStringUtf8_indentedOutput.approved.txt | 4 ++
.../apache/causeway/commons/io/YamlUtilsTest.java | 5 +-
.../io/YamlUtilsTest.toStringUtf8.approved.txt | 3 ++
.../apache/causeway/commons/io/_TestDomain.java | 12 ++++-
.../additional-spring-configuration-metadata.json | 60 +++++++++++-----------
persistence/jpa/eclipselink/pom.xml | 1 -
starters/pom.xml | 2 +-
viewers/graphql/testsupport/pom.xml | 2 +-
14 files changed, 90 insertions(+), 46 deletions(-)