This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3390
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 8fc49973c3 CAUSEWAY-3390: fixes compile issue
add 1a5fdae67b CAUSEWAY-3390: fixed integ test (?); also noticed other
repositories ...
No new revisions were added by this update.
Summary of changes:
.../commandlog/applib/app/CommandLogMenu.java | 5 +-
.../HasInteractionId_commandLogEntry.java | 4 +-
.../HasUsername_recentCommandsByUser.java | 5 +-
.../contributions/Object_recentCommands.java | 5 +-
.../contributions/T_recentBackgroundCommands.java | 5 +-
.../commandlog/applib/dom/BackgroundService.java | 2 +-
.../commandlog/applib/dom/CommandLogEntry.java | 3 +-
.../applib/dom/CommandLogEntryRepository.java | 314 +++------------------
...java => CommandLogEntryRepositoryAbstract.java} | 159 ++++++-----
.../dom/mixins/CommandLogEntry_childCommands.java | 4 +-
.../mixins/CommandLogEntry_siblingCommands.java | 4 +-
.../applib/fakescheduler/FakeScheduler.java | 5 +-
.../applib/job/RunBackgroundCommandsJob.java | 5 +-
.../subscriber/CommandSubscriberForCommandLog.java | 4 +-
.../BackgroundService_IntegTestAbstract.java | 10 +-
.../integtest/CommandLog_IntegTestAbstract.java | 5 +-
.../jdo/dom/CommandLogEntryRepository.java | 4 +-
.../jpa/dom/CommandLogEntryRepository.java | 3 +-
.../executionlog/applib/app/ExecutionLogMenu.java | 4 +-
.../HasInteractionId_executionLogEntries.java | 5 +-
.../HasUsername_recentExecutionsByUser.java | 5 +-
.../contributions/Object_recentExecutions.java | 5 +-
.../applib/dom/ExecutionLogEntryRepository.java | 188 ++----------
.../dom/ExecutionLogEntryRepositoryAbstract.java | 273 ++++++++++++++++++
.../ExecutionLogEntry_siblingExecutions.java | 5 +-
.../ExecutionSubscriberForExecutionLog.java | 4 +-
.../integtest/ExecutionLog_IntegTestAbstract.java | 5 +-
.../jdo/dom/ExecutionLogEntryRepository.java | 3 +-
.../jpa/dom/ExecutionLogEntryRepository.java | 4 +-
.../applib/app/ExecutionOutboxMenu.java | 4 +-
.../applib/dom/ExecutionOutboxEntryRepository.java | 118 +-------
...=> ExecutionOutboxEntryRepositoryAbstract.java} | 35 ++-
.../applib/restapi/OutboxRestApi.java | 4 +-
.../ExecutionSubscriberForExecutionOutbox.java | 4 +-
.../ExecutionOutbox_IntegTestAbstract.java | 5 +-
.../jdo/dom/ExecutionOutboxEntryRepository.java | 5 +-
.../jpa/dom/ExecutionOutboxEntryRepository.java | 6 +-
.../integtests/OutboxRestClient_IntegTest.java | 5 +-
.../ExecutionLogEntry_copyToOutbox.java | 5 +-
.../integtests/AuditTrail_IntegTestAbstract.java | 5 +-
.../sessionlog/applib/app/SessionLogMenu.java | 4 +-
.../HasUsername_recentSessionsForUser.java | 5 +-
.../sessionlog/applib/dom/SessionLogEntry.java | 6 +-
.../applib/dom/SessionLogEntryRepository.java | 159 ++---------
...java => SessionLogEntryRepositoryAbstract.java} | 91 +++---
.../spiimpl/SessionLogServiceInitializer.java | 4 +-
.../spiimpl/SessionSubscriberForSessionLog.java | 4 +-
.../integtests/SessionLogIntegTestAbstract.java | 5 +-
.../jdo/dom/SessionLogEntryRepository.java | 4 +-
.../jpa/dom/SessionLogEntryRepository.java | 3 +-
.../CmdExecAuditSessLog_IntegTestAbstract.java | 16 +-
51 files changed, 636 insertions(+), 908 deletions(-)
copy
extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/{CommandLogEntryRepository.java
=> CommandLogEntryRepositoryAbstract.java} (74%)
create mode 100644
extensions/core/executionlog/applib/src/main/java/org/apache/causeway/extensions/executionlog/applib/dom/ExecutionLogEntryRepositoryAbstract.java
copy
extensions/core/executionoutbox/applib/src/main/java/org/apache/causeway/extensions/executionoutbox/applib/dom/{ExecutionOutboxEntryRepository.java
=> ExecutionOutboxEntryRepositoryAbstract.java} (81%)
copy
extensions/security/sessionlog/applib/src/main/java/org/apache/causeway/extensions/sessionlog/applib/dom/{SessionLogEntryRepository.java
=> SessionLogEntryRepositoryAbstract.java} (67%)