Mahmoud Ben Hassine
Mahmoud Ben Hassine
The app should use mongodb (through [connect-mongo](https://github.com/kcbanner/connect-mongo)) to store sessions instead of in memory storage (not for production).
Use separate parameters for short_context length and exit_message length in JobRepositoryFactoryBean
PR for #1617
The `JdbcJobInstanceDao` uses a default `JobKeyGenerator` but provides no way to supply a custom implementation. Even though it is unlikely to implement a custom `JobKeyGenerator`, there should be a way...
Code examples in the documentation should be included from sources that are compiled and verified automatically. This will prevent typos and errors like #4199.
This is a draft PR. Gson seems to deserialize custom types to `Map` instances instead of the original type (it looks like type information is not serialized). TODO: Need to...
For consistency with other projects from the portfolio, the name of git tags for each version should be prefixed with a `v`. The release process should be updated to adopt...
The [Testing Individual Steps](https://docs.spring.io/spring-batch/docs/current/reference/html/testing.html#testingIndividualSteps) section of the reference documentation refers to a non existent class `AbstractJobTests`: ``` [...] The AbstractJobTests class contains a method called launchStep, which takes a step...
`JsrPartitionHandlerTests.testPollingPartitionsCompletion` fails intermittently on windows with the following error: ``` java.lang.AssertionError at org.springframework.batch.core.jsr.partition.JsrPartitionHandlerTests.testPollingPartitionsCompletion(JsrPartitionHandlerTests.java:156) ``` That's all from the build log, no additional stacktrace from surefire's individual test report neither. NB:...