This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git
from de23420755 Merge remote-tracking branch 'origin/master' into spring6
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
add 9d4a7e96e4 Merge pull request #1437 from apache/CAUSEWAY-3363
add ac1d1403fa Bump structurizr-core from 1.19.0 to 1.20.1
add 4f67e6e8c0 Bump structurizr-core from 1.19.0 to 1.20.1 (2)
new e61b067f95 Merge remote-tracking branch 'origin/master' into spring6
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 | 30 +++-
.../ExecutionSubscriberForExecutionOutbox.java | 32 +++-
...ntityPropertyChangeSubscriberForAuditTrail.java | 21 ++-
.../applib/CausewayModuleExtSecmanApplib.java | 4 +-
...e_open.java => HasUsername_associatedUser.java} | 6 +-
.../subscriber/CommandSubscriberForTesting.java | 17 +-
.../EntityPropertyChangeSubscriberForTesting.java | 20 ++-
.../subscriber/ExecutionSubscriberForTesting.java | 9 +-
tooling/c4modeling/pom.xml | 9 +-
.../java/org/apache/causeway/tooling/c4/C4.java | 34 ++--
.../apache/causeway/tooling/c4/test/C4Test.java | 24 ++-
.../tooling/c4/test/baeldung-example-v1.puml | 55 ++++---
.../tooling/c4/test/baeldung-example-v2.puml | 34 ++--
tooling/pom.xml | 20 +--
16 files changed, 385 insertions(+), 123 deletions(-)
rename
extensions/security/secman/applib/src/main/java/org/apache/causeway/extensions/secman/applib/user/contributions/{HasUsername_open.java
=> HasUsername_associatedUser.java} (93%)