You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/02/20 07:31:04 UTC

[causeway] branch CAUSEWAY-3363 updated (648eca14b0 -> 6a7d083ca4)

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

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


    omit 648eca14b0 CAUSEWAY-3363: renames HasUsername_open to HasUsername_associatedUser
     add 54477ff540 CAUSEWAY-3361: adds configuration properties to disable audittrail, commandlog and executionlog optionally
     add 42b73109a2 CAUSEWAY-3361: adds isEnabled on enums for symmetry
     add 1c10dc0bf1 CAUSEWAY-3361: improves javadoc, overrides isEnabled, makes annotations consistent
     add 0b31fd0e41 CAUSEWAY-3361: improves further the javadoc for new config settings
     add 86fcbb5bbe Merge pull request #1436 from apache/CAUSEWAY-3361
     add 6a7d083ca4 CAUSEWAY-3363: renames HasUsername_open to HasUsername_associatedUser

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   (648eca14b0)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3363 (6a7d083ca4)

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.

No new revisions were added by this update.

Summary of changes:
 .../core/config/CausewayConfiguration.java         | 175 ++++++++++++++++++++-
 .../subscriber/CommandSubscriberForCommandLog.java |  18 ++-
 .../ExecutionSubscriberForExecutionLog.java        |  28 +++-
 .../ExecutionSubscriberForExecutionOutbox.java     |  30 +++-
 ...ntityPropertyChangeSubscriberForAuditTrail.java |  21 ++-
 .../subscriber/CommandSubscriberForTesting.java    |  11 +-
 .../EntityPropertyChangeSubscriberForTesting.java  |  16 +-
 .../subscriber/ExecutionSubscriberForTesting.java  |   9 +-
 8 files changed, 279 insertions(+), 29 deletions(-)