You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/05/17 12:58:01 UTC

[camel] branch regen_bot updated (b871d2764b5 -> a36c8f0c0d0)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b871d2764b5 (chores) camel-zookeeper-master: fixed IT tests
     add 66998d787d3 CAMEL-19363 - Upgrade Spring Batch to version 5.x
     add 14da5036ee1 CAMEL-19363 - Upgrade Spring Batch to version 5.x
     add a36c8f0c0d0 Sync deps

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 components/camel-spring-batch/pom.xml              | 12 ++++++++++
 .../spring/batch/support/CamelItemReader.java      | 16 +++++++++----
 .../spring/batch/support/CamelItemWriter.java      | 16 ++++++-------
 .../spring/batch/SpringBatchEndpointTest.java      | 16 -------------
 .../component/spring/batch/SpringBatchIT.java      |  2 ++
 ...cherTest.java => SpringBatchJobLauncherIT.java} |  4 +++-
 .../spring/batch/support/CamelItemWriterTest.java  |  5 ++--
 .../spring/batch/springBatchtestContext.xml        | 26 +++++++++++++--------
 .../batch/springBatchtestJobLauncherContext.xml    | 27 ++++++++++++++--------
 parent/pom.xml                                     |  2 +-
 11 files changed, 73 insertions(+), 55 deletions(-)
 rename components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/{SpringBatchJobLauncherTest.java => SpringBatchJobLauncherIT.java} (94%)