Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, the Spring Batch execution context is not encoded. It is a simple Java Map that can contain any serializable Java object. The execution context is used to store job execution data during a Batch job run, such as batch parameters and job status memory. However, if there is any sensitive information that needs to be stored in the execution context, it is recommended to encrypt the data before storing it.