Skip to content
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

Bump spring-batch.version from 4.3.4 to 4.3.6 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 18, 2022

Bumps spring-batch.version from 4.3.4 to 4.3.6.
Updates spring-batch-infrastructure from 4.3.4 to 4.3.6

Release notes

Sourced from spring-batch-infrastructure's releases.

v4.3.6

🐞 Bug fixes

  • Incorrect job restart with null parameters of type long/double #4087
  • SqlSyntaxErrorException when creating table BATCH_JOB_EXECUTION with db2 v9 #4001
  • StaxEventItemWriter.unclosedHeaderCallbackElements prevents new job execution #4044
  • NPE when creating MongoItemReader using a builder without specifying sorting #4082

🚀 Enhancements

  • Add @Nullable where appropriate in JobExecution and StepExecution #4077
  • Add java.util.UUID to the trusted classes list in Jackson2ExecutionContextStringSerializer #4110

📔 Documentation

  • Incorrect documentation in "4.6.6 Abort a job" section #4037
  • Fix Javadoc of SpringBatchTest annotation #4102
  • Wrong size for BATCH_JOB_INSTANCE.JOB_KEY in Appendix A #4071

🔨 Dependency Upgrades

  • Spring Framework: 5.3.20
  • Spring Retry: 1.3.3
  • Spring AMQP: 2.3.16
  • Spring Data: 2.5.11
  • Spring Integration: 5.5.12
  • Spring Kafka: 2.7.14
  • Spring LDAP: 2.3.8.RELEASE
  • Micrometer: 1.7.12

❤️ Contributors

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

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

... (truncated)

Commits
  • 359e7b2 [artifactory-release] Release version 4.3.6
  • 8866b03 Prepare release 4.3.6
  • 976d791 Add @Nullable where appropriate in JobExecution and StepExecution
  • c2a5028 Add javax.xml.namespace.QName to trusted classes in Jackson serializer
  • 1199740 Add java.util.UUID to trusted classes in Jackson serializer
  • 6c09e95 Update Spring dependencies to latest snapshots
  • 8686671 Fix documentation WRT restarting an abruptly stopped job
  • 6752c97 Fix NPE in MongoItemReader when sorting is not specified through the builder
  • 11b62f4 Fix datasource initialization in MySQLJdbcJobRepositoryTests
  • fdd253a Fix retrieval of null job parameters of type long/double
  • Additional commits viewable in compare view

Updates spring-batch-core from 4.3.4 to 4.3.6

Release notes

Sourced from spring-batch-core's releases.

v4.3.6

🐞 Bug fixes

  • Incorrect job restart with null parameters of type long/double #4087
  • SqlSyntaxErrorException when creating table BATCH_JOB_EXECUTION with db2 v9 #4001
  • StaxEventItemWriter.unclosedHeaderCallbackElements prevents new job execution #4044
  • NPE when creating MongoItemReader using a builder without specifying sorting #4082

🚀 Enhancements

  • Add @Nullable where appropriate in JobExecution and StepExecution #4077
  • Add java.util.UUID to the trusted classes list in Jackson2ExecutionContextStringSerializer #4110

📔 Documentation

  • Incorrect documentation in "4.6.6 Abort a job" section #4037
  • Fix Javadoc of SpringBatchTest annotation #4102
  • Wrong size for BATCH_JOB_INSTANCE.JOB_KEY in Appendix A #4071

🔨 Dependency Upgrades

  • Spring Framework: 5.3.20
  • Spring Retry: 1.3.3
  • Spring AMQP: 2.3.16
  • Spring Data: 2.5.11
  • Spring Integration: 5.5.12
  • Spring Kafka: 2.7.14
  • Spring LDAP: 2.3.8.RELEASE
  • Micrometer: 1.7.12

❤️ Contributors

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

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

... (truncated)

Commits
  • 359e7b2 [artifactory-release] Release version 4.3.6
  • 8866b03 Prepare release 4.3.6
  • 976d791 Add @Nullable where appropriate in JobExecution and StepExecution
  • c2a5028 Add javax.xml.namespace.QName to trusted classes in Jackson serializer
  • 1199740 Add java.util.UUID to trusted classes in Jackson serializer
  • 6c09e95 Update Spring dependencies to latest snapshots
  • 8686671 Fix documentation WRT restarting an abruptly stopped job
  • 6752c97 Fix NPE in MongoItemReader when sorting is not specified through the builder
  • 11b62f4 Fix datasource initialization in MySQLJdbcJobRepositoryTests
  • fdd253a Fix retrieval of null job parameters of type long/double
  • Additional commits viewable in compare view

Updates spring-batch-test from 4.3.4 to 4.3.6

Release notes

Sourced from spring-batch-test's releases.

v4.3.6

🐞 Bug fixes

  • Incorrect job restart with null parameters of type long/double #4087
  • SqlSyntaxErrorException when creating table BATCH_JOB_EXECUTION with db2 v9 #4001
  • StaxEventItemWriter.unclosedHeaderCallbackElements prevents new job execution #4044
  • NPE when creating MongoItemReader using a builder without specifying sorting #4082

🚀 Enhancements

  • Add @Nullable where appropriate in JobExecution and StepExecution #4077
  • Add java.util.UUID to the trusted classes list in Jackson2ExecutionContextStringSerializer #4110

📔 Documentation

  • Incorrect documentation in "4.6.6 Abort a job" section #4037
  • Fix Javadoc of SpringBatchTest annotation #4102
  • Wrong size for BATCH_JOB_INSTANCE.JOB_KEY in Appendix A #4071

🔨 Dependency Upgrades

  • Spring Framework: 5.3.20
  • Spring Retry: 1.3.3
  • Spring AMQP: 2.3.16
  • Spring Data: 2.5.11
  • Spring Integration: 5.5.12
  • Spring Kafka: 2.7.14
  • Spring LDAP: 2.3.8.RELEASE
  • Micrometer: 1.7.12

❤️ Contributors

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

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

... (truncated)

Commits
  • 359e7b2 [artifactory-release] Release version 4.3.6
  • 8866b03 Prepare release 4.3.6
  • 976d791 Add @Nullable where appropriate in JobExecution and StepExecution
  • c2a5028 Add javax.xml.namespace.QName to trusted classes in Jackson serializer
  • 1199740 Add java.util.UUID to trusted classes in Jackson serializer
  • 6c09e95 Update Spring dependencies to latest snapshots
  • 8686671 Fix documentation WRT restarting an abruptly stopped job
  • 6752c97 Fix NPE in MongoItemReader when sorting is not specified through the builder
  • 11b62f4 Fix datasource initialization in MySQLJdbcJobRepositoryTests
  • fdd253a Fix retrieval of null job parameters of type long/double
  • 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.6.

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

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

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

---
updated-dependencies:
- dependency-name: org.springframework.batch:spring-batch-infrastructure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2022
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.

0 participants