spring-batch
https://github.com/spring-projects/spring-batch
Java
Spring Batch is a framework for writing batch applications using Java and Spring
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported7 Subscribers
Add a CodeTriage badge to spring-batch
Help out
- Issues
- `FixedLengthTokenizer` in strict mode rejects lines when the open-ended range starts at or before the first range's min
- `DelimitedLineTokenizer` throws `StringIndexOutOfBoundsException` when a field is a single quote character
- `FlatFileItemReaderBuilder.addComment()` throws `UnsupportedOperationException` after `comments(...)`
- Fix open range detection in FixedLengthTokenizer
- Fix StringIndexOutOfBoundsException for a lone quote field in DelimitedLineTokenizer
- Fix UnsupportedOperationException in FlatFileItemReaderBuilder.addComment
- JobFlowExecutor leaks a StepExecution across job executions on a shared thread when no transition matches a step's ExitStatus
- Fix typos in Javadoc comments
- Allow to use Mongo JobRepository with any PlatformTransactionManager
- Consistently use .version suffix for version properties in pom.xml
- Docs
- Java not yet supported