This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 4c491728fe Update setup-and-configuration.adoc
add 522dc3d469 ESTUP2-674: Fix css for autocomplete
add 249571709d Merge pull request #2443 from pdeenen/ESTUP2-674
add 6321551bea Merge pull request #2444 from apache/CAUSEWAY-3754
add 743e7953d3 CAUSEWAY-3756: trivial refactoring to make
ScalarConvertingModel ...
add 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
add f9bfaf8e3a Merge pull request #2445 from apache/CAUSEWAY-3755
new cf23b7a98e merge from master
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 | 46 +++++++++++-----
.../spi/RunBackgroundCommandsJobListener.java | 62 ++++++++++++++++++++++
.../wicket/model/models/FileUploadModels.java | 5 +-
.../scalars/ScalarPanelFormFieldAbstract.html | 2 +-
7 files changed, 155 insertions(+), 24 deletions(-)
create mode 100644
extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/spi/RunBackgroundCommandsJobListener.java