Closed
Description
While Spring Batch AOT in Spring Boot 3.0 already works mostly fine,
there seems to be a small problem when a job is run for the 2nd time.
The deserialisation of the executioncontext crashes.
I already tried to set hints for java.util.hashmap .. but i guess the root cause is somewhere else.
Attached are the error and an example project that works in normal mode but crahses in AOT.
Could be that this is already fixed, but at least for me latest Spring Boot 3.0 RC2 + SNAPSHOT caused the error