spring-projects / spring-batch-extensions

Spring Batch Extensions
242 stars 258 forks source link

Bump spring.batch.version from 3.0.3.RELEASE to 4.3.1 in /spring-batch-excel #63

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps spring.batch.version from 3.0.3.RELEASE to 4.3.1. Updates spring-batch-core from 3.0.3.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

:rocket: 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.3.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

:rocket: 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](https://github.com/spring-projects/spring-batch-extensions/network/alerts).
dependabot[bot] commented 3 years ago

Looks like these dependencies are up-to-date now, so this is no longer needed.