Skip to content

Bump spring.batch.version from 4.3.3 to 4.3.4 #414

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
Nov 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2021

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

Release notes

Sourced from spring-batch-core's releases.

v4.3.4

🐞 Bug fixes

  • Consider making JobParameters#getParameters() immutable #3980
  • JdbcPagingItemReader with sort key crashes in multithreaded step for empty query #3898
  • BatchTestContextCustomizer does not implement hashCode/equals, preventing context caching #3940
  • "IllegalArgumentException: Only 1 out of 2 arguments could be assigned" using MethodInvokingTaskletAdapter + NamedParameterJdbcTemplate #3794
  • Remove whitespace to support multiple execution statement #3861
  • SimpleJobExplorer#getLastJobExecution does not fetch step executions #3943
  • NPE in JDBC ItemReaders after changes in spring-jdbc's AbstractFallbackSQLExceptionTranslator #3968

📔 Documentation

  • Fix double "the" typo everywhere in source code #3977
  • Fix typos in the document for configuring steps #3965
  • Incorrect content in spring-batch-docs jar #3922
  • Duplicate entries in the documentation distribution file #3917
Commits
  • b39aa79 [artifactory-release] Release version 4.3.4
  • 12d70e4 Prepare release 4.3.4
  • 15b6b68 Update Spring dependencies to latest snapshots
  • 5feea44 Make JobParameters#getParameters() immutable
  • 781faf1 Fix multi-threaded empty read for JdbcPagingItemReader
  • 86d03d0 Implement equals/hashcode in BatchTestContextCustomizer
  • d6178d3 Fix double "the" typo everywhere in source code
  • 3fbf38a Fix HippyMethodInvoker by not considering unsuitable candidates
  • 55b4745 Remove whitespace to support multiple execution statement
  • 8ce37d1 Fix step execution retrieval in SimpleJobExplorer#getLastJobExecution
  • Additional commits viewable in compare view

Updates spring-batch-test from 4.3.3 to 4.3.4

Release notes

Sourced from spring-batch-test's releases.

v4.3.4

🐞 Bug fixes

  • Consider making JobParameters#getParameters() immutable #3980
  • JdbcPagingItemReader with sort key crashes in multithreaded step for empty query #3898
  • BatchTestContextCustomizer does not implement hashCode/equals, preventing context caching #3940
  • "IllegalArgumentException: Only 1 out of 2 arguments could be assigned" using MethodInvokingTaskletAdapter + NamedParameterJdbcTemplate #3794
  • Remove whitespace to support multiple execution statement #3861
  • SimpleJobExplorer#getLastJobExecution does not fetch step executions #3943
  • NPE in JDBC ItemReaders after changes in spring-jdbc's AbstractFallbackSQLExceptionTranslator #3968

📔 Documentation

  • Fix double "the" typo everywhere in source code #3977
  • Fix typos in the document for configuring steps #3965
  • Incorrect content in spring-batch-docs jar #3922
  • Duplicate entries in the documentation distribution file #3917
Commits
  • b39aa79 [artifactory-release] Release version 4.3.4
  • 12d70e4 Prepare release 4.3.4
  • 15b6b68 Update Spring dependencies to latest snapshots
  • 5feea44 Make JobParameters#getParameters() immutable
  • 781faf1 Fix multi-threaded empty read for JdbcPagingItemReader
  • 86d03d0 Implement equals/hashcode in BatchTestContextCustomizer
  • d6178d3 Fix double "the" typo everywhere in source code
  • 3fbf38a Fix HippyMethodInvoker by not considering unsuitable candidates
  • 55b4745 Remove whitespace to support multiple execution statement
  • 8ce37d1 Fix step execution retrieval in SimpleJobExplorer#getLastJobExecution
  • 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.3 to 4.3.4.

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

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

---
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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 93272da on dependabot/maven/spring.batch.version-4.3.4 into 3a5743c on master.

@jeffgbutler jeffgbutler merged commit 7347182 into master Nov 17, 2021
@dependabot dependabot bot deleted the dependabot/maven/spring.batch.version-4.3.4 branch November 17, 2021 12:12
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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy