Open
Description
As of v5.2, the prerequisite for using MongoDB as a job repository is not documented in details in the Configuring a JobRepository section. There is a note about that in the What’s new in Spring Batch 5.2 section but that is not clear enough.
The reference documentation should clarify the DDL script to execute against MongoDB before running jobs as well any other necessary configuration for things to work correctly (thinking about the MapKeyDotReplacement
that has to be defined in the mongo converter for instance).