Skip to content

Bump spring.batch.version from 4.3.4 to 4.3.5 #457

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, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2022

Bumps spring.batch.version from 4.3.4 to 4.3.5.
Updates spring-batch-core from 4.3.4 to 4.3.5

Release notes

Sourced from spring-batch-core's releases.

v4.3.5

🐞 Bug fixes

  • Adjust h2 schema to work with v2.0.x #4043
  • Adjust H2PagingQueryProvider to work with v2.x #4047

🚀 Enhancements

  • Simplify GET_LAST_STEP_EXECUTION #3997
  • Make countStepExecutions access batch_job_execution only once #3876
  • Add @Nullable to StepExecution::endTime #4034
  • Collection's empty data check using CollectionUtils.isEmpty #4021
  • Check arguments of MongoItemReader#setSort #4014

📔 Documentation

  • Add example for in-memory repository, with no deprecated classes #4016
  • Document default types of beans registered by EnableBatchProcessing annotation #3993
  • Fix Javadoc of FaultTolerantChunkProvider #4029
  • Fix typos in documentation #4010
Commits
  • d588027 [artifactory-release] Release version 4.3.5
  • 9deaa16 Add example for in-memory job repository with an embedded database
  • 6417065 Check arguments of MongoItemReader#setSort
  • d8b8bab Update Xstream to version 1.4.19
  • a396796 Update dependencies
  • 721d0bb change parameterValues check -> CollectionUtils.isEmpty
  • 01a80f8 Fix typos in documentation
  • 73bfaf3 Fix javadoc of FaultTolerantChunkProvider
  • b919921 Add @​Nullable to StepExecution::getEndTime
  • d0d0c7d Upgrade Spring dependencies to latest snapshots
  • Additional commits viewable in compare view

Updates spring-batch-test from 4.3.4 to 4.3.5

Release notes

Sourced from spring-batch-test's releases.

v4.3.5

🐞 Bug fixes

  • Adjust h2 schema to work with v2.0.x #4043
  • Adjust H2PagingQueryProvider to work with v2.x #4047

🚀 Enhancements

  • Simplify GET_LAST_STEP_EXECUTION #3997
  • Make countStepExecutions access batch_job_execution only once #3876
  • Add @Nullable to StepExecution::endTime #4034
  • Collection's empty data check using CollectionUtils.isEmpty #4021
  • Check arguments of MongoItemReader#setSort #4014

📔 Documentation

  • Add example for in-memory repository, with no deprecated classes #4016
  • Document default types of beans registered by EnableBatchProcessing annotation #3993
  • Fix Javadoc of FaultTolerantChunkProvider #4029
  • Fix typos in documentation #4010
Commits
  • d588027 [artifactory-release] Release version 4.3.5
  • 9deaa16 Add example for in-memory job repository with an embedded database
  • 6417065 Check arguments of MongoItemReader#setSort
  • d8b8bab Update Xstream to version 1.4.19
  • a396796 Update dependencies
  • 721d0bb change parameterValues check -> CollectionUtils.isEmpty
  • 01a80f8 Fix typos in documentation
  • 73bfaf3 Fix javadoc of FaultTolerantChunkProvider
  • b919921 Add @​Nullable to StepExecution::getEndTime
  • d0d0c7d Upgrade Spring dependencies to latest snapshots
  • Additional commits viewable in compare view

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 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 `spring.batch.version` from 4.3.4 to 4.3.5.

Updates `spring-batch-core` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/spring-projects/spring-batch/releases)
- [Commits](spring-projects/spring-batch@4.3.4...4.3.5)

Updates `spring-batch-test` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/spring-projects/spring-batch/releases)
- [Commits](spring-projects/spring-batch@4.3.4...4.3.5)

---
updated-dependencies:
- dependency-name: org.springframework.batch:spring-batch-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.batch:spring-batch-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6f8895f on dependabot/maven/spring.batch.version-4.3.5 into f2a03da on master.

@jeffgbutler jeffgbutler merged commit e7ce648 into master Feb 24, 2022
@dependabot dependabot bot deleted the dependabot/maven/spring.batch.version-4.3.5 branch February 24, 2022 12:27
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.

2 participants