dependabot[bot] opened a new pull request, #20975: URL: https://github.com/apache/camel/pull/20975
Bumps [org.springframework.batch:spring-batch-core](https://github.com/spring-projects/spring-batch) from 5.2.4 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-batch/releases">org.springframework.batch:spring-batch-core's releases</a>.</em></p> <blockquote> <h2>v6.0.2</h2> <h2>:star: New features</h2> <ul> <li>Add ZonedDateTime and OffsetDateTime support to JobParametersConverter <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5178">#5178</a></li> </ul> <h2>:lady_beetle: Bug fixes</h2> <ul> <li>Compatibility issues between v5 and v6 when Migrating from <code>CommandLineJobRunner</code> to <code>CommandLineJobOperator</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5227">#5227</a></li> <li>MongoStepExecutionDao.countStepExecutions() ignores stepName parameter <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5220">#5220</a></li> <li>OptimisticLockingFailureException due to race condition in graceful shutdown <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5217">#5217</a></li> <li>ChunkOrientedStep#doExecute updates the StepExecution outside of the chunk transaction boundary. <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5199">#5199</a></li> <li>Jackson2ExecutionContextStringSerializer fails to serialize job parameters with JobStep <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5191">#5191</a></li> <li>StepContribution counters are not thread-safe during parallel chunk processing <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5188">#5188</a></li> <li>ScopeNotActiveException with <code>@StepScope</code> ItemProcessor in Multi-threaded ChunkOrientedStep <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5183">#5183</a></li> <li>ChunkOrientedStep updates ExecutionContext even when a chunk fails, leading to data loss on restart <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5182">#5182</a></li> <li>MetaDataInstanceFactory default values cause StepContext collision in StepScopeTestUtils when <code>@SpringBatchTest</code> is active <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5181">#5181</a></li> <li>Wrong database migration to spring-batch 6.x for DB2LUW <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5166">#5166</a></li> <li>OptimisticLockingFailureException in JobRepositoryTestUtils.removeJobExecutions() since Spring Batch 5.2.3 <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5161">#5161</a></li> <li>The implementation of jumpToItem(int itemLastIndex) in AbstractPaginatedDataItemReader does not handle restart behavior correctly. <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5136">#5136</a></li> <li>Incorrect resource cleanup order in AbstractCursorItemReader#doClose leads to inconsistent behavior <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5109">#5109</a></li> <li>Intermittent OptimisticLockingFailureException when starting job using jobOperator.start() with asyncTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5106">#5106</a></li> <li>ClosedChannelException when using StaxEventItemWriter in combination with MultiResourceItemWriter <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5098">#5098</a></li> <li>WriteConflict in MongoSequenceIncrementer during parallel job executions <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4960">#4960</a></li> </ul> <h2>:rocket: Enhancements</h2> <ul> <li>Use Spring Framework's CollectionUtils to create HashSet/HashMap <a href="https://redirect.github.com/spring-projects/spring-batch/pull/5175">#5175</a></li> <li>Remove redundant assert in StoredProcedureItemReader <a href="https://redirect.github.com/spring-projects/spring-batch/pull/5119">#5119</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in whatsnew.adoc and in integration tests <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5207">#5207</a></li> <li>Clarify ChunkListener changes in v6 <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5226">#5226</a></li> <li>Incorrect documentation about concurrent steps in v6 <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5228">#5228</a></li> <li>correct JobOperatorFactoryBean sample code <a href="https://redirect.github.com/spring-projects/spring-batch/pull/5103">#5103</a></li> </ul> <h2>:hammer: Tasks</h2> <ul> <li>Update project template in issue reporting guide <a href="https://redirect.github.com/spring-projects/spring-batch/issues/5212">#5212</a></li> </ul> <h2>🆙 Dependency Upgrades</h2> <p>Spring Framework: 7.0.3 Spring Integration: 7.0.2 Spring AMQP: 4.0.2 Spring Kafka: 4.0.2 Spring Data: 4.0.2 Micrometer: 1.16.2</p> <h2>:heart: Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-batch/commit/d38be35ff981ad62544e040d662493c0efd2b5bb"><code>d38be35</code></a> Release version 6.0.2</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/119c856cf9d3c662cea395e94288dae3f491487c"><code>119c856</code></a> Prepare release 6.0.2</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/b9a96a64386139f433881ffffe1895a616bdcce0"><code>b9a96a6</code></a> Update DDL migration script for IBM DB2 LUW</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/20eaa7b696c94a1432feb94e6d452cd959ad571f"><code>20eaa7b</code></a> Clarify ChunkListener changes in v6</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/9ccbafa0cf387b36e22462921c53aab055f9cd64"><code>9ccbafa</code></a> Update documentation about new concurrency model in v6</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/5dc40a6b97dfb2dd3f556913d5ec60f0ba94acfb"><code>5dc40a6</code></a> Fix StaxEventItemWriter resource switching within a transaction</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/e6da29c65c5654309a6625e862c8c1ca5e89ee21"><code>e6da29c</code></a> Align CommandLineJobOperator with CommandLineJobRunner</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/efbce13f0faf512f22281f8e54c3d637b2eacd5c"><code>efbce13</code></a> Add comment to explain the reason to retry data integrity exceptions</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/eac1ff5e85b5b22d841dcfce62afc87e233ce762"><code>eac1ff5</code></a> Retry on generating unique identifiers with MongoDB</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/89122c4e591b4fe0ee6d5c09e89f5e38c27e52e2"><code>89122c4</code></a> Fix code formatting</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-batch/compare/v5.2.4...v6.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
