Commit Graph

450 Commits

Author SHA1 Message Date
lucasward
3b2df1ea0d IN PROGRESS - issue BATCH-453: Killed batches cannot be restarted
http://jira.springframework.org/browse/BATCH-453

Added a new sample job: DatabaseShutdownFunctionalTests that uses the database to detect a stopped job.
2008-08-22 21:45:02 +00:00
dsyer
a1030c2609 RESOLVED - issue BATCH-789: Remove mark/reset from ItemReader
Removed unneeded exception classes
2008-08-21 12:50:11 +00:00
dsyer
fcf96a954f RESOLVED - issue BATCH-789: Remove mark/reset from ItemReader
Remove AbstractItemReader.  All done (with remaining issues moved to BATCH-220).
2008-08-21 12:11:22 +00:00
dsyer
300e726909 OPEN - issue BATCH-789: Remove mark/reset from ItemReader 2008-08-21 11:38:00 +00:00
dsyer
dbc24626f3 OPEN - issue BATCH-789: Remove mark/reset from ItemReader
Deprecate methods
2008-08-20 12:32:59 +00:00
dsyer
42a9b97d1f RESOLVED - issue BATCH-788: Remove flush/clear from ItemWriter
Done
2008-08-20 09:59:51 +00:00
dsyer
a4c8399e72 OPEN - issue BATCH-788: Remove flush/clear from ItemWriter
Infrastructure and core working with no calls to flush (I think)
2008-08-20 08:06:18 +00:00
dsyer
a5080b772e OPEN - issue BATCH-787: Add write(List) to ItemWriter
Make samples and cli archetype compile again
2008-08-19 14:31:41 +00:00
dsyer
cfc9529bab RESOLVED - issue BATCH-786: Transactional flushing for file writers
Added TransactionAwareBuffererdWriter
2008-08-18 16:52:20 +00:00
dsyer
eaeb493b37 Remove backport concurrent dependencies 2008-08-18 09:57:26 +00:00
dsyer
bafd373a8f OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator 2008-08-18 08:37:13 +00:00
dsyer
2da35c8f00 OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
More thorough tests and changed parameter values to long (not Long)
2008-08-18 08:29:58 +00:00
dsyer
e46cce59c3 OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
Make sure job isn't running - use timestamp
2008-08-17 16:31:23 +00:00
dsyer
f355d497c3 OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
Removed old ExportedJobLauncher and replace where necessary
2008-08-17 16:24:07 +00:00
dsyer
d8df436e8e Remove FactoryBean nature from data sourde initializer 2008-08-17 09:43:54 +00:00
dsyer
f77c3c9269 Fix OXM version number 2008-08-17 08:33:39 +00:00
dsyer
31492a4cbd Move test cases to src/test/java 2008-08-16 09:27:59 +00:00
lucasward
3c59f6504b BATCH-768:Updated reference documentation for m1. Also added classes to samples that are necessary for docs. 2008-08-15 20:25:25 +00:00
nebhale
faae7cf9a6 [maven-release-plugin] prepare for next development iteration 2008-08-14 10:31:28 +00:00
nebhale
f9c48feb0b [maven-release-plugin] prepare release spring-batch-2.0.0.M1 2008-08-14 10:30:45 +00:00
robokaso
1f731769f8 REOPENED - BATCH-778: MapJobRepositoryFactoryBean shouldn't require transactionManager
tx code moved from AbstractJobRepositoryFactoryBean to JobRepositoryFactoryBean
2008-08-13 10:52:45 +00:00
dsyer
55d59ff09e OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
Fill in a few methods in JobOperator (WIP)
2008-08-12 20:56:17 +00:00
dsyer
d4d35cd668 OPEN - issue BATCH-770: Make ItemTransformer a first class citizen and rename as ItemProcessor
Done first pass.  Some tests needed.
2008-08-11 08:48:41 +00:00
dsyer
85d0c1c750 remove some warnings 2008-08-11 07:14:07 +00:00
dsyer
0dba26ab7b OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
Move exception classes to where they are thrown
2008-08-10 15:45:43 +00:00
dsyer
61ccafa25c OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
Add new interfaces and exceptions.  Re-align JobInstanceDao.
2008-08-08 14:04:55 +00:00
dsyer
c56cfc84fd REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
OPEN - issue BATCH-278: Allow FixedLengthLineAggregator to be configured with different padding/alignment for specific columns

Remove FieldSetCreator and replace with new LineAggregator interface
2008-08-07 12:44:08 +00:00
dsyer
b9291aff16 REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number 2008-08-06 22:36:57 +00:00
dsyer
b8258c7758 RESOLVED - issue BATCH-743: ExportedJobLauncher should be able to stop running batches on an individual basis
Added some new methods to interface
2008-08-04 11:44:46 +00:00
trisberg
ccb2467cce IN PROGRESS - BATCH-672: removed redundant casts and boxing/unboxing, converted to for each loops, general cleanup 2008-08-01 00:50:13 +00:00
trisberg
f9ca0e17c7 IN PROGRESS - BATCH-710: removed comment 2008-07-31 18:06:18 +00:00
robokaso
ecb4bcfbba cleaned up unnecessary @SuppressWarnings("unchecked") 2008-07-31 11:28:20 +00:00
dsyer
99fe74f096 Tidy some config files 2008-07-30 08:43:06 +00:00
trisberg
e6bc3fc3fe IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 19:42:21 +00:00
trisberg
8f54efabd7 IN PROGRESS - BATCH-672: made Player a JavaBean 2008-07-28 19:01:11 +00:00
trisberg
4018507753 IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 18:55:50 +00:00
trisberg
d6cd23f1c7 IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 18:00:45 +00:00
trisberg
bbe8a7270a IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 17:44:50 +00:00
trisberg
d9e5df16b5 IN PROGRESS - BATCH-672: cleanup 2008-07-28 17:29:59 +00:00
trisberg
7c3e80eed8 IN PROGRESS - BATCH-672: Updated tests to use EasyMock 2.4 API 2008-07-28 17:25:08 +00:00
dsyer
4b6f350a47 RESOLVED - issue BATCH-745: strong typing in AggregateItemReader
Added AggregateItem<T>
2008-07-28 15:42:35 +00:00
dsyer
04c9e16b1b RESOLVED BATCH-586: brought sample docs up to date. Could use a little more work, but goog enough for now subject to review. 2008-07-28 12:58:58 +00:00
robokaso
035fe28113 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
consistent naming of update methods
2008-07-28 11:24:19 +00:00
dsyer
a85643d9a1 Remove Java 1.4 workarounds from samples tests 2008-07-28 11:07:50 +00:00
dsyer
d52603fb46 Removed warnings from AggregateItemReaderTests 2008-07-28 11:03:01 +00:00
robokaso
da3eb280c0 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
saveOrUpdate(JobExecution) -> updateJobExecution
2008-07-28 08:46:30 +00:00
robokaso
1e39b06226 IN PROGRESS - BATCH-693: Refactor samples along domain contours
added internal subpackages
2008-07-25 15:21:37 +00:00
robokaso
87a8fcc837 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:20:27 +00:00
robokaso
2f3d23c7d2 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:13:14 +00:00
robokaso
6966b1a3f3 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:04:38 +00:00