Commit Graph

1255 Commits

Author SHA1 Message Date
dsyer
f8a74f39ac RESOLVED - issue BATCH-489: undocumented JobExecutionException 2008-03-19 13:44:05 +00:00
robokaso
30d6e80af7 REOPENED - issue BATCH-472: Exceeding the start limit on a step will cause a vague exception type to be thrown.
http://jira.springframework.org/browse/BATCH-472

added throws StartLimitExceedException to SimpleJob#execute(..) javadoc
2008-03-19 12:31:08 +00:00
robokaso
1851025c54 REOPENED - issue BATCH-472: Exceeding the start limit on a step will cause a vague exception type to be thrown.
http://jira.springframework.org/browse/BATCH-472

StartLimitExceededException made public and moved to core package. The constructor changed to simply accept string.
2008-03-19 09:31:10 +00:00
dsyer
16f0b60532 [BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed. 2008-03-18 21:40:37 +00:00
lucasward
e5c26328bf BATCH-483: putting null in an ExecutionContext no longer throws an exception. Also added a unit test. 2008-03-18 19:12:36 +00:00
robokaso
94b5615245 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476

infinite loop replaced with finite but long enough (so that the loop doesn't run forever when test fails)
2008-03-18 14:07:39 +00:00
robokaso
1c6aa3570b IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476

added renamed files to SpringIDE config sets
2008-03-18 13:55:58 +00:00
robokaso
10163ccac5 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:49:20 +00:00
robokaso
aa20f82387 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:43:36 +00:00
robokaso
49c3a744e0 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:26:11 +00:00
robokaso
4a217a0611 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:05:09 +00:00
robokaso
331724bf39 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 12:58:22 +00:00
robokaso
3c285c76e7 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 12:47:11 +00:00
robokaso
9d51fffcb0 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476

removed interrupt advice (to sandbox)
2008-03-18 10:30:15 +00:00
robokaso
9f9d909b5a RESOLVED - issue BATCH-472: Exceeding the start limit on a step will cause a vague exception type to be thrown.
http://jira.springframework.org/browse/BATCH-472

added package-private StartLimitExceededException (subclass of UnexpectedJobExecutionException), that takes Step as constructor argument and creates appropriate message
2008-03-18 09:55:07 +00:00
robokaso
8768f15581 RESOLVED - issue BATCH-479: JobRepositoryFactoryBean should allow specification of JDBC table prefixes
http://jira.springframework.org/browse/BATCH-479

applied patch (with minor tweaks)
2008-03-18 09:19:31 +00:00
dsyer
e13a62f4ff Improve accuracy of home page. 2008-03-17 16:40:05 +00:00
nebhale
2283d6a724 Updated version number for next release 2008-03-17 15:32:04 +00:00
dsyer
81c641959a Remove explicit dependency on spring-context-support where it isn't used in infrastructure. 2008-03-17 15:28:07 +00:00
dsyer
caca25ec67 [BATCH-474] Added desciption of name change. 2008-03-17 14:36:43 +00:00
wxlund
07ec716b4f Made some minor spelling corrections and removed some superlatives in text. 2008-03-17 14:28:51 +00:00
robokaso
c87528818f OPEN - issue BATCH-474: Create migration guide for m5-rc1
http://jira.springframework.org/browse/BATCH-474

draft added
2008-03-17 13:58:13 +00:00
dsyer
e3afee34a6 Updates for 1.0.0.-SNAPSHOT site. 2008-03-17 13:31:50 +00:00
dsyer
44552daed3 Fix path to init/destroy.sql scripts for tests 2008-03-17 12:25:39 +00:00
dsyer
add553c0ad Tidy website 2008-03-17 12:23:43 +00:00
dsyer
4b152bbc7e Exception message tidied up. 2008-03-17 11:11:42 +00:00
nebhale
634119cc8e [maven-release-plugin] prepare for next development iteration 2008-03-17 10:47:46 +00:00
nebhale
4d5bce367e [maven-release-plugin] prepare release spring-batch-1.0.0.rc1 2008-03-17 10:47:25 +00:00
dsyer
b325e6e377 [BATCH-469] Change logo in html stylesheet 2008-03-17 10:45:50 +00:00
dsyer
064fc14ea0 [BATCH-469] Change logo in html stylesheet 2008-03-17 10:45:02 +00:00
robokaso
f202dd4b44 RESOLVED - issue BATCH-461: skip counting
http://jira.springframework.org/browse/BATCH-461

ItemOrientedStep now increments StepExecution's skipCount from StepContribution on rollback.
Simple assert checking the correct value of StepExecution#skipCount added to SkipLimitStepFactoryBeanTests.

Btw. renamed StepContribution#taskCount to itemCount
2008-03-17 10:20:48 +00:00
dsyer
c506f28d8c Tidy up writer/reader examples using extra section breaks 2008-03-17 10:19:28 +00:00
nebhale
9d54d877e0 [BATCH-471] Updated image file locations for PDF 2008-03-17 09:26:03 +00:00
lucasward
25a6ed9cac BATCH-313 and BATCH-314: Chapter 4 is now complete. 2008-03-17 03:55:01 +00:00
dsyer
271d6815c7 RESOLVED - issue BATCH-465: The term "exit code" is overloaded
RESOLVED - issue BATCH-468: ExitStatusExceptionClassifier, ExitCodeMapper and simple versions thereof (and others?) incorrectly moved into step.item package
2008-03-15 08:56:50 +00:00
dsyer
ff85f455de RESOLVED - issue BATCH-456: JobListener.afterJob() should be called regardless of success or failure
Added onInterrupt callback.
2008-03-14 17:43:41 +00:00
dsyer
f3faf8f795 RESOLVED - issue BATCH-460: beanRefContext still exists in samples src/main/resources 2008-03-14 17:24:34 +00:00
dsyer
ec2c66885d RESOLVED - issue BATCH-464: Throw exception if restart is attempted on job instance that was already completed successfully 2008-03-14 17:09:26 +00:00
robokaso
db2344d2fa IN PROGRESS - issue BATCH-461: skip counting
http://jira.springframework.org/browse/BATCH-461

StepContribution#getSkipCount renamed to StepContribution#getStepSkipCount and added StepContribution#getContributionSkipCount (used by StepExecution to increment its skipCount).
2008-03-14 15:35:11 +00:00
robokaso
0a1c4f49db RESOLVED - issue BATCH-459: unused StepExecution methods
http://jira.springframework.org/browse/BATCH-459

removed unused methods
2008-03-14 15:22:26 +00:00
dsyer
1f608592fb [BATCH-424]: Incorporated some of Wayne's feedback 2008-03-14 14:56:23 +00:00
robokaso
099fd46c08 StepExecution#incrementTaskCount -> incrementItemCount 2008-03-14 13:30:03 +00:00
robokaso
4e9ca5baeb RESOLVED - issue BATCH-458: Skip sample fails in Eclipse (but not Maven)
http://jira.springframework.org/browse/BATCH-458

skipSample and tradeJob were using the same job name
2008-03-14 12:31:16 +00:00
dsyer
f4c43caa64 Enable imports in spring beans config 2008-03-14 12:00:54 +00:00
nebhale
5c25e6dcdc A couple of missing files 2008-03-14 11:54:19 +00:00
nebhale
1f4ac46f88 [BATCH 429] Moved core.repository.support.dao to core.repository.dao 2008-03-14 11:47:14 +00:00
dsyer
c645eef79d Review process: Move tasklet step package to subpackage and resolve cycle. 2008-03-14 11:46:57 +00:00
nebhale
5c15f12897 [BATCH 429] Removed old execution test SQL stuff 2008-03-14 11:37:51 +00:00
dsyer
2424c0ec39 Review process: Break cycle introduced when RetrySynchManager was moved into support package. 2008-03-14 11:33:18 +00:00
dsyer
07877a9538 Review process: Merge synch packages into support in retry / repeat. 2008-03-14 11:06:32 +00:00