spring-projects / spring-batch

Spring Batch is a framework for writing batch applications using Java and Spring
http://projects.spring.io/spring-batch/
Apache License 2.0
2.63k stars 2.3k forks source link

Implement jumpToItem in JsonItemReader #4557

Closed jpraet closed 1 month ago

fmbenhassine commented 1 month ago

Thank you for the PR. LGTM as a candidate for v5.2.

Can you please add a test for the new method in both jackson and gson readers? Thank you upfront.

jpraet commented 1 month ago

Can you please add a test for the new method in both jackson and gson readers? Thank you upfront.

added test

fmbenhassine commented 1 month ago

Thank you for the updates! Rebased and merged as ff0fb97272526ca548d42ae76fc747338d1291bf. Thank you for your contribution.