Closed
Description
- Use local storage rather than a cookie Use local storage rather than a cookie #3653
- Unable to set "usePersist" parameter with JpaItemWriterBuilder Unable to set "usePersist" parameter with JpaItemWriterBuilder #3655
- MongoItemReaderBuilder shouldn't be throwing an error related to the limit in query when pageSize is provided MongoItemReaderBuilder shouldn't be throwing an error related to the limit in query when pageSize is provided #3673
- Performance issues in SimpleJobRepository.getStepExecutionCount(JobInstance jobInstance, String stepName) Performance issues in SimpleJobRepository.getStepExecutionCount(JobInstance jobInstance, String stepName) #3657
- Slow SQL in JdbcStepExecutionDao on Postgres Slow SQL in JdbcStepExecutionDao on Postgres #3634
- Updated spring-doc-resources version to 0.2.1 Updated spring-doc-resources version to 0.2.1 #3700
- Meta-annotate
@SpringBatchTest
with@ExtendWith(SpringExtension.class)
Meta-annotate @SpringBatchTest with @ExtendWith(SpringExtension.class) #3647 - Improve TransactionAwareBufferedWriter efficiency Improve TransactionAwareBufferedWriter efficiency [BATCH-2434] #1166
- MySQL does not support millisecond accuracy in timestamps MySQL does not support millisecond accuracy in timestamps (problem for JobParameters) [BATCH-1379] #2202
- Add SynchronizedItemStreamWriter Add SynchronizedItemStreamWriter #842
- Improve performance in JdbcStepExecutionDao Improve performance in JdbcStepExecutionDao #3710
- JobLauncherTestUtils doesn't always launch new job instance because generated job parameters aren't unique JobLauncherTestUtils doesn't always launch new job instance because generated job parameters aren't unique [BATCH-2783] #821
- Add flag to show both configuration styles (Java and XML) in reference docs Add flag to show both configuration styles (Java and XML) in reference docs #572
- Upgrade versions of Asciidoctor Upgrade versions of Asciidoctor #3703
- Incorrect reference to
stop
method in documentation Incorrect reference tostop
method in documentation #3643 - Improve Javadoc of
ItemProcessor
regarding the nullability of input items Improve Javadoc of ItemProcessor regarding the nullability of input items #3648 - Misleading code example in reference documentation Misleading code example in reference documentation #3692
- The
ItemProcessor
section in reference docs should be a top level section TheItemProcessor
section in reference docs should be a top level section #3644 - Make RepositoryItemWriter use
CrudRepository#saveAll
by default Make RepositoryItemWriter use CrudRepository#saveAll by default #3720 - Add beanRowMapper method to JdbcPagingItemReaderBuilder Add beanRowMapper method to JdbcPagingItemReaderBuilder #819
- Unable to set "connectionAutoCommit" parameter with JdbcCursorItemReaderBuilder Unable to set "connectionAutoCommit" parameter with JdbcCursorItemReaderBuilder #3717
- Incorrect Jackson configuration Incorrect Jackson configuration #3729
- Use BulkOperations API in MongoItemWriter Use BulkOperations API in MongoItemWriter #3713
- Add support for named queries in JpaPagingItemReader Add support for named queries in JpaPagingItemReader #1667