spring-batch
spring-batch copied to clipboard
Add support for Jackson 3
Following Spring Framework 7 (see https://github.com/spring-projects/spring-framework/issues/33798), Spring Batch should support Jackson 3 by default.
This means Jackson2ExecutionContextStringSerializer should be renamed (by removing the version number from the name) and updated to Jackson 3. The Jackson 2 based serializer will be supported for v5.2.