This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from 0bedaa39a0 Merge pull request #2168 from 
apache/dependabot/maven/master/com.fasterxml.woodstox-woodstox-core-6.6.0
     add b3d723badc CAUSEWAY-3675: adds suppress-auto-flush functionality
     add 7486a81a0c CAUSEWAY-3675: fixes module-info declarations
     add 100e044484 CAUSEWAY-3675: adds persistence.commons for pdf.js tests
     add d3ceb22947 CAUSEWAY-3675: adds persistence commons module for pdf.js 
tests
     add d8c270c267 CAUSEWAY-3675: adds persistence commons module for excel 
extension tests
     add b4406eb095 CAUSEWAY-3675: fixes (?) integ tests in 
regressiontests-stable-domainmodel
     add 983537baaf CAUSEWAY-3675: introduces FlushMgmt, adds additional guard 
in TransactionServiceSpring
     add d3e330f8ad CAUSEWAY-3675: fixes (?) dependency for regression test
     add b7dfd6a868 CAUSEWAY-3675: fixes (?) dependency for regression test in 
stable-config
     add e2eb472d06 CAUSEWAY-3675: fixes (?) regression test in stable-layout
     new 47c5e4b446 Merge pull request #2166 from apache/CAUSEWAY-3675

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:
 .../ROOT/pages/2024/2.0.0-RC5/mignotes.adoc        |  23 ++++-
 .../core/config/CausewayConfiguration.java         |  63 +++++++++++--
 core/metamodel/src/main/java/module-info.java      |   1 +
 core/runtime/src/main/java/module-info.java        |   1 +
 .../causeway/core/runtime/flushmgmt/FlushMgmt.java |  28 +++---
 .../runtimeservices/src/main/java/module-info.java |   1 -
 .../CausewayModuleCoreRuntimeServices.java         |   4 -
 .../transaction/TransactionServiceSpring.java      |  10 +-
 .../integtests/ExcelModuleIntegTestAbstract.java   |   3 +
 extensions/vw/pdfjs/metamodel/pom.xml              |   7 ++
 .../metamodel/PdfjsViewer_Abstract_IntegTest.java  |   3 +
 persistence/commons/src/main/java/module-info.java |   1 +
 .../commons/CausewayModulePersistenceCommons.java  |   7 ++
 .../changetracking/EntityChangeTrackerDefault.java | 101 ++++++++++++++-------
 .../PreAndPostValueEvaluatorServiceDefault.java    |   4 +-
 .../repository/RepositoryServiceDefault.java       |  17 +++-
 regressiontests/stable-config/pom.xml              |   3 +-
 regressiontests/stable-domainmodel/pom.xml         |   2 +-
 .../integtest/Layout_Counter_IntegTest.java        |  29 +++---
 .../integtest/Layout_SimpleObject_IntegTest.java   |   3 +
 regressiontests/stable/pom.xml                     |   7 +-
 .../testdomain/conf/Configuration_headless.java    |  22 +----
 testing/fakedata/applib/pom.xml                    |  10 +-
 23 files changed, 234 insertions(+), 116 deletions(-)
 copy 
valuetypes/vega/applib/src/main/java/org/apache/causeway/valuetypes/vega/applib/stringify/VegaStringifier.java
 => 
core/runtime/src/main/java/org/apache/causeway/core/runtime/flushmgmt/FlushMgmt.java
 (62%)
 rename 
{core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices => 
persistence/commons/src/main/java/org/apache/causeway/persistence/commons/integration}/repository/RepositoryServiceDefault.java
 (92%)

Reply via email to