Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

Bumps org.springframework.batch:spring-batch-core from 5.2.4 to 6.0.1.

Release notes

Sourced from org.springframework.batch:spring-batch-core's releases.

v6.0.1

🐞 Bug fixes

  • Local Chunking: BatchStatus remains COMPLETED when worker thread write fails #5172
  • RemotePartitioningWorkerStepBuilder doesn't override all configuration methods from StepBuilder #5150
  • Step execution no longer persisted after partitioner creates the context #5138
  • Fault-tolerant step: retry(Class) traverses exception causes, skip(Class) does not #5127
  • ChunkOrientedStep.ChunkTracker is not reset after step, allowing only a single execution of a particular step #5126
  • Incorrect deprecation warning in JobOperatorTestUtils.getJob() #5123
  • MapJobRegistry registers discovered Jobs by their bean name instead of their job name #5122
  • StepExecution Update in SimpleJobOperator.stop() Causes JobExecution.BatchStatus.UNKNOWN after graceful stop #5120
  • ExecutionContext not loaded when step execution is queried from the job repository #5117
  • MetaDataInstanceFactory.createStepExecution(JobParameters) does not propagate JobParameters to StepExecution #5115
  • stop() does not prevent upcoming steps to be executed anymore #5114
  • @EnableMongoJobRepository fails with Invalid transaction attribute token: [SERIALIZABLE] #5105
  • EmptyResultDataAccessException in JobRepository.findRunningJobExecutions for a completed job execution #5104
  • Partitioned step stops processing when first partition is finished in new chunk processing implementation #5099
  • Minor logging issue when a step or job completes instantly #5037

🚀 Enhancements

  • Enhance ResourcelessJobRepository implementation for testing #5139
  • Introduce schema-drop-mongodb.jsonl #5155
  • Improve retrieval of running job executions #5131

📔 Documentation

  • Fix typo in testing.adoc startJob method name #5148
  • Fix some misspelling in the docs #5111
  • Class JobParametersInvalidException mentioned in "Spring Batch 6.0 Migration Guide" but is not available in 6.0.0 #5152

🆙 Dependency Upgrades

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

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​arey, @​cppwfs, @​quaff, @​benelog, @​banseok1216, @​KILL9-NO-MERCY, @​janossch, @​therepanic


Full Changelog: spring-projects/spring-batch@v6.0.0...v6.0.1

... (truncated)

Commits
  • ae9e65a Release version 6.0.1
  • 3681784 Prepare release 6.0.1
  • 6de6bc6 Update nullability check in SpELItemKeyMapper
  • 82121a5 Fix workers failure handling in local chunking
  • 5edb62f Align skip policy with retry cause traversal and fix write-path behavior
  • 1d50d82 Fix duration formatting when a step or job completes instantly
  • 644d7e6 Fix optimistic locking and add interruption check in ChunkOrientedStep
  • 98c10cd Update CLI instructions in graceful shutdown sample
  • 9d3011a Generate unique names for embedded databases in tests
  • a5b94ba Fix outdated database schema in TablePrefixTests
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [org.springframework.batch:spring-batch-core](https://github.com/spring-projects/spring-batch) from 5.2.4 to 6.0.1.
- [Release notes](https://github.com/spring-projects/spring-batch/releases)
- [Commits](spring-projects/spring-batch@v5.2.4...v6.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.batch:spring-batch-core
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 18, 2025
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@oscerd oscerd closed this Dec 18, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.batch-spring-batch-core-6.0.1 branch December 18, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant