Update dependency org.springframework.batch:spring-batch-core to v5.2.0 #871
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.1.2
->5.2.0
Release Notes
spring-projects/spring-batch (org.springframework.batch:spring-batch-core)
v5.2.0
Compare Source
⭐ New features
CompositeItemReader
analogous toCompositeItemWriter
andCompositeItemProcessor
#757JdbcCursorItemReaderBuilder
&JdbcPagingItemReaderBuilder
#4578RecursiveCollectionLineAggregator
#4594JobRegistrySmartInitializingSingleton
#4521POSTGRES
for the product nameEnterpriseDB
#4627🐞 Bug fixes
DefaultBatchConfiguration
#4543BeanPostProcessorChecker.postProcessAfterInitialization
WARNING after upgrade spring-framework-6.1.0 #4489MessageChannelPartitionHandler
when polling the database #4598ListItemWriter<T>::getWrittenItems
has bad wildcard return type #4576SimpleBinaryBufferedReaderFactory
misses line endings #811StepExecution.getEndTime()
returns null inStepExecutionListener.afterStep()
#3846ignoreWarnings
inJdbcCursorItemReaderBuilder
does not align with documentation #4570SystemCommandTasklet
does not propagate errors #4483ItemWriter
write method #4560faultTolerant()
#4438MongoPagingItemReader
#4552JobRepository.deleteJobInstance()
Fails with Foreign Key Constraint Violation if Job Executions have Step Executions #4382DefaultJobParametersConverter
throwsjava.lang.ArrayIndexOutOfBoundsException
if input is empty string #4505JdbcStepExecutionDao
#4648MongoStepExecutionDao
returns an different stepExecution if a job has multiple stepsMongoStepExecutionDao
returns an different stepExecution if a job has multiple steps spring-projects-experimental/spring-batch-experimental#3🚀 Enhancements
GET_LAST_STEP_EXECUTION
query on DB2 with largeSTEP_EXECUTION
table #4657Threadlocal.remove()
instead ofThreadlocal.set(null)
#4601DefaultFieldSet
due to the usage ofSimpleDateFormat
#1694JobParametersBuilder
methods #4581jumpToItem
inJsonItemReader
#4557DefaultStateTransitionComparator
andFlowJobBuilder
#4527@Override
consistently #4512@FunctionalInterface
in JobKeyGenerator #4613📔 Documentation
ChunkListener
s #4384RepositoryItemReader
#4462StepBuilderFactory
#4582ItemWriteListener
#4400StepExecutionListenerSupport
#4538JobParameters#getDouble
#4526🆙 Dependency Upgrades
🔨 Tasks
LobHandler
#4588SystemPropertyInitializer
#4680❤️ Contributors
Many thanks to all contributors who worked on this release!
Full change log: spring-projects/spring-batch@v5.1.2...v5.2.0
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.