Skip to content

Bump spring-batch.version from 4.2.4.RELEASE to 4.3.0 #537

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No 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? No Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2020

Bumps spring-batch.version from 4.2.4.RELEASE to 4.3.0.
Updates spring-batch-infrastructure from 4.2.4.RELEASE to 4.3.0

Release notes

Sourced from spring-batch-infrastructure's releases.

v4.3.0-RC1

⭐ New features

  • Add support for annotation based JobExecutionListener in the JobBuilder #817
  • Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConfiguration #3715
  • Add setter for standalone attribute in StaxEventItemWriter #758
  • Add support to use Java 14 records as items #3693
  • Add JpaCursorItemReader implementation #901

🐞 Bug fixes

  • Unable to set partitionOffsets in KafkaItemReaderBuilder #3761

⚠️ Deprecations

  • Deprecate JobExecution#stop() #1605
  • Deprecate MultiResourceItemReader#getCurrentResource #3776
  • Deprecate AbstractNeo4jItemReader #3777
  • Deprecate org.springframework.batch.item.file.transform.Alignment enum #3778
  • Deprecate org.springframework.batch.item.xml.StaxUtils #3779
  • Deprecate the Map-based JobRepository/JobExplorer implementations #3780
  • Deprecate ScheduledJobParametersFactory #3781

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.0-RC1
  • Upgrade to Spring Data 2020.0.0-RC1
  • Upgrade to Spring Integration 5.4.0-M3
  • Upgrade to Spring AMQP 2.3.0-M3
  • Upgrade to Spring for Apache Kafka 2.6.1

v4.3.0-M2

⭐ New features

  • 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

🐞 Bug fixes

  • SimpleCompletionPolicy should have getChunkSize() method #3738

🚀 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

... (truncated)

Commits
  • 60c53a2 [artifactory-release] Release version 4.3.0
  • cd23fef Update dependencies
  • 791cfd5 Polish 0c500794f6ef94d74196facd401d96210cd3a6f8
  • 0c50079 Do not call getName on step/flow - they may be Job/Step scoped proxies
  • fae6c5b Update documentation about step scope usage
  • 559be29 Upgrade JUnit version to 4.13.1
  • df89bb6 Update docs about job scope limitations
  • 24aba13 Downgrade activemq version to 5.15.13
  • a0bcd7c Add ability to amend trusted classes in Jackson2ExecutionContextStringSerializer
  • 15d24b3 Update documentation with expected configuration to use @SpringBatchTest
  • Additional commits viewable in compare view

Updates spring-batch-core from 4.2.4.RELEASE to 4.3.0

Release notes

Sourced from spring-batch-core's releases.

v4.3.0-RC1

⭐ New features

  • Add support for annotation based JobExecutionListener in the JobBuilder #817
  • Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConfiguration #3715
  • Add setter for standalone attribute in StaxEventItemWriter #758
  • Add support to use Java 14 records as items #3693
  • Add JpaCursorItemReader implementation #901

🐞 Bug fixes

  • Unable to set partitionOffsets in KafkaItemReaderBuilder #3761

⚠️ Deprecations

  • Deprecate JobExecution#stop() #1605
  • Deprecate MultiResourceItemReader#getCurrentResource #3776
  • Deprecate AbstractNeo4jItemReader #3777
  • Deprecate org.springframework.batch.item.file.transform.Alignment enum #3778
  • Deprecate org.springframework.batch.item.xml.StaxUtils #3779
  • Deprecate the Map-based JobRepository/JobExplorer implementations #3780
  • Deprecate ScheduledJobParametersFactory #3781

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.0-RC1
  • Upgrade to Spring Data 2020.0.0-RC1
  • Upgrade to Spring Integration 5.4.0-M3
  • Upgrade to Spring AMQP 2.3.0-M3
  • Upgrade to Spring for Apache Kafka 2.6.1

v4.3.0-M2

⭐ New features

  • 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

🐞 Bug fixes

  • SimpleCompletionPolicy should have getChunkSize() method #3738

🚀 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

... (truncated)

Commits
  • 60c53a2 [artifactory-release] Release version 4.3.0
  • cd23fef Update dependencies
  • 791cfd5 Polish 0c500794f6ef94d74196facd401d96210cd3a6f8
  • 0c50079 Do not call getName on step/flow - they may be Job/Step scoped proxies
  • fae6c5b Update documentation about step scope usage
  • 559be29 Upgrade JUnit version to 4.13.1
  • df89bb6 Update docs about job scope limitations
  • 24aba13 Downgrade activemq version to 5.15.13
  • a0bcd7c Add ability to amend trusted classes in Jackson2ExecutionContextStringSerializer
  • 15d24b3 Update documentation with expected configuration to use @SpringBatchTest
  • Additional commits viewable in compare view

Updates spring-batch-test from 4.2.4.RELEASE to 4.3.0

Release notes

Sourced from spring-batch-test's releases.

v4.3.0-RC1

⭐ New features

  • Add support for annotation based JobExecutionListener in the JobBuilder #817
  • Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConfiguration #3715
  • Add setter for standalone attribute in StaxEventItemWriter #758
  • Add support to use Java 14 records as items #3693
  • Add JpaCursorItemReader implementation #901

🐞 Bug fixes

  • Unable to set partitionOffsets in KafkaItemReaderBuilder #3761

⚠️ Deprecations

  • Deprecate JobExecution#stop() #1605
  • Deprecate MultiResourceItemReader#getCurrentResource #3776
  • Deprecate AbstractNeo4jItemReader #3777
  • Deprecate org.springframework.batch.item.file.transform.Alignment enum #3778
  • Deprecate org.springframework.batch.item.xml.StaxUtils #3779
  • Deprecate the Map-based JobRepository/JobExplorer implementations #3780
  • Deprecate ScheduledJobParametersFactory #3781

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.0-RC1
  • Upgrade to Spring Data 2020.0.0-RC1
  • Upgrade to Spring Integration 5.4.0-M3
  • Upgrade to Spring AMQP 2.3.0-M3
  • Upgrade to Spring for Apache Kafka 2.6.1

v4.3.0-M2

⭐ New features

  • 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

🐞 Bug fixes

  • SimpleCompletionPolicy should have getChunkSize() method #3738

🚀 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

... (truncated)

Commits
  • 60c53a2 [artifactory-release] Release version 4.3.0
  • cd23fef Update dependencies
  • 791cfd5 Polish 0c500794f6ef94d74196facd401d96210cd3a6f8
  • 0c50079 Do not call getName on step/flow - they may be Job/Step scoped proxies
  • fae6c5b Update documentation about step scope usage
  • 559be29 Upgrade JUnit version to 4.13.1
  • df89bb6 Update docs about job scope limitations
  • 24aba13 Downgrade activemq version to 5.15.13
  • a0bcd7c Add ability to amend trusted classes in Jackson2ExecutionContextStringSerializer
  • 15d24b3 Update documentation with expected configuration to use @SpringBatchTest
  • 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

Bumps `spring-batch.version` from 4.2.4.RELEASE to 4.3.0.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2020
@hazendaz hazendaz merged commit c1e003f into master Oct 29, 2020
@hazendaz hazendaz self-assigned this Oct 29, 2020
@dependabot dependabot bot deleted the dependabot/maven/spring-batch.version-4.3.0 branch October 29, 2020 13:03
@kazuki43zoo kazuki43zoo added this to the 2.0.6 milestone Nov 7, 2020
No Sign up for free to join this conversation on GitHub. Already have an account? No 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