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 28ac7f672a Merge pull request #2447 from apache/CAUSEWAY-3756
add 0adc3f26da CAUSEWAY-3755: adds Listener for RunBackgroundCommandsJob
add cbbb51033b CAUSEWAY-3755: adds noop impl of new listener interface
add b957747d42 CAUSEWAY-3755: adds config param to control batch size when
running background jobs
add 03a496b39c CAUSEWAY-3755: updates FakeScheduler to also call listeners
add 686e88eb44 CAUSEWAY-3755: runs listeners in their own transaction
add ca6c277177 CAUSEWAY-3755: executes listeners in transaction also
add 384e1589d1 CAUSEWAY-3755: reformats is all
add b62809b455 CAUSEWAY-3755: runs listener in new xactn
add 46302e4372 CAUSEWAY-3755: adds javadoc
new f9bfaf8e3a Merge pull request #2445 from apache/CAUSEWAY-3755
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 | 14 +++++
.../applib/CausewayModuleExtCommandLogApplib.java | 3 ++
.../applib/fakescheduler/FakeScheduler.java | 47 ++++++++++++----
.../applib/job/RunBackgroundCommandsJob.java | 29 ++++++++--
.../spi/RunBackgroundCommandsJobListener.java | 62 ++++++++++++++++++++++
5 files changed, 141 insertions(+), 14 deletions(-)
create mode 100644
extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/spi/RunBackgroundCommandsJobListener.java