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 3.0.2.RELEASE to 4.3.1 in /spring-data-batch #2

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 Mar 7, 2021

Bumps spring.batch.version from 3.0.2.RELEASE to 4.3.1.
Updates spring-batch-core from 3.0.2.RELEASE to 4.3.1

Release notes

Sourced from spring-batch-core's releases.

v4.3.1

🐞 Bug fixes

  • After restarting a failed job using RunIdIncrementer, all subsequent job launches throw ClassCastException #3799
  • Use isQuoteCharacter instead of direct char comparison in DelimitedLineTokenizer #682
  • Incorrect behaviour of RepositoryItemReader#jumpToItem() on restart #1074
  • Do not throw NPE for job instances without executions #3798

πŸš€ Enhancements

  • kafkaTemplate in KafkaItemWriter should be protected #3802

v4.3.0

⭐ New features

  • Add support to use Java 14 records as items #3693
  • Add JpaCursorItemReader implementation #901
  • Add setter for standalone attribute in StaxEventItemWriter #758
  • Add ability to start reading from a custom offset in KafkaItemReader #737
  • Add encoding parameter in StaxEventItemReader #807
  • Add job name tag to spring.batch.job.active metric #3750
  • Add getUniqueJobParametersBuilder() method in JobLauncherTestUtils #767
  • Add JobParametersIncrementer implementation based on a DataFieldMaxValueIncrementer #1521
  • Add SynchronizedItemStreamWriter #842
  • Add beanRowMapper method to JdbcPagingItemReaderBuilder #819
  • Add support for named queries in JpaPagingItemReader #1667
  • Add support for annotation based JobExecutionListener in the JobBuilder #817
  • Meta-annotate @SpringBatchTest with @ExtendWith(SpringExtension.class) #3647
  • Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConfiguration #3715

πŸš€ Enhancements

  • Add connection parameter to AbstractCursorItemReader#cleanupOnClose #735
  • BulkOperations API Implementation for Remove Operations in MongoItemWriter #3737
  • StaxEventItemReader#isFragmentRootElementName method should be protected #1020
  • Let FlatFileItemReader comment detection logic be customizable #1134
  • Performance issues in SimpleJobRepository.getStepExecutionCount #3657
  • Slow SQL in JdbcStepExecutionDao on Postgres #3634
  • Improve TransactionAwareBufferedWriter efficiency #1166
  • Improve performance in JdbcStepExecutionDao #3710
  • Make RepositoryItemWriter use CrudRepository#saveAll by default #3720
  • Use BulkOperations API in MongoItemWriter #3713
  • Add ability to amend trusted classes in Jackson2ExecutionContextStringSerializer #3765
  • Improve formatting of IllegalArgumentException message thrown by DefaultExecutionContextSerializer #3636

🐞 Bug fixes

  • Unable to set partitionOffsets in KafkaItemReaderBuilder #3761
  • SimpleCompletionPolicy should have getChunkSize() method #3738
  • Unable to set usePersist parameter with JpaItemWriterBuilder #3655

... (truncated)

Commits
  • 28a8b09 [artifactory-release] Release version 4.3.1
  • 84ff6da Update dependencies
  • 5c1a608 Polish contribution feb46fd3f74716db42e2d34639d4a6952e7267e5
  • 644e243 Make kafkaTemplate protected in KafkaItemWriter
  • 72b019b Add maven central to buildscript repository
  • e0369d3 Update build to resolve dependencies from maven central first
  • 18ae02a Fix NullPointerException when creating job executions for job instances witho...
  • 0a11682 Polish contribution cbdb251441968197aca805cdda4e634ab8542c39
  • 95f11fa Fix incorrect behaviour of RepositoryItemReader#jumpToItem() on restart
  • 613f425 Use isQuoteCharacter instead of direct char comparison in DelimitedLineTokenizer
  • Additional commits viewable in compare view

