spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
**[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...
**[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...
**[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,...
**[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...
**[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...
**[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...
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...
**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...
**[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...
**[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...