Henning Poettker
0ad68037b6
Reduce naming collisions in consecutive tests
2021-08-09 13:36:31 +02:00
Mahmoud Ben Hassine
792278d073
Fix typo in documentation
2021-08-06 22:33:12 +02:00
Jay Bryant
92e6f32e52
Add EPUB output
...
Add EPUB output and make all four output formats have links to one another,
to enable discoverability and accessibility (for the folks who need a
particular format to help them read the document).
2021-05-21 23:00:49 +02:00
dkjeong
1beb07ec51
Fix typo in documentation
...
Issue #3907
2021-05-18 11:18:34 +02:00
Taeik Lim
63cfc07a5e
Fix misused 'end()' in examples
...
`end()` should be used with `FlowJobBuilder`.
Issue #3902
2021-05-18 10:46:48 +02:00
ChangYong
b486e245d7
Fix code examples in documentation
...
The changed code examples in this commit used the
`.end()` method which does not exist in `SimpleStepBuilder`.
Issue #3889
2021-05-17 19:55:31 +02:00
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