0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
start 2.0 More... almost 14 years ago
remove package More... almost 14 years ago
Add property editor for character sets. More... about 14 years ago
Formatting More... about 14 years ago
Add container support. More... over 14 years ago
Move all Record implementation classes to net.sf.bacchus.records instead of splitting with net.sf.bacchus. More... over 14 years ago
Move record processing classes into separate package. More... over 14 years ago
Add processor to update control totals. More... over 14 years ago
Separate control total management from Spring API. More... over 14 years ago
Replace integer transaction type with a TransactionType object that keeps track of whether it is credit or debit. More... over 14 years ago
Remove dependency of RecordProcessorSupport on Spring Batch and moved to base package. More... over 14 years ago
Simplify logic & minor cleanup. More... over 14 years ago
Create an enumeration for OriginatorStatus. More... over 14 years ago
Eliminate naming redundance by changing inner class name from RecordType to Type. More... over 14 years ago
Refactor RecordType to be an inner class of Record. More... over 14 years ago
Create an enumeration for RecordType. More... over 14 years ago
Check correct key before converting enum. More... over 14 years ago
Expect NPE on test. More... over 14 years ago
Added guide to Spring integration classes. More... over 14 years ago
Refactor to extract SequenceChecker logic from Sequencer so it can be used easily outside Spring Batch. Sequencer now delegates to a SequenceChecker. More... over 14 years ago
Remove runtime dependency on log4j, so that clients can more easily choose other frameworks. Retained log4j.properties to provide reasonable defaults for command line runner. More... over 14 years ago
Rewrite addenda indicator and count handling. More... over 14 years ago
Add pass-through job and sequencer chunk. More... over 14 years ago
Add a constructor that takes a Throwable cause. More... over 14 years ago
Add minimum and maximum addenda record counts for details. More... over 14 years ago
Improve standard entry class handling, minor pretty printing. More... over 14 years ago
A batch must contain at least one detail record so a batch control can't follow batch header. More... over 14 years ago
Refactor to simplify naming and enforce greater separation of concerns. More... over 14 years ago
Generalize implementation. More... over 14 years ago
Added adapter to read from a POJO Iterator or Iterable. More... over 14 years ago