dependabot[bot] opened a new pull request, #20483:
URL: https://github.com/apache/camel/pull/20483

   Bumps 
[org.springframework.batch:spring-batch-core](https://github.com/spring-projects/spring-batch)
 from 5.2.4 to 6.0.1.
   <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.1</h2>
   <h2>:lady_beetle: Bug fixes</h2>
   <ul>
   <li>Local Chunking: <code>BatchStatus</code> remains <code>COMPLETED</code> 
when worker thread write fails <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5172";>#5172</a></li>
   <li><code>RemotePartitioningWorkerStepBuilder</code> doesn't override all 
configuration methods from <code>StepBuilder</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5150";>#5150</a></li>
   <li>Step execution no longer persisted after partitioner creates the context 
<a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5138";>#5138</a></li>
   <li>Fault-tolerant step: <code>retry(Class)</code> traverses exception 
causes, <code>skip(Class)</code> does not <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5127";>#5127</a></li>
   <li><code>ChunkOrientedStep.ChunkTracker</code> is not reset after step, 
allowing only a single execution of a particular step <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5126";>#5126</a></li>
   <li>Incorrect deprecation warning in 
<code>JobOperatorTestUtils.getJob()</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5123";>#5123</a></li>
   <li><code>MapJobRegistry</code> registers discovered Jobs by their bean name 
instead of their job name <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5122";>#5122</a></li>
   <li>StepExecution Update in <code>SimpleJobOperator.stop()</code> Causes 
<code>JobExecution.BatchStatus.UNKNOWN</code> after graceful stop <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5120";>#5120</a></li>
   <li><code>ExecutionContext</code> not loaded when step execution is queried 
from the job repository <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5117";>#5117</a></li>
   <li><code>MetaDataInstanceFactory.createStepExecution(JobParameters)</code> 
does not propagate <code>JobParameters</code> to <code>StepExecution</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5115";>#5115</a></li>
   <li><code>stop()</code> does not prevent upcoming steps to be executed 
anymore <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5114";>#5114</a></li>
   <li><code>@EnableMongoJobRepository</code> fails with Invalid transaction 
attribute token: [SERIALIZABLE] <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5105";>#5105</a></li>
   <li><code>EmptyResultDataAccessException</code> in 
<code>JobRepository.findRunningJobExecutions</code> for a completed job 
execution <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5104";>#5104</a></li>
   <li>Partitioned step stops processing when first partition is finished in 
new chunk processing implementation <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5099";>#5099</a></li>
   <li>Minor logging issue when a step or job completes instantly <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5037";>#5037</a></li>
   </ul>
   <h2>:rocket: Enhancements</h2>
   <ul>
   <li>Enhance <code>ResourcelessJobRepository</code> implementation for 
testing <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5139";>#5139</a></li>
   <li>Introduce schema-drop-mongodb.jsonl <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5155";>#5155</a></li>
   <li>Improve retrieval of running job executions <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5131";>#5131</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in testing.adoc startJob method name <a 
href="https://redirect.github.com/spring-projects/spring-batch/pull/5148";>#5148</a></li>
   <li>Fix some misspelling in the docs <a 
href="https://redirect.github.com/spring-projects/spring-batch/pull/5111";>#5111</a></li>
   <li>Class JobParametersInvalidException mentioned in &quot;Spring Batch 6.0 
Migration Guide&quot; but is not available in 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/5152";>#5152</a></li>
   </ul>
   <h2>🆙  Dependency Upgrades</h2>
   <p>Spring Framework: 7.0.2
   Spring Integration: 7.0.1
   Spring AMQP: 4.0.1
   Spring Kafka: 4.0.1
   Spring Data: 4.0.1
   Spring Ldap: 4.0.1
   Micrometer: 1.16.1</p>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/arey";><code>@​arey</code></a>, <a 
href="https://github.com/cppwfs";><code>@​cppwfs</code></a>, <a 
href="https://github.com/quaff";><code>@​quaff</code></a>, <a 
href="https://github.com/benelog";><code>@​benelog</code></a>, <a 
href="https://github.com/banseok1216";><code>@​banseok1216</code></a>, <a 
href="https://github.com/KILL9-NO-MERCY";><code>@​KILL9-NO-MERCY</code></a>, <a 
href="https://github.com/janossch";><code>@​janossch</code></a>, <a 
href="https://github.com/therepanic";><code>@​therepanic</code></a></p>
   <hr />
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/spring-projects/spring-batch/compare/v6.0.0...v6.0.1";>https://github.com/spring-projects/spring-batch/compare/v6.0.0...v6.0.1</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/ae9e65aa12b18ff031ca967b3553fdf6d07870d0";><code>ae9e65a</code></a>
 Release version 6.0.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/3681784b6245366363cfa3a30de5e6211dad2b0f";><code>3681784</code></a>
 Prepare release 6.0.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/6de6bc68e5c8f5050b4221c62aca882025a58200";><code>6de6bc6</code></a>
 Update nullability check in SpELItemKeyMapper</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/82121a59872e018b1c98cbe68345fde716cd2e60";><code>82121a5</code></a>
 Fix workers failure handling in local chunking</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/5edb62f0c818f4505804b46b45f5843556e6e826";><code>5edb62f</code></a>
 Align skip policy with retry cause traversal and fix write-path behavior</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/1d50d829907a580fe3aea5b6a17859a418e478b9";><code>1d50d82</code></a>
 Fix duration formatting when a step or job completes instantly</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/644d7e6997c4e29822be580dab8e6f65713e17be";><code>644d7e6</code></a>
 Fix optimistic locking and add interruption check in ChunkOrientedStep</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/98c10cd981b5f4ddc65e7071f6a603a3781514fd";><code>98c10cd</code></a>
 Update CLI instructions in graceful shutdown sample</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/9d3011a062ac11ac195bc49ee7e55bd36134b684";><code>9d3011a</code></a>
 Generate unique names for embedded databases in tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/a5b94bad290b7984fba9cc0bcaedc44d52a4d69c";><code>a5b94ba</code></a>
 Fix outdated database schema in TablePrefixTests</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-batch/compare/v5.2.4...v6.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.batch:spring-batch-core&package-manager=maven&previous-version=5.2.4&new-version=6.0.1)](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]

Reply via email to