chore(deps): update dependency org.springframework.batch:spring-batch-test to v6#972
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
Conversation
20776d4 to
d0b0ac8
Compare
d0b0ac8 to
dd1335a
Compare
7a0cdea to
468c9ee
Compare
468c9ee to
1a25ad9
Compare
1a25ad9 to
ac9c31b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.4→6.0.2Release Notes
spring-projects/spring-batch (org.springframework.batch:spring-batch-test)
v6.0.2⭐ New features
🐞 Bug fixes
CommandLineJobRunnertoCommandLineJobOperator#5227@StepScopeItemProcessor in Multi-threaded ChunkOrientedStep #5183@SpringBatchTestis active #5181🚀 Enhancements
📔 Documentation
🔨 Tasks
🆙 Dependency Upgrades
Spring Framework: 7.0.3
Spring Integration: 7.0.2
Spring AMQP: 4.0.2
Spring Kafka: 4.0.2
Spring Data: 4.0.2
Micrometer: 1.16.2
❤️ Contributors
Thank you to all the contributors who worked on this release:
@wocks1123, @thswlsqls, @xeounxzxu, @LeeHyungGeol, @KMGeon, @HongYeseul, @banseok1216, @quaff, and @songhees
v6.0.1🐞 Bug fixes
BatchStatusremainsCOMPLETEDwhen worker thread write fails #5172RemotePartitioningWorkerStepBuilderdoesn't override all configuration methods fromStepBuilder#5150retry(Class)traverses exception causes,skip(Class)does not #5127ChunkOrientedStep.ChunkTrackeris not reset after step, allowing only a single execution of a particular step #5126JobOperatorTestUtils.getJob()#5123MapJobRegistryregisters discovered Jobs by their bean name instead of their job name #5122SimpleJobOperator.stop()CausesJobExecution.BatchStatus.UNKNOWNafter graceful stop #5120ExecutionContextnot loaded when step execution is queried from the job repository #5117MetaDataInstanceFactory.createStepExecution(JobParameters)does not propagateJobParameterstoStepExecution#5115stop()does not prevent upcoming steps to be executed anymore #5114@EnableMongoJobRepositoryfails with Invalid transaction attribute token: [SERIALIZABLE] #5105EmptyResultDataAccessExceptioninJobRepository.findRunningJobExecutionsfor a completed job execution #5104🚀 Enhancements
ResourcelessJobRepositoryimplementation for testing #5139📔 Documentation
🆙 Dependency Upgrades
Spring Framework: 7.0.2
Spring Integration: 7.0.1
Spring AMQP: 4.0.1
Spring Kafka: 4.0.1
Spring Data: 4.0.1
Spring Ldap: 4.0.1
Micrometer: 1.16.1
❤️ Contributors
Thank you to all the contributors who worked on this release:
@arey, @cppwfs, @quaff, @benelog, @banseok1216, @KILL9-NO-MERCY, @janossch, @therepanic
Full Changelog: spring-projects/spring-batch@v6.0.0...v6.0.1
v6.0.0Spring Batch 6.0 is a major release that comes with several new features, enhancements, and bug fixes. This release introduces a number of API breaking changes and deprecations. Please refer to the migration guide for the full list of changes.
⭐ New features
MessageChannels #4719MapJobRegistrysmart enough to auto register jobs defined in the application context #4855MessageChannelPartitionHandlerusable with any job repository implementations #4917Jobinterface a functional interface #4966Stepinterface a functional interface #4976StepExecutionparameter toStoppableTasklet.stop()#4703ItemWriterwithCompositeItemWriterexpecting different item types #4735🚀 Enhancements
JobRepository#4718JdbcStepExecutionDao::getStepExecution#4799JobOperatorAPI by using domain types instead of primitive types #4845JobOperatorby reducing its scope to job operations only #4833core.listenerpackage #4867core.explorepackage undercore.repository#4827org.springframework.batch.core.partition#4849JobKeyGeneratorinterface #4886JobFactoryin `JobRegistry`` #4854JobExplorerinSimpleJobOperator#4817JobExplorerbean registration from the default batch configuration #4825SimpleJobOperatortoTaskExecutorJobOperator#4834JobRepositoryFactoryBeantoJdbcJobRepositoryFactoryBean#4829FlatFileItemReaderBuilder: raise check exception on build #4757JobOperatorextendJobLauncher#4832JobRepositoryextendJobExplorer#4824JobExplorer/JobInstanceDaoAPIs #4821ErrorProne, fix compiler warnings #4807testErrorMessageWhenNoLineTokenizerWasProvided#4883ExitStatus#isRunningfor type-safety #4783ExitStatus#equalsas nullable #4823ctx::getBeaninstead #4803jdbcTemplate.queryForStream().findFirst()where appropriate #4802JobRegistryoptional in the default batch configuration #4971JobOperatorFactoryBean#4970JdbcStepExecutionDao::getLastStepExecution#4798MongoStepExecutionDao#5061StepExecution#getSummary#5025DefaultFieldSet.indexOf()method #4930MessageChannelPartitionHandler::receiveReplies#4776🐞 Bug fixes
JobParametersIncrementer#4910ResourcelessJobRepository#4975@AfterChunk/@BeforeChunkannotation javadoc to current implementation #4961RecordFieldSetMapperfails withRecordwithout components #4900JsonObjectReaderfails to read JSON array format due to Jackson 3.0FAIL_ON_TRAILING_TOKENSdefault change #5047ChunkOrientedStep: UnnecessaryItemReader.read()calls when chunk size exceeds item count #5048JobParameterconstructor validates wrong parameter (value instead of name) #5049JobOperatorTestUtilsconstructor #5051ChunkOrientedStepBuilderthrowsIllegalArgumentExceptionwhen retry() is used(configured) without retryLimit() #5068ChunkOrientedStepBuilderthrowsIllegalArgumentExceptionwhen skip() is used(configured) without skipLimit() #5069MongoJobExecutionDaodoesn't handle temporal job parameter types correctly #5063StepExecutionListener#afterStep#4362TopicPartitionfromJobRepository#3797JobExecutionDao#5062OptimisticLockingFailureExceptioncaused byjobExecutionDao.updateJobExecution(jobExecution)#5022StepContext.getJobParameters()#5041RecursiveCollectionLineAggregator.aggregate()fails on empty collection input #5023JdbcJobExecutionDao#5044📖 Documentation updates
whatsnew.adoc#4901JdbcCursorItemReaderBuilder#4838JobInstanceDao#getJobNamesmethod #5043🆙 Dependency Upgrades
🔨 Tasks
JobExplorerwithJobRepositoryinRemoteStepExecutionAggregator#4928JobExplorerwithJobRepositoryinSystemCommandTasklet#4927JobLauncherwithJobOperatorinJobLaunchingGatewayandJobLaunchingMessageHandler#4924JobLauncherwithJobOperatorinJobStep#4923JobExplorerwithJobRepositoryinStepExecutionRequestHandler#4918JobLauncherTestUtilstoJobOperatorTestUtils#4920JobExplorerFactoryBeantoJdbcJobExplorerFactoryBean#4846StepRunner#4921EnableBatchProcessing#4866JobExplorerinBatchIntegrationConfiguration#4919❤️ Contributors
Many thanks to all contributors who made this release possible!
@darth-raijin, @itis821, @jbotuck, @martinfrancois, @noojung, @patrickwinti, @sieunie, @sjiwon, @therepanic, @thelightway24, @ch200203, @monnetchr, @Chienlin1014, @lucas-gautier, @PENEKhun, @kyb4312.
A special thanks to @scordio , @quaff and @KILL9-NO-MERCY for their amazing feedback and numerous contributions 🙏
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.