Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Confidence
org.springframework.batch:spring-batch-test (source) 6.0.0 -> 6.0.1 age confidence
org.springframework.batch:spring-batch-core (source) 6.0.0 -> 6.0.1 age confidence

Release Notes

spring-projects/spring-batch (org.springframework.batch:spring-batch-test)

v6.0.1

Compare Source

🐞 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling e948262 on renovate/spring-batch
into c510ba1 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants