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 bebe78fc00 CAUSEWAY-2873: updates petclinic tutorial up to 2.5 incl.
     add 0c13b4c7b5 adds PageRenderSubscriber into refguide docs.
     add c8f20f2a32 ESTUP2-668 enable bulk mode for property change audit trails
     add 35e3015471 ESTUP2-668 enabled bulk processing for repository service
     add 13fb837c06 ESTUP2-668 enabled bulk processing for repository service 
for a given class
     add 8978aab9be ESTUP2-668 this should make bulk processing thread safe
     add 7b0b703619 ESTUP2-668 a little cleanup
     add e7d8d98107 ESTUP2-668 review changes
     add e0a8593e18 ESTUP2-668 review changes PtII
     add 1c2c80a2e8 ESTUP2-668 regression test finetuning
     add c0bd9a91b0 Merge branch 'ESTUP2-668' into CAUSEWAY-3745
     add f3905f657e CAUSEWAY-3745: updates javadoc is all.
     add d389e3c482 CAUSEWAY-3745: updates javadoc is all.
     add 46655c69cd CAUSEWAY-3745: renames AuditEntryRepository#createForBulk 
...
     add 2d39c84661 CAUSEWAY-3745: renames 
EntityPropertychangeSubscriber#onBulkChanging ...
     add 7817369ba0 CAUSEWAY-3745: renames 
EntityPropertychangeSubscriber#onBulkChanging ...
     add ccfb0c6e62 CAUSEWAY-3745: renames RepositoryServiceDefault's 
'bulkMode' thread local...
     add 6eb1c52458 CAUSEWAY-3745: factors out 'suppressFlushing' and 
'resumeFlushing' methods
     add ead2170ca7 CAUSEWAY-3745: inlines setSuppressFlushing wherever called, 
and simplify
     add 416930a375 CAUSEWAY-3745: fixes the config property in the regression 
test
     add 69b7f3d4fa Merge pull request #2424 from apache/CAUSEWAY-3745
     new f98a9eb83f CAUSEWAY-2873: updates petclinic tutorial up to 2.5 incl.
     new deceb525a0 CAUSEWAY-2873: exercises 3-1, 3-2, 3-3
     new 4182e4ccfa CAUSEWAY-2873: 02-05, 03-04

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   (bebe78fc00)
            \
             N -- N -- N   refs/heads/CAUSEWAY-2873 (4182e4ccfa)

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 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:
 .gitignore                                         |   3 +
 .../partials/_presentation-layer-spi.adoc          |   7 +
 .../petclinic/pages/020-the-petclinic-domain.adoc  |  52 +++-
 .../petclinic/pages/030-petowner-entity.adoc       | 300 ++++++++++++++-------
 .../modules/petclinic/pages/100-todo.adoc          |   4 +
 .../modules/petclinic/partials/domain.adoc         |   8 +-
 .../publishing/log/EntityPropertyChangeLogger.java |   8 +-
 .../spi/EntityPropertyChangeSubscriber.java        |  14 +
 .../services/repository/RepositoryService.java     |  10 +
 .../core/config/CausewayConfiguration.java         |  22 ++
 .../EntityPropertyChangePublisherDefault.java      |  14 +-
 .../applib/dom/AuditTrailEntryRepository.java      |   5 +
 .../dom/AuditTrailEntryRepositoryAbstract.java     |   7 +
 ...ntityPropertyChangeSubscriberForAuditTrail.java |  10 +
 .../repository/RepositoryServiceDefault.java       |  33 ++-
 .../testdomain/fixtures/EntityTestFixtures.java    |  24 +-
 .../causeway/testdomain/jdo/JdoTestFixtures.java   |  12 +
 .../causeway/testdomain/jpa/JpaTestFixtures.java   |  11 +
 .../persistence/jpa/JpaBootstrappingTest.java      |   2 +-
 ...est.java => JpaPropertyBulkPublishingTest.java} |   2 +-
 ...t.java => JpaPropertySinglePublishingTest.java} |   3 +-
 21 files changed, 433 insertions(+), 118 deletions(-)
 create mode 100644 
antora/components/tutorials/modules/petclinic/pages/100-todo.adoc
 copy 
regressiontests/publishing-jpa/src/test/java/org/apache/causeway/testdomain/publishing/jpa/{JpaPropertyPublishingTest.java
 => JpaPropertyBulkPublishingTest.java} (98%)
 rename 
regressiontests/publishing-jpa/src/test/java/org/apache/causeway/testdomain/publishing/jpa/{JpaPropertyPublishingTest.java
 => JpaPropertySinglePublishingTest.java} (94%)

Reply via email to