Updates spring-batch-infrastructure from 3.0.2.RELEASE to 4.3.1

Release notes

Sourced from spring-batch-infrastructure's releases.

v4.3.1

🐞 Bug fixes

  • After restarting a failed job using RunIdIncrementer, all subsequent job launches throw ClassCastException #3799
  • Use isQuoteCharacter instead of direct char comparison in DelimitedLineTokenizer #682
  • Incorrect behaviour of RepositoryItemReader#jumpToItem() on restart #1074
  • Do not throw NPE for job instances without executions #3798

πŸš€ Enhancements

  • kafkaTemplate in KafkaItemWriter should be protected #3802

v4.3.0

⭐ New features

  • Add support to use Java 14 records as items #3693
  • Add JpaCursorItemReader implementation #901
  • Add setter for standalone attribute in StaxEventItemWriter #758
  • Add ability to start reading from a custom offset in KafkaItemReader #737
  • Add encoding parameter in StaxEventItemReader #807
  • Add job name tag to spring.batch.job.active metric #3750
  • Add getUniqueJobParametersBuilder() method in JobLauncherTestUtils #767
  • Add JobParametersIncrementer implementation based on a DataFieldMaxValueIncrementer #1521
  • Add SynchronizedItemStreamWriter #842
  • Add beanRowMapper method to JdbcPagingItemReaderBuilder #819
  • Add support for named queries in JpaPagingItemReader #1667
  • Add support for annotation based JobExecutionListener in the JobBuilder #817
  • Meta-annotate @SpringBatchTest with @ExtendWith(SpringExtension.class) #3647
  • Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConfiguration #3715

πŸš€ Enhancements

  • Add connection parameter to AbstractCursorItemReader#cleanupOnClose #735
  • BulkOperations API Implementation for Remove Operations in MongoItemWriter #3737
  • StaxEventItemReader#isFragmentRootElementName method should be protected #1020
  • Let FlatFileItemReader comment detection logic be customizable #1134
  • Performance issues in SimpleJobRepository.getStepExecutionCount #3657
  • Slow SQL in JdbcStepExecutionDao on Postgres #3634
  • Improve TransactionAwareBufferedWriter efficiency #1166
  • Improve performance in JdbcStepExecutionDao #3710
  • Make RepositoryItemWriter use CrudRepository#saveAll by default #3720
  • Use BulkOperations API in MongoItemWriter #3713
  • Add ability to amend trusted classes in Jackson2ExecutionContextStringSerializer #3765
  • Improve formatting of IllegalArgumentException message thrown by DefaultExecutionContextSerializer #3636

🐞 Bug fixes

  • Unable to set partitionOffsets in KafkaItemReaderBuilder #3761
  • SimpleCompletionPolicy should have getChunkSize() method #3738
  • Unable to set usePersist parameter with JpaItemWriterBuilder #3655

... (truncated)

Commits
  • 28a8b09 [artifactory-release] Release version 4.3.1
  • 84ff6da Update dependencies
  • 5c1a608 Polish contribution feb46fd3f74716db42e2d34639d4a6952e7267e5
  • 644e243 Make kafkaTemplate protected in KafkaItemWriter
  • 72b019b Add maven central to buildscript repository
  • e0369d3 Update build to resolve dependencies from maven central first
  • 18ae02a Fix NullPointerException when creating job executions for job instances witho...
  • 0a11682 Polish contribution cbdb251441968197aca805cdda4e634ab8542c39
  • 95f11fa Fix incorrect behaviour of RepositoryItemReader#jumpToItem() on restart
  • 613f425 Use isQuoteCharacter instead of direct char comparison in DelimitedLineTokenizer
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/spring-data-batch/spring.batch.version-4.3.1 branch from 3d8005b to aab0774 Compare March 12, 2021 22:40
Bumps `spring.batch.version` from 3.0.2.RELEASE to 4.3.1.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

None yet

0 participants