-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Final
-
None
after retrieving StepExecution from repository, JdbcRepository and MongoRepository first deserialize certain fields (reader checkpoint info, writer checkpoint info, user persistent data) to java.io.Serializable, pass to StepExecutionImpl to create new instances, which serializes them again.
We should be able to skip the first deserialization step.
- is related to
-
JBERET-196 Avoid the redundat deserialization of certain StepExecution fields before saving to persistent job repository
- Resolved
- relates to
-
JBERET-186 ClassCastException when accessing serialized data from a different class loader in the InMemoryJobRepository
- Resolved