dsyer
|
8b2d02f5d9
|
IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Replaced infrastrucure status with local enum and moved ExitStatus into core. TODO: maybe get rid of continuable.
|
2008-11-07 18:40:58 +00:00 |
|
robokaso
|
fc7b07e9ad
|
IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
take advantage of ExecutionContextUserSupport superclass
|
2008-11-07 14:28:17 +00:00 |
|
robokaso
|
7436423060
|
IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
"tracer bullet" implementation
|
2008-11-07 13:47:35 +00:00 |
|
dsyer
|
3191f76f39
|
More POM migrations
|
2008-11-06 18:21:35 +00:00 |
|
dsyer
|
7fdfe6bd34
|
mess around with poms to make maven work
|
2008-11-04 22:05:53 +00:00 |
|
dsyer
|
1251e18bbd
|
Remove references to com.sun
|
2008-11-04 18:27:04 +00:00 |
|
trisberg
|
faf2cf3443
|
Renamed MF template files to keep Bundlor happy
|
2008-11-04 17:55:56 +00:00 |
|
robokaso
|
2bfe9c0fc3
|
REOPENED - BATCH-900: Retreive null values from the ExecutionContext
putting null value now equals removing entry for given key
|
2008-11-04 16:29:33 +00:00 |
|
dsyer
|
883ce9d356
|
BATCH-794: Move to BRITS style dependencies so we can build against Spring 3.0 snapshots
|
2008-11-04 08:20:09 +00:00 |
|
robokaso
|
277c7f40ae
|
RESOLVED - BATCH-900: Retreive null values from the ExecutionContext
|
2008-11-03 19:30:56 +00:00 |
|
robokaso
|
aa90589ea4
|
RESOLVED - BATCH-900: Retreive null values from the ExecutionContext
|
2008-11-03 19:23:29 +00:00 |
|
dsyer
|
4f235cea2b
|
BATCH-679: Upgrade ExecutionContext to use ConcurrentHashMap.
|
2008-10-30 14:50:15 +00:00 |
|
robokaso
|
b650b4984c
|
RESOLVED - BATCH-892: Thread visibility issues in repeat template
attributes set by constructor declared final
|
2008-10-30 12:27:20 +00:00 |
|
robokaso
|
09be3f0b0d
|
RESOLVED - BATCH-893: Remove the HibernateAwareItemWriter?
-removed HibernateAwareItemWriter and fixed sample
-moved business logic from CustomerCreditIncreaseItemWriter into processor
|
2008-10-30 11:12:06 +00:00 |
|
robokaso
|
4eaf7073bf
|
RESOLVED - BATCH-892: Thread visibility issues in repeat template
added volatile keyword to ResultHolder properties
|
2008-10-30 09:29:50 +00:00 |
|
dsyer
|
3590375d46
|
BATCH-679: move flow abstraction to core
|
2008-10-30 07:45:26 +00:00 |
|
dsyer
|
67f5957348
|
OPEN - issue BATCH-890, BATCH-879: Stop transition in XML namespace, decision state support.
Added StepExecution to decider interface and some protection for multithreaded job executions.
|
2008-10-29 11:15:24 +00:00 |
|
dsyer
|
a4e78858e2
|
OPEN - issue BATCH-890: Stop transition in XML namespace
Add stop and end elements through EndState.
|
2008-10-29 07:19:19 +00:00 |
|
dsyer
|
35d156161b
|
OPEN - issue BATCH-679: Non-sequential execution
Add XML parser support for split, decision and pause
|
2008-10-27 18:56:38 +00:00 |
|
dsyer
|
c862c6f065
|
OPEN - issue BATCH-679: Non-sequential execution
Add test for exception
|
2008-10-27 14:29:35 +00:00 |
|
dsyer
|
48bbafb449
|
BATCH-679, BATCH-879: add Flow abstraction and FlowJob with support for decisions, splits and pauses.
|
2008-10-27 13:50:27 +00:00 |
|
trisberg
|
c3df035607
|
BATCH-848: improved the paging support
|
2008-10-21 04:28:15 +00:00 |
|
dsyer
|
f6487f6b53
|
IN PROGRESS - issue BATCH-677: Partition SPI. Added first draft of partitioning
|
2008-10-16 15:08:24 +00:00 |
|
robokaso
|
32920dc527
|
RESOLVED - BATCH-878: AbstractMethodInvokingDelegator is not abstract
declared the class abstract
|
2008-10-16 12:07:09 +00:00 |
|
dsyer
|
2abeefba71
|
Refactor retry tests in integration to work with new adviceChain param in @POller
|
2008-10-14 13:54:37 +00:00 |
|
lucasward
|
f1e1cf992b
|
RESOLVED - issue BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
http://jira.springframework.org/browse/BATCH-863
In the switch from ResourceLineReader to FlatFileItemReader, the FlatFileParseException was lost as a way to communicate a parsing error.
|
2008-10-09 22:09:15 +00:00 |
|
lucasward
|
f1ed1187df
|
RESOLVED - issue BATCH-779: RFC: make FieldSetMapper and LineAggregator extend ItemProcessor
http://jira.springframework.org/browse/BATCH-779
Updated FieldSetMapper interface method to mapFieldSet from simply map, in order to be more consistent with other *Mapper implementations.
|
2008-10-09 21:10:14 +00:00 |
|
robokaso
|
a027767792
|
RESOLVED - BATCH-866: Reference manual has invalid references to org.springframework.batch.io.file package
fixed references in docs and also code comments
|
2008-10-09 12:37:52 +00:00 |
|
robokaso
|
3acd3228d3
|
RESOLVED - BATCH-779: RFC: make FieldSetMapper and LineAggregator extend ItemProcessor
reverted to original method names
|
2008-10-09 11:16:11 +00:00 |
|
robokaso
|
81513dbdc6
|
REOPENED - BATCH-779: RFC: make FieldSetMapper and LineAggregator extend ItemProcessor
remove the "extends ItemProcessor" clauses
|
2008-10-09 11:03:46 +00:00 |
|
robokaso
|
3df72df1b1
|
REOPENED - BATCH-745: strong typing in AggregateItemReader
moved AggregateItemReader to samples
|
2008-10-09 09:33:19 +00:00 |
|
dsyer
|
a98d26b353
|
RESOLVED - issue BATCH-870: Cannot add description to empty ExitStatus
|
2008-10-09 07:18:40 +00:00 |
|
lucasward
|
8a440c3b85
|
OPEN - issue BATCH-767: Update documentation for M2
http://jira.springframework.org/browse/BATCH-767
First pass through chapters 2, 3 and Appendix A.
|
2008-10-09 04:59:28 +00:00 |
|
trisberg
|
9ec2a67a97
|
BATCH-863: renamed ResourceLineReader to FlatFileItemReader
|
2008-10-07 17:58:48 +00:00 |
|
robokaso
|
c9efdb0493
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
removed FFIR
|
2008-10-07 09:04:31 +00:00 |
|
robokaso
|
10352b8f56
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
replacing FFIR with RLR
|
2008-10-07 08:30:00 +00:00 |
|
robokaso
|
0a0bf5b8f2
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
replacing FFIR with RLR
|
2008-10-07 08:19:43 +00:00 |
|
dsyer
|
e304b1bdb7
|
Refine and document the ResultQueue a bit better.
|
2008-10-07 07:29:58 +00:00 |
|
lucasward
|
5cfbe2f70a
|
OPEN - issue BATCH-767: Update documentation for M2
http://jira.springframework.org/browse/BATCH-767
Updated the javadocs on ItemProcessor.
|
2008-10-07 03:48:45 +00:00 |
|
robokaso
|
944a5c5633
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
minor property rename
|
2008-10-06 14:56:29 +00:00 |
|
robokaso
|
ffb2e7b75b
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
use system default charset in RLR (instead of hardcoded)
|
2008-10-06 14:12:10 +00:00 |
|
robokaso
|
f11cd353bd
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
migrate some more tests from FFIR to RLR
|
2008-10-06 13:17:33 +00:00 |
|
robokaso
|
9f51740285
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
added RLR tests for restart with skipping lines and non-default recordSeparatorPolicy
|
2008-10-06 13:08:11 +00:00 |
|
robokaso
|
97efc42b9f
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
added setLinesToSkip to RLR
|
2008-10-06 12:51:11 +00:00 |
|
robokaso
|
3ab9807775
|
IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
ResourceLineReader now passes the line to LineMapper
|
2008-10-06 12:18:57 +00:00 |
|
lucasward
|
56a12d0e77
|
OPEN - issue BATCH-865: CompositeItemProcessor should handle null properly
http://jira.springframework.org/browse/BATCH-865
If any processor returns null, then the composite will now return null.
|
2008-10-04 02:02:44 +00:00 |
|
trisberg
|
1a92ca1235
|
BATCH-575: changed to use default returned from java.nio.charset.Charset
|
2008-10-02 18:56:42 +00:00 |
|
robokaso
|
d30e74c35b
|
RESOLVED - BATCH-682: Use SoftReference and/or expiry to store entries in RetryContextCache implementation(s)
used softreferences for cache entries
|
2008-10-01 10:46:02 +00:00 |
|
robokaso
|
79e445d18b
|
OPEN - BATCH-659: unused classes deprecation/removal
removed obsolete classes from xml package
|
2008-09-30 09:14:13 +00:00 |
|
trisberg
|
499ee23c69
|
cleanup
|
2008-09-29 14:27:06 +00:00 |
|