Commit Graph

1856 Commits

Author SHA1 Message Date
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
robokaso
43354849a5 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
removed unused getJobExecutionCount(..)
2008-07-28 11:59:00 +00:00
robokaso
f67acdc56b IN PROGRESS - BATCH-518: clean up the *Or* repository methods
renamed saveOrUpdateExecutionContext to persistExecutionContext (since EC has no identity 'save vs. update' doesn't apply).
2008-07-28 11:47:34 +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
robokaso
1b4babb4cd informative error in case 'read-only' flag couldn't be set on file 2008-07-28 11:17:46 +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
e9d2d90764 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
saveOrUpdate(StepExecution) split to save and update
2008-07-28 10:56:35 +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
lucasward
1987dce4c0 BATCH-671: Accidentally committed a prototype class. 2008-07-26 02:13:07 +00:00
lucasward
e68a4133e8 BATCH-671: Added a new class, JobParameter, that represents an individual parameter. Also converted BatchStatus and ParameterType typesafe enumerations to java 5 enums. 2008-07-26 01:39:50 +00:00
lucasward
170d9d506f BATCH-671: Added a new class, JobParameter, that represents an individual parameter. Also converted BatchStatus and ParameterType typesafe enumerations to java 5 enums. 2008-07-26 01:39:14 +00:00
robokaso
a641c28135 cleaned up redundant casts 2008-07-25 15:25:20 +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
419f146da4 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:32:06 +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
robokaso
0d5b61d4de IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:53:09 +00:00
robokaso
74b4bdccb8 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:43:00 +00:00
robokaso
f636d042f8 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:33:24 +00:00
robokaso
b7e5ff13fb IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:16:10 +00:00
robokaso
797b9d21f2 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:06:36 +00:00
robokaso
27901294b3 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:53:45 +00:00