Spring Projects Issues
Spring Projects Issues
**[Michael Minella](https://jira.spring.io/secure/ViewProfile.jspa?name=mminella)** opened **[BATCH-1953](https://jira.spring.io/browse/BATCH-1953?redirect=false)** and commented --- No further details from [BATCH-1953](https://jira.spring.io/browse/BATCH-1953?redirect=false)
**[Paolo](https://jira.spring.io/secure/ViewProfile.jspa?name=pdv_)** opened **[BATCH-2800](https://jira.spring.io/browse/BATCH-2800?redirect=false)** and commented The piece of code below in the AbstractJob class is catching Throwable, thus preventing the JVM to crash on any Error like it should. Is...
**[Hussachai](https://jira.spring.io/secure/ViewProfile.jspa?name=hussachai)** opened **[BATCH-1560](https://jira.spring.io/browse/BATCH-1560?redirect=false)** and commented An existing design of org.springframework.batch.item.file.transform.FieldSet is not comfortable to program with (at least for me) ## The first disadavantage. Because it uses primitive type. Converting...
[Jean-Pierre Bergamin](https://jira.spring.io/secure/ViewProfile.jspa?name=ractive) (Migrated from [SEC-2856](https://jira.spring.io/browse/SEC-2856?redirect=false)) said: After enabling remember-me authentication for our SSO portal, people were complaining about errors they got while logging in. Those errors turned out to be...
[Thomas Koch](https://jira.spring.io/secure/ViewProfile.jspa?name=thkoch) (Migrated from [SEC-2379](https://jira.spring.io/browse/SEC-2379?redirect=false)) said: I've a model class supported by Hibernate/JPA with row level security and a PagingAndSortingRepository interface for this model. I want to call findAll(pageable) on...