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 555209320b Merge pull request #1435 from apache/CAUSEWAY-3362
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
new 86fcbb5bbe Merge pull request #1436 from apache/CAUSEWAY-3361
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:
.../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(-)