Mahmoud Ben Hassine

Results 106 issues of 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).

feature

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...

type: feature
in: core

* Fix minor example in job.adoc #4199

type: holder

Code examples in the documentation should be included from sources that are compiled and verified automatically. This will prevent typos and errors like #4199.

in: documentation
type: enhancement

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...

pr-for: feature
in: core

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...

type: task
in: build
status: for-internal-team

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...

in: documentation
type: bug
status: first-timers-only
for: backport-to-4.3.x

`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:...

in: build
type: bug