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

   Bumps 
[org.springframework.batch:spring-batch-core](https://github.com/spring-projects/spring-batch)
 from 5.1.2 to 5.2.0.
   <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.0</h2>
   <h2>:star: New features</h2>
   <ul>
   <li>Add support for MongoDB as JobRepository <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/877";>#877</a></li>
   <li>Introduce a resourceless job repository implementation <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4679";>#4679</a></li>
   <li>Add adapters for Java functional interfaces <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4672";>#4672</a></li>
   <li>Add ability to customize the job parameters converter in the default 
batch configuration <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4650";>#4650</a></li>
   <li>Add <code>CompositeItemReader</code> analogous to 
<code>CompositeItemWriter</code> and <code>CompositeItemProcessor</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/757";>#757</a></li>
   <li>Allow dependent steps to start concurrently <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/2044";>#2044</a></li>
   <li>Add blocking queue item reader/writer to enable implementing the staged 
event-driven architecture in batch jobs <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/2350";>#2350</a></li>
   <li>Add support for data classes in <code>JdbcCursorItemReaderBuilder</code> 
&amp; <code>JdbcPagingItemReaderBuilder</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4578";>#4578</a></li>
   <li>Add support for query hints in JPA item readers <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4479";>#4479</a></li>
   <li>Add possibility to configure line separator in 
<code>RecursiveCollectionLineAggregator</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4594";>#4594</a></li>
   <li>Add <code>JobRegistrySmartInitializingSingleton</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4521";>#4521</a></li>
   <li>Add DatabaseType <code>POSTGRES</code> for the product name 
<code>EnterpriseDB</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4627";>#4627</a></li>
   <li>Revisit the mechanism of job registration <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4547";>#4547</a></li>
   </ul>
   <h2>:lady_beetle: Bug fixes</h2>
   <ul>
   <li>Incorrect bean configuration in <code>DefaultBatchConfiguration</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4543";>#4543</a></li>
   <li><code>BeanPostProcessorChecker.postProcessAfterInitialization</code> 
WARNING after upgrade spring-framework-6.1.0 <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4489";>#4489</a></li>
   <li>Possible duplicate state transitions in flow definition <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/3674";>#3674</a></li>
   <li>Order of Transition Elements Still Does Not completely adhere to 
documentation <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/3996";>#3996</a></li>
   <li>Memory leak in <code>MessageChannelPartitionHandler</code> when polling 
the database <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4598";>#4598</a></li>
   <li><code>ListItemWriter&lt;T&gt;::getWrittenItems</code> has bad wildcard 
return type <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4576";>#4576</a></li>
   <li><code>SimpleBinaryBufferedReaderFactory</code> misses line endings <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/811";>#811</a></li>
   <li><code>StepExecution.getEndTime()</code> returns null in 
<code>StepExecutionListener.afterStep()</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/3846";>#3846</a></li>
   <li>Default value for <code>ignoreWarnings</code> in 
<code>JdbcCursorItemReaderBuilder</code> does not align with documentation <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4570";>#4570</a></li>
   <li>Remote partitioning doesn't work if you're using graalvm <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4564";>#4564</a></li>
   <li><code>SystemCommandTasklet</code> does not propagate errors <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4483";>#4483</a></li>
   <li>Incorrect Chunk property value in implementation of 
<code>ItemWriter</code> write method <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4560";>#4560</a></li>
   <li>Incorrect step configuration when setting the taskExecutor before 
<code>faultTolerant()</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4438";>#4438</a></li>
   <li>Incorrect deprecation in <code>MongoPagingItemReader</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4552";>#4552</a></li>
   <li><code>JobRepository.deleteJobInstance()</code> Fails with Foreign Key 
Constraint Violation if Job Executions have Step Executions <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4382";>#4382</a></li>
   <li><code>DefaultJobParametersConverter</code> throws 
<code>java.lang.ArrayIndexOutOfBoundsException</code> if input is empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4505";>#4505</a></li>
   <li>Wrong column types in <code>JdbcStepExecutionDao</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4648";>#4648</a></li>
   <li><code>MongoStepExecutionDao</code> returns an different stepExecution if 
a job has multiple steps 
spring-projects-experimental/spring-batch-experimental/issues/3</li>
   <li></li>
   </ul>
   <h2>:rocket: Enhancements</h2>
   <ul>
   <li>Bad performance of <code>GET_LAST_STEP_EXECUTION</code> query on DB2 
with large <code>STEP_EXECUTION</code> table <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4657";>#4657</a></li>
   <li>Use <code>Threadlocal.remove()</code> instead of 
<code>Threadlocal.set(null)</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4601";>#4601</a></li>
   <li>Performance issue in <code>DefaultFieldSet</code> due to the usage of 
<code>SimpleDateFormat</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/1694";>#1694</a></li>
   <li>Improve Error Messages in <code>JobParametersBuilder</code> methods <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4581";>#4581</a></li>
   <li>Implement <code>jumpToItem</code> in <code>JsonItemReader</code> <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4557";>#4557</a></li>
   <li>Maintain similar ordering of elements between 
<code>DefaultStateTransitionComparator</code> and <code>FlowJobBuilder</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4527";>#4527</a></li>
   <li>Avoid collection copying <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4553";>#4553</a></li>
   <li>Make util classes to follow code style guide <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4545";>#4545</a></li>
   <li>Use annotation <code>@Override</code> consistently <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4512";>#4512</a></li>
   <li>Check dirty flag of step execution context before update in inner loop 
<a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4503";>#4503</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/ade546bf0eff6fc6e8c39f4e7a774f4e865b0d2c";><code>ade546b</code></a>
 Release version 5.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/6af3d7feaf76cbee3544c6cdc174378ded6f376d";><code>6af3d7f</code></a>
 Prepare release 5.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/1105d22916e00b6975a7dd6b69c41836648931c8";><code>1105d22</code></a>
 Update javadocs</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/0d425690ff6ab92b9aa33fecc442fb44a5e4fa72";><code>0d42569</code></a>
 Update what is new section</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/69310604b34075025f70bdc46e513675bb69d065";><code>6931060</code></a>
 Update MongoDB sample</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/50a41a3cb024e2b24a496dcf32e3d53ffb3921ba";><code>50a41a3</code></a>
 Optimize sequence handling in MongoDB job repository</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/6c330d6bd13dab495cd26173061a3ea76cfba962";><code>6c330d6</code></a>
 Refine contribution <a 
href="https://redirect.github.com/spring-projects/spring-batch/issues/4668";>#4668</a></li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/fd45d32239c65892c7e2e1fb2e67414bcb5eadb4";><code>fd45d32</code></a>
 Update skipLimit default value to 10</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/fc1f3fcfc791196273b1249157c4e860b1df9025";><code>fc1f3fc</code></a>
 Update latest news in README.md</li>
   <li><a 
href="https://github.com/spring-projects/spring-batch/commit/cf44ca834b94de1cec9d82263da1564b44956017";><code>cf44ca8</code></a>
 Next development version</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-batch/compare/v5.1.2...v5.2.0";>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.1.2&new-version=5.2.0)](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