Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2021

Bumps spring.batch.version from 4.3.2 to 4.3.3.
Updates spring-batch-core from 4.3.2 to 4.3.3

Release notes

Sourced from spring-batch-core's releases.

v4.3.3

🐞 Bug fixes

  • SimpleJobRepository should ignore non-identifying JobParameters #1221
  • Setting item processor property with lambda error #3749
  • Override SimpleStepBuilder.faultTolerant() in FaultTolerantStepBuilder #3840
  • JdbcCursorItemReaderBuilder defaults verifyCursorPosition to false, but its Javadoc says the opposite #3893
  • org.springframework.batch.core.JobParameter.toString may return null #834
  • AvroItemWriter uses GenericDatumWriter instead of SpecificDatumWriter for type that extends SpecificRecordBase #3859

🚀 Enhancements

  • Replace the list used internally by the ListItemReader (ArrayList -> LinkedList) #3782

📔 Documentation

  • Improve code example in "Configuring and Running a Job" section #3888
  • Incorrect code examples in documentation #3889
  • Fix misused 'end()' in examples #3902
  • Fix typo in documentation #3907
Commits
  • 680eac9 [artifactory-release] Release version 4.3.3
  • a4e390e Prepare release 4.3.3
  • 63169f3 Change the order in which datum writer is selected
  • 0f93118 Fix NPE in JobParameters.toProperties on null parameter value
  • 654e3d8 Fix typo in documentation
  • c68c115 Fix misused 'end()' in examples
  • d19f0b5 Replace ArrayList with LinkedList in ListItemReader
  • 50cd6fe Fix code examples in documentation
  • 284b7dc Improve code example in "Configuring and Running a Job" section
  • ff2bcdb Updated verifyCursorPosition default to true in JdbcCursorItemReaderBuilder
  • Additional commits viewable in compare view

Updates spring-batch-test from 4.3.2 to 4.3.3

Release notes

Sourced from spring-batch-test's releases.

v4.3.3

🐞 Bug fixes

  • SimpleJobRepository should ignore non-identifying JobParameters #1221
  • Setting item processor property with lambda error #3749
  • Override SimpleStepBuilder.faultTolerant() in FaultTolerantStepBuilder #3840
  • JdbcCursorItemReaderBuilder defaults verifyCursorPosition to false, but its Javadoc says the opposite #3893
  • org.springframework.batch.core.JobParameter.toString may return null #834
  • AvroItemWriter uses GenericDatumWriter instead of SpecificDatumWriter for type that extends SpecificRecordBase #3859

🚀 Enhancements

  • Replace the list used internally by the ListItemReader (ArrayList -> LinkedList) #3782

📔 Documentation

  • Improve code example in "Configuring and Running a Job" section #3888
  • Incorrect code examples in documentation #3889
  • Fix misused 'end()' in examples #3902
  • Fix typo in documentation #3907
Commits
  • 680eac9 [artifactory-release] Release version 4.3.3
  • a4e390e Prepare release 4.3.3
  • 63169f3 Change the order in which datum writer is selected
  • 0f93118 Fix NPE in JobParameters.toProperties on null parameter value
  • 654e3d8 Fix typo in documentation
  • c68c115 Fix misused 'end()' in examples
  • d19f0b5 Replace ArrayList with LinkedList in ListItemReader
  • 50cd6fe Fix code examples in documentation
  • 284b7dc Improve code example in "Configuring and Running a Job" section
  • ff2bcdb Updated verifyCursorPosition default to true in JdbcCursorItemReaderBuilder
  • 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.2 to 4.3.3.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 69b5f36 on dependabot/maven/spring.batch.version-4.3.3 into aa53c23 on master.

@hazendaz hazendaz merged commit 76fdfc5 into master May 21, 2021
@dependabot dependabot bot deleted the dependabot/maven/spring.batch.version-4.3.3 branch May 21, 2021 02:51
@hazendaz hazendaz self-assigned this May 21, 2021
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