spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Spring Batch is a framework for writing batch applications using Java and Spring

Results 361 spring-batch issues
Sort by recently updated
recently updated
newest added

**[Jimmy Praet](https://jira.spring.io/secure/ViewProfile.jspa?name=jpraet)** opened **[BATCH-1985](https://jira.spring.io/browse/BATCH-1985?redirect=false)** and commented When using a TransactionAwareBufferedWriter (FlatFileItemWriter or StaxEventItemWriter) with an encoding that requires a byte order mark (e.g. UTF-16), the byte order mark (BOM) is...

status: waiting-for-reporter
in: infrastructure
type: bug

**[Benoit Dupont](https://jira.spring.io/secure/ViewProfile.jspa?name=bdupont)** opened **[BATCH-1981](https://jira.spring.io/browse/BATCH-1981?redirect=false)** and commented When a lot of batches are executing with an asynchronous task executor, and I'm trying to interrupt them via SimpleJobOperator invoked from JMX, I've...

status: waiting-for-reporter
type: bug
in: core
related-to: optimistic-locking

**[David Zeigler](https://jira.spring.io/secure/ViewProfile.jspa?name=dzeigler)** opened **[BATCH-1927](https://jira.spring.io/browse/BATCH-1927?redirect=false)** and commented In JpaPagingItemReader, a new transaction is started in the doReadPage method. If an exception is thrown between starting the transaction and committing the transaction,...

status: waiting-for-reporter
type: bug
in: core
related-to: item-readers-writers
related-to: transaction-management

**[Histace Pierre](https://jira.spring.io/secure/ViewProfile.jspa?name=speos)** opened **[BATCH-1872](https://jira.spring.io/browse/BATCH-1872?redirect=false)** and commented We receive an error message when the application context is loading (parsing error on a table with the flow). We have a configuration like...

status: waiting-for-reporter
in: infrastructure
type: bug
in: core
related-to: flow-definition

**[Martins Kazuss](https://jira.spring.io/secure/ViewProfile.jspa?name=mr.parker)** opened **[BATCH-1878](https://jira.spring.io/browse/BATCH-1878?redirect=false)** and commented StaxEventItemReader method moveCursorToNextFragment(XMLEventReader reader)is not processing endDocument event. An infinite loop is created after retrieving this event as method is trying to find the...

status: waiting-for-reporter
type: bug
related-to: item-readers-writers

**[Davi Alves](https://jira.spring.io/secure/ViewProfile.jspa?name=traduz)** opened **[BATCH-1880](https://jira.spring.io/browse/BATCH-1880?redirect=false)** and commented Taking a look at the JpaPagingItemReader source code and it Javadoc: If you make changes to the entities and want the changes persisted then...

status: waiting-for-reporter
in: infrastructure
type: bug
related-to: item-readers-writers

To avoid issues like #4260 and #4271, we need to create integration tests to validate migration scripts. For PostgreSQL, it could be something like this: ```java /* * Copyright 2020-2023...

type: feature
in: core
related-to: ddl-scripts

**Bug description** generateLimitQuery() method in SqlPagingQueryUtils calls buildWhereClause() method when remainingPageQuery=true and adds sortKeys to where clause, why so? I have sortKeys, say `name ascending, age ascending` and where clause...

status: waiting-for-triage
type: bug

**[Robin Krom](https://jira.spring.io/secure/ViewProfile.jspa?name=robink)** opened **[BATCH-1836](https://jira.spring.io/browse/BATCH-1836?redirect=false)** and commented Hello, today I finally tried to update from 2.1.6 to 2.1.8 but with 2.1.8.RELEASE the issue reported in [BATCH-1739](https://jira.spring.io/browse/BATCH-1739) hasn't been resolved. Due to...

status: waiting-for-reporter
type: bug
in: core

**[Marten Deinum](https://jira.spring.io/secure/ViewProfile.jspa?name=mdeinum)** opened **[BATCH-1823](https://jira.spring.io/browse/BATCH-1823?redirect=false)** and commented We have a batch job with a couple of steps which all share some listeners and should retry on the same exceptions. To make...

status: waiting-for-reporter
type: bug
in: core