Commit Graph

25 Commits

Author SHA1 Message Date
robokaso
9f9282a2a4 RESOLVED - BATCH-1032: Modify AbstractJobTests in test project to be able to launch FlowJob steps individually
applied patch with some tweaks
2009-01-27 17:42:45 +00:00
robokaso
c3a9a95a9e RESOLVED - BATCH-1021: AssertFile.assertFileEquals(File,File) parameters in the wrong order
applied patch
2009-01-26 15:12:46 +00:00
robokaso
9c9fe8f6ca OPEN - BATCH-999: JobExecution ExecutionContext should not be persisted by Step?
fix JobRepositoryUtilsTests
refactor internals of JdbcExecutionContextDao
2009-01-20 13:55:39 +00:00
dsyer
3d8fd02b09 BATCH-818: Tweak central-build 2009-01-13 19:11:27 +00:00
dsyer
3c40078359 BATCH-818: "com" instead of "org" 2009-01-13 14:13:59 +00:00
dsyer
634932ecfd BATCH-818: ivy.xml added publication 2009-01-13 13:52:37 +00:00
dsyer
bda55a3f33 BATCH-818: "com" instead of "org" 2009-01-13 13:36:41 +00:00
dsyer
ccd7a61ad8 BATCH-818: Add ivy meta data for Spring Build 2009-01-13 13:26:00 +00:00
dsyer
df2ef02932 CLOSED - issue BATCH-979: Insert Apache license header in Java sources (where missing) 2009-01-13 11:08:59 +00:00
dsyer
d70cbba4e3 BATCH-794: Added Surefire config for SpringSource Repository 2009-01-10 16:10:42 +00:00
dsyer
f8d239e18d RESOLVED - issue BATCH-987: Create JobRepositoryTestUtils 2009-01-05 11:49:14 +00:00
dsyer
7d7480578d RESOLVED - issue BATCH-920, BATCH-974: ChunkContext in StepContextRepeatCallback is unused 2008-12-30 13:40:18 +00:00
dsyer
e4ca63a927 RESOLVED - issue BATCH-980: Add SystemPropertyInitializer 2008-12-30 09:23:27 +00:00
dsyer
708364f1cc Make as many dependencies as possible optional (it's not inherited from parent apparently). 2008-12-03 21:21:01 +00:00
robokaso
af6257f8be RESOLVED - BATCH-933: AssertFile class for checking equality of files in unit tests
applied patch
2008-11-21 15:28:25 +00:00
dsyer
e53e563c50 Make sure not to re-use Maven class folders in Eclipse 2008-11-09 07:59:36 +00:00
trisberg
6c70842336 added comple scope to junit 2008-11-08 22:40:03 +00:00
dsyer
dbfde33f9d Tidy up config in test project 2008-11-08 18:12:43 +00:00
dsyer
aaa7c03b2b Tidy up base classes in batch-test 2008-11-08 16:10:14 +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
11faa837af Fix batch-test pom to match the correct parent 2008-11-08 09:29:26 +00:00
lucasward
b70691c0a7 BATCH-676 missing packaging type 2008-11-07 21:05:45 +00:00
lucasward
a5fdbfedaf BATCH-676: Added sample jobs for non sequential execution and decisions 2008-11-07 20:46:41 +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
lucasward
028983efb9 OPEN - issue BATCH-903: Create test project
http://jira.springframework.org/browse/BATCH-903

Added a new test project, with some basic implementation to help enable end to end testing of jobs and steps.
2008-11-05 21:17:27 +00:00