Commit Graph

1879 Commits

Author SHA1 Message Date
dsyer
96cbf19f2e Update for SI latest interface changes. Transactional stuff still broken, but now it compiles. 2008-08-01 06:57:18 +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
trisberg
8c49848e62 copied to images directory so they will be included in html doc 2008-07-31 18:05:28 +00:00
trisberg
e9ea3dd42c IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-31 18:01:17 +00:00
robokaso
c5de58c898 added changelog from 1.1.x branch 2008-07-31 13:56:52 +00:00
robokaso
ecb4bcfbba cleaned up unnecessary @SuppressWarnings("unchecked") 2008-07-31 11:28:20 +00:00
robokaso
cbc1b3590a OPEN - BATCH-662: simplify FlatFileItemReader
javadoc + renaming of internal methods
2008-07-31 11:17:34 +00:00
trisberg
a2d2838934 IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 19:58:56 +00:00
trisberg
b3eec37c79 IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 17:09:51 +00:00
trisberg
c809cba5cc IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 17:04:57 +00:00
trisberg
55874a84fa IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 16:00:49 +00:00
robokaso
92192964b1 OPEN - BATCH-662: simplify FlatFileItemReader
first shot - moved everything inside the FlatFileItemReader class (much more comprehensible now IMO)
2008-07-30 14:48:25 +00:00
trisberg
71d066457f IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 14:45:16 +00:00
robokaso
8c4043c882 RESOLVED - BATCH-752: FlatFileItemReader restart broken for non-default RecordSeparatorPolicy (record > 1 line)
merged fix from 1.1.x
2008-07-30 14:33:38 +00:00
robokaso
db78b5a1b9 fix the build - moved misplaced tests 2008-07-30 14:28:30 +00:00
robokaso
85073cc6b9 removed unused legacy class 2008-07-30 14:17:22 +00:00
robokaso
3a69fc29b7 RESOLVED - BATCH-518: tests for ExecutionContextDao impls 2008-07-30 09:36:49 +00:00
dsyer
c6e0c85731 Use factory bean in integration project for repository 2008-07-30 08:56:19 +00:00
dsyer
a6eb539b0e Whitespace? 2008-07-30 08:45:47 +00:00
dsyer
0b98f5c464 Revert version of docbkx plugin (2.0.8 doesn't work on a clean build) 2008-07-30 08:43:42 +00:00
dsyer
99fe74f096 Tidy some config files 2008-07-30 08:43:06 +00:00
dsyer
a36aa540fe RESOLVED - issue BATCH-749: Fix EasyMock warnings in infrastructure tests 2008-07-30 08:41:54 +00:00
robokaso
fe243732f2 cleaned up unnecessary @SuppressWarning 2008-07-30 08:25:55 +00:00
robokaso
21ed2d129d improved testcase from 1.1.x branch (BATCH-751) 2008-07-30 08:23:43 +00:00
trisberg
9b5482af40 IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 03:41:41 +00:00
trisberg
840d6d06bc IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 03:17:07 +00:00
robokaso
56c9854003 IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from StepExecutionDao impls 2008-07-29 13:32:41 +00:00
robokaso
224befce2c IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from StepExecutionDao 2008-07-29 13:16:30 +00:00
robokaso
a6be5b6ff7 IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from JobExecutionDao impls 2008-07-29 13:05:32 +00:00
robokaso
cccf34c7bd IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from JobExecutionDao 2008-07-29 12:56:06 +00:00
robokaso
fad0ea2441 IN PROGRESS - BATCH-518: ExecutionContextDao injected directly into SimpleJobRepository 2008-07-29 12:47:59 +00:00
robokaso
51f087351d IN PROGRESS - BATCH-518: clean up the *Or* repository methods
separated MapJobExecutionDao similar to JdbcExecutionContextDao
2008-07-29 12:31:25 +00:00
dsyer
843ecf40d2 uncomment call to fail (assume Bamboo back up now) 2008-07-29 10:01:01 +00:00
robokaso
d4e51a9fd5 RESOLVED - BATCH-748: Fix EasyMock warnings in Infrastructure 2008-07-29 09:49:34 +00:00
robokaso
1d91253ff5 IN PROGRESS - BATCH-748: Fix EasyMock warnings in Infrastructure 2008-07-29 09:15:51 +00:00
robokaso
4430386422 IN PROGRESS - BATCH-748: Fix EasyMock warnings in Infrastructure 2008-07-29 08:33:22 +00:00
lucasward
1a128e37e1 BATCH-746:Removed easymock warnings in core 2008-07-28 23:52:35 +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
f2635b5f90 OPEN - issue BATCH-748: Fix EasyMock warnings in Infrastructure
ItemTransfromerWriterTests
2008-07-28 16:25:25 +00:00
dsyer
bb713547b4 Temporary comment out broken test while Bamboo is fixed 2008-07-28 15:48:43 +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
97835a76d8 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
created standalone ExecutionContextDao interface
2008-07-28 12:14:56 +00:00