Skip to content

Update spring batch to v5.0.1 #786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Update spring batch to v5.0.1 #786

merged 1 commit into from
Feb 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.batch:spring-batch-test (source) 5.0.0 -> 5.0.1 age adoption passing confidence
org.springframework.batch:spring-batch-core (source) 5.0.0 -> 5.0.1 age adoption passing confidence
org.springframework.batch:spring-batch-infrastructure (source) 5.0.0 -> 5.0.1 age adoption passing confidence

Release Notes

spring-projects/spring-batch

v5.0.1

🐞 Bug fixes

  • Missing AOT Hint for JobOperator in Batch 5.0.0 #​4248
  • Missing AOT hints for for types associated with remote chunking #​4307
  • @​StepScope not working when XML namespace activated #​3936
  • Incorrect API contract of JobRepository.deleteJobInstance #​4250
  • SimpleJobRepository.deleteJobExecution does not follow API contract #​4249
  • Inconsistent state validation rules between RepositoryItemReader and RepositoryItemReaderBuilder #​4276
  • ClassCastException in RepositoryItemReader when using Slice instead of Page #​4115
  • Disable BatchTestContextCustomizer after AOT processing #​4286
  • Outdated contract of APIs accepting job parameters as String #​4301
  • ArrayIndexOutOfBoundsException when invoke SimpleJobOperator.start #​4253
  • Cannot run job with LocalDate(Time) job parameters #​4257
  • Illegal argument exception when querying running jobs with Date() parameter #​4270
  • ConversionFailedException when using java.util.Date job parameter #​4297
  • Incorrect handling of default parameter type in JsonJobParametersConverter #​4299
  • Incorrect handling of file deletion in File-based writers #​4203
  • Incorrect notNull assertion on parameter type in JobParameter #​4263
  • Invalid Oracle migration script in 5.0 #​4271
  • Invalid Postgresql migration script in 5.0 #​4260

🚀 Enhancements

  • High memory consumption during long running jobs #​3790
  • Use batch inserts for job parameters #​3867
  • Add default component name in constructor of AvroItemReader #​4285
  • Implement equals and hashCode in Chunk class #​4296
  • Add final modifier to fields of RunIdIncrementer and Job/Step BuilderFactory APIs #​4143
  • Use ExecutionContext map constructor #​3985
  • Optimize ExitStatus#addExitDescription #​3979
  • Spring 6.0.1 and newer requires/prefers compilation with "-parameters" #​4258
  • Remove unused method #​4256

📔 Documentation

  • Incorrect version in Javadoc's since tag of DefaultBatchConfiguration #​4312
  • Indent of Javadoc codes are mixed #​4234
  • Fix typos in Javadocs #​4295
  • Incorrect reference to AbstractJobTests in documentation #​4182
  • Architecture html docs are missing diagrams #​4268
  • Changes to BATCH_JOB_EXECUTION_PARAMS are incorrectly specified in the migration guide #​4259
  • Fix double "before" typo #​4281
  • Incorrect code samples in reference documentation #​4262
  • Fix typo tnew to new in adoc files #​4283

🔨 Dependency Upgrades

  • Spring Framework: 6.0.5
  • Spring Retry: 2.0.0
  • Spring AMQP: 3.0.2
  • Spring Data: 3.0.2
  • Spring Integration: 6.0.3
  • Spring Kafka: 3.0.3
  • Spring LDAP: 3.0.1
  • Micrometer: 1.10.4

🔨 Tasks

  • Move build process to Github Actions #​4128
  • Incorrect deployment descriptor of spring-batch-docs in Artifactory #​4109
  • Deprecate JobOperator.start(String, String) #​4304
  • Deprecate MetaDataInstanceFactory#createJobExecution #​4303
  • Intermittent failure in TaskExecutorRepeatTemplateAsynchronousTests #​3866
  • Intermittent failure in FaultTolerantStepFactoryBeanRollbackTests.testMultithreadedSkipInWriter #​1278
  • Add "v" prefix to git tag names #​4183

❤️ Contributors

We would like to thank all contributors who helped in shipping this release!


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 has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

Coverage Status

Coverage: 89.392%. Remained the same when pulling a219149 on renovate/spring-batch into ca9451d on master.

@hazendaz hazendaz self-assigned this Feb 24, 2023
@hazendaz hazendaz merged commit 3201f70 into master Feb 24, 2023
@renovate renovate bot deleted the renovate/spring-batch branch February 24, 2023 02:30
@kazuki43zoo kazuki43zoo added this to the 3.0.2 milestone May 11, 2023
@kazuki43zoo kazuki43zoo added the dependencies Pull requests that update a dependency file label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants