dependabot[bot] opened a new pull request, #19240: URL: https://github.com/apache/camel/pull/19240
Bumps [org.springframework.batch:spring-batch-core](https://github.com/spring-projects/spring-batch) from 5.2.2 to 5.2.3. <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>v5.2.3</h2> <h2>:lady_beetle: Bug fixes</h2> <ul> <li>Incorrect step execution id generation in <code>ResourcelessJobRepository</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4975">#4975</a></li> <li><code>RecordFieldSetMapper</code> fails with <code>Record</code> without components <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4900">#4900</a></li> </ul> <h2>:rocket: Enhancements</h2> <ul> <li>Allow keys other than _id for primary key in <code>MongoItemWriter</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4812">#4812</a></li> <li>Add Redis integration tests <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4892">#4892</a></li> <li>Remove unnecessary reflection in <code>RemoteChunkHandlerFactoryBean</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4839">#4839</a></li> <li>Mark argument to <code>ExitStatus#equals</code> as nullable <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4823">#4823</a></li> <li>Use typesafe variant of <code>ctx::getBean</code> instead <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4803">#4803</a></li> <li>Use <code>jdbcTemplate.queryForStream().findFirst()</code> where appropriate <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4802">#4802</a></li> <li>Reuse existing SQL where feasible <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4801">#4801</a></li> <li>Improve performance of <code>JdbcStepExecutionDao::getStepExecution</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4799">#4799</a></li> <li>Add optimistic locking for meta-data deletion <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4793">#4793</a></li> <li>Improve update sql for optimistic locking <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4792">#4792</a></li> <li>Polish <code>SynchronizationManagerSupport</code> to use <code>Map::computeIfAbsent</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4786">#4786</a></li> <li>Refactor <code>ExitStatus#isRunning</code> for type-safety <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4783">#4783</a></li> <li><code>FlatFileItemReaderBuilder</code> : raise check exception on build <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4757">#4757</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix javadoc in <code>JdbcCursorItemReaderBuilder</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4838">#4838</a></li> <li>Polish code block style and fix typo in <code>whatsnew.adoc</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4901">#4901</a></li> <li>Correct comment in <code>RemoteChunkingJobFunctionalTests</code> <a href="https://redirect.github.com/spring-projects/spring-batch/issues/4822">#4822</a></li> </ul> <h1>🆙 Dependency Upgrades</h1> <ul> <li>Spring Framework: 6.2.11</li> <li>Spring Retry: 2.0.12</li> <li>Micrometer: 1.14.11</li> <li>Spring Integration: 6.4.7</li> <li>Spring AMQP: 3.2.7</li> <li>Spring Kafka: 3.3.10</li> <li>Spring Data: 3.4.10</li> <li>Spring Ldap: 3.2.14</li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who contributed to this release!</p> <hr /> <p>Full change log: <a href="https://github.com/spring-projects/spring-batch/compare/v5.2.2...v5.2.3">https://github.com/spring-projects/spring-batch/compare/v5.2.2...v5.2.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-batch/commit/9e0e39ed8bf17cddd245648b92b0692ccbe8a73d"><code>9e0e39e</code></a> Release version 5.2.3</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/f056a17d3d505ca81263a758f06a9c95e593028d"><code>f056a17</code></a> Update release staging workflow</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/bb22174d5608d6f33098aebaf78613d4e0cd4f0a"><code>bb22174</code></a> Prepare release 5.2.3</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/e8a515a696af1e76380ce658599662e7d5909abe"><code>e8a515a</code></a> Allow keys other than _id for primary key in MongoItemWriter</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/589c82313d69eb88e073117fb20c587a46a293d0"><code>589c823</code></a> Fix step execution id generation in ResourcelessJobRepository</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/8809b45188e8ef300835ff313467d96d18d5a70b"><code>8809b45</code></a> Fix RecordFieldSetMapper for empty record</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/b0d1755fd5f6d3bc8c0db3ba9a0da76b64d74ba6"><code>b0d1755</code></a> Throwing error when TargetType and FieldSetMapper is provided</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/f397d61514abc561a45664f046b57ac0964ad221"><code>f397d61</code></a> Polish SynchronizationManagerSupport to use Map::computeIfAbsent</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/04c0ac0c1faec0f0cd1088af7274ac7b6435a052"><code>04c0ac0</code></a> Use typesafe variant of <code>ctx::getBean</code> instead (<a href="https://redirect.github.com/spring-projects/spring-batch/issues/4803">#4803</a>)</li> <li><a href="https://github.com/spring-projects/spring-batch/commit/f51e9cc5d12abca3176907df6cecd951e3b80d97"><code>f51e9cc</code></a> Add Redis integration tests</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-batch/compare/v5.2.2...v5.2.3">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]
