Rajesh Chandavaram
8d181bc74d
Improve code example in "Configuring and Running a Job" section
...
The sample that shows how to provide a custom transaction manager
via a BatchConfigurer has been updated to use the constructor
of `DefaultBatchConfigurer` that takes a DataSource.
Issue #3888
2021-05-17 19:31:01 +02:00
Mahmoud Ben Hassine
3fbfbb9503
Fix documentation of chunk-oriented processing
...
Resolves #1629 #1179 #1069 #3833
2021-03-11 06:43:19 +01:00
Mahmoud Ben Hassine
be1192cac2
Fix regression in docs
...
Master/Slave terms were replaced
with Manager/Worker in 85b3e9002
but this seems to be lost when
merging efdce562b0 .
2021-02-24 15:09:06 +01:00
Jay Bryant
f225df893b
Fix for issue #3848
...
Added the content that didn't get carried forward from 4.2.x.
2021-02-23 12:14:16 +01:00
Mahmoud Ben Hassine
e2b37f4b4c
Tweak documentation generation process
...
* Update and filter distribution resources
* Use maven's `site` phase instead of `verify`
to generate docs/distribution
2021-01-29 11:45:33 +01:00
Mahmoud Ben Hassine
78e194805f
Add maven assembly descriptors to generate distribution
2021-01-29 11:45:32 +01:00
Mahmoud Ben Hassine
8cfec33ef0
Re-organize documentation resources
...
This commit also adds scaling diagrams [1]
to Figures.ppt. Those diagrams were not under
source control.
[1]: https://docs.spring.io/spring-batch/docs/current/reference/html/spring-batch-integration.html#externalizing-batch-process-execution
2021-01-29 11:45:31 +01:00