robokaso
|
9474d25b09
|
RESOLVED - BATCH-872: RFC: Should FileWriterCallback have two methods, one for headers and one for footers?
applied patch
|
2008-11-25 09:38:24 +00:00 |
|
robokaso
|
77c8719a26
|
findbugs fixes
|
2008-11-24 10:30:33 +00:00 |
|
robokaso
|
55dd2d5b69
|
findbugs fixes
|
2008-11-24 10:10:11 +00:00 |
|
robokaso
|
0bcf2e092c
|
RESOLVED - BATCH-938: Clean up DelimitedLineAggregator implementation
applied patch
|
2008-11-24 09:20:22 +00:00 |
|
robokaso
|
df3a1204e6
|
OPEN - BATCH-932: Add reflection-based Field Extractor
applied patch with minor tweaks
|
2008-11-21 14:01:44 +00:00 |
|
robokaso
|
2c0f0ca8a0
|
avoid single vs. double quotes platform issues
|
2008-11-13 16:50:29 +00:00 |
|
robokaso
|
675ffb70b7
|
RESOLVED - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
multiResourceJob used as sample also for output
|
2008-11-13 10:11:50 +00:00 |
|
robokaso
|
a134094f70
|
OPEN - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
tested multi-resource XML output
|
2008-11-12 19:28:52 +00:00 |
|
robokaso
|
cec0df8d50
|
RESOLVED - BATCH-909: Turn off getWarnings() call in JdbcCursorItemReader when ignoreWarnings is true
getWarnings is now called only if debug is enabled
|
2008-11-10 14:56:31 +00:00 |
|
robokaso
|
7eb85becdd
|
RESOLVED - BATCH-907: Integer support in ExecutionContext
simplifying ItemStreams to take advantage of EC int support
|
2008-11-10 13:37:58 +00:00 |
|
robokaso
|
7958089737
|
IN PROGRESS - BATCH-907: Integer support in ExecutionContext
simplifying ItemStreams to take advantage of EC int support
|
2008-11-10 13:29:38 +00:00 |
|
robokaso
|
f31670c866
|
IN PROGRESS - BATCH-907: Integer support in ExecutionContext
added int support to EC
|
2008-11-10 13:18:13 +00:00 |
|
robokaso
|
8ef9735fb4
|
IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
fixed failing test
|
2008-11-10 11:52:55 +00:00 |
|
robokaso
|
fdbf216dc7
|
IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
customizable resource suffixes
|
2008-11-10 11:45:07 +00:00 |
|
dsyer
|
fe42d53fc5
|
Convert some old tests to JUnit 4
|
2008-11-10 10:09:25 +00:00 |
|
robokaso
|
abd29a0e8e
|
REOPENED - BATCH-893: Remove the HibernateAwareItemWriter?
removed the JpaAwareItemWriter as well
|
2008-11-10 08:48:32 +00:00 |
|
dsyer
|
16606e3abd
|
IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Change Tasklet to use RepeatStatus instead of ExitStatus to signal continuable status
|
2008-11-08 11:33:25 +00:00 |
|
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 |
|
dsyer
|
b63ad914b8
|
Fix broken pom with java5 version of OXM
|
2008-11-04 16:34:34 +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 |
|
macsuibhne
|
eacf9a41a1
|
Remove Maven release:prepare work in progress submitted in error
|
2008-10-10 13:44:17 +00:00 |
|
macsuibhne
|
90dab93435
|
Bundlor version is M1, not RELEASE
|
2008-10-10 13:13:45 +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 |
|