Commit Graph

763 Commits

Author SHA1 Message Date
nebhale
342cb1375f [BATCH-334] Added a TaskletStep implementation 2008-02-08 17:06:06 +00:00
nebhale
6e281edac0 Polishing 2008-02-08 17:05:04 +00:00
dsyer
c1d82aae5b OPEN - issue BATCH-339: ItemStream.mark() and reset() should throw a checked exception
http://jira.springframework.org/browse/BATCH-339

Make sure existing ItemStreams throw ResetFailedException where necessary.
2008-02-08 15:21:52 +00:00
dsyer
1efb6fedc9 OPEN - issue BATCH-339: ItemStream.mark() and reset() should throw a checked exception
http://jira.springframework.org/browse/BATCH-339

Missing classes
2008-02-08 13:59:25 +00:00
dsyer
c43c1b4466 OPEN - issue BATCH-339: ItemStream.mark() and reset() should throw a checked exception
http://jira.springframework.org/browse/BATCH-339

Introduce MrakFailedException and ResetFailedException (unchecked for now).  ResetFailedException has to be dealt with specially in the StepExecutor.
2008-02-08 13:46:11 +00:00
nebhale
dd53697a0e Polishing 2008-02-08 09:31:36 +00:00
nebhale
55f5e36293 [BATCH-85] Polishing 2008-02-08 08:38:30 +00:00
dsyer
7349b85586 switch flag for samples dependencies 2008-02-07 18:44:27 +00:00
dsyer
17bf34a873 update version number and dependencies for samples 2008-02-07 18:43:13 +00:00
robokaso
1128bbe187 IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340

renaming and javadoc updates
2008-02-07 11:47:43 +00:00
dsyer
20baeef552 Removed unused interface 2008-02-06 19:36:33 +00:00
robokaso
37cf297899 RESOLVED - issue BATCH-343: close() is called twice on ItemReaders/ItemWriters
http://jira.springframework.org/browse/BATCH-343

ItemStream implementations no longer implement DisposableBean
2008-02-06 14:20:21 +00:00
nebhale
242970dd29 [maven-release-plugin] prepare for next development iteration 2008-02-06 09:52:23 +00:00
nebhale
f6e0c7aec5 [maven-release-plugin] prepare release spring-batch-1.0.0.m4 2008-02-06 09:51:56 +00:00
nebhale
5656b0ca46 Just a little nudge 2008-02-06 09:30:29 +00:00
dsyer
c86454fbe0 Add TODO for possible race condition 2008-02-06 07:08:18 +00:00
lucasward
a0c4af8351 BATCH-337:No *Instance domain objects (or their respective tables) contain a 'status'. Instead, they contain the 'last execution', which can be used to determinte the status. RestartData is also no longer necessary, as everything can be 'restored' by calling stepInstance.getLastExecution().getExecutionAttributes(). Also changed all 'ID' columns to be complete, such as 'JOB_INSTANCE_ID' rather than just 'ID'. 2008-02-06 03:44:19 +00:00
lucasward
5763e72c44 BATCH-337:No *Instance domain objects (or their respective tables) contain a 'status'. Instead, they contain the 'last execution', which can be used to determinte the status. RestartData is also no longer necessary, as everything can be 'restored' by calling stepInstance.getLastExecution().getExecutionAttributes(). Also changed all 'ID' columns to be complete, such as 'JOB_INSTANCE_ID' rather than just 'ID'. 2008-02-06 03:44:11 +00:00
lucasward
7632f29c4a BATCH-337:No *Instance domain objects (or their respective tables) contain a 'status'. Instead, they contain the 'last execution', which can be used to determinte the status. RestartData is also no longer necessary, as everything can be 'restored' by calling stepInstance.getLastExecution().getExecutionAttributes(). Also changed all 'ID' columns to be complete, such as 'JOB_INSTANCE_ID' rather than just 'ID'. 2008-02-06 03:43:53 +00:00
lucasward
6012f6ed8a BATCH-338: Added extra constructors to StreamException. 2008-02-05 16:57:19 +00:00
robokaso
bab5f97e84 RESOLVED - issue BATCH-336: Create Migration guide for moving from Milestone 3 to Milestone 4.
http://jira.springframework.org/browse/BATCH-336
2008-02-05 15:56:53 +00:00
dsyer
5e12022928 m3 -> m4 in some docos 2008-02-05 11:41:33 +00:00
dsyer
05e0804020 Removed the close() method from ItemWriter - it shadows ItemStream so use that interface if needed. 2008-02-05 11:37:03 +00:00
dsyer
f41487b32b Removed the close() method from ItemReader - it shadows ItemStream so use that interface if needed. 2008-02-05 11:33:23 +00:00
dsyer
4d6d29b759 Javadocs 2008-02-05 11:26:45 +00:00
dsyer
22a1d7c254 Remove unnecessary context from mark()/reset() in ItemStream. 2008-02-05 10:37:01 +00:00
dsyer
39210aa3d6 Re-order assertion to catch the problem if it exists earlier 2008-02-05 10:28:18 +00:00
dsyer
8ac9c65b78 RESOLVED - issue BATCH-330: Modify RestartData to be a typesafe form of map
http://jira.springframework.org/browse/BATCH-330

Remove references to RestartData
2008-02-05 09:44:45 +00:00
dsyer
8c1cb2808f Purge StreamContext some more 2008-02-05 09:34:13 +00:00
dsyer
1479d4c53d Purge StreamContext 2008-02-05 08:51:54 +00:00
dsyer
51e48b5edb Fi pom to not use clover 2008-02-05 08:28:32 +00:00
dsyer
fad398f069 Build carnage - thank you Lucas 2008-02-05 08:08:02 +00:00
lucasward
12345beaf7 BATCH-219 and BATCH-330: Created ExecutionAttributes, which are stored in the table BATCH_STEP_EXECUTION_ATTRIBUTES. 2008-02-05 02:33:21 +00:00
lucasward
96a11b3bb7 BATCH-219 and BATCH-330: Created ExecutionAttributes, which are stored in the table BATCH_STEP_EXECUTION_ATTRIBUTES. 2008-02-05 02:32:58 +00:00
lucasward
625480382c BATCH-219 and BATCH-330: Created ExecutionAttributes, which are stored in the table BATCH_STEP_EXECUTION_ATTRIBUTES. 2008-02-05 02:32:48 +00:00
lucasward
36452a96d1 BATCH-219 and BATCH-330: Created ExecutionAttributes, which are stored in the table BATCH_STEP_EXECUTION_ATTRIBUTES. 2008-02-05 02:32:27 +00:00
dsyer
a40a362d9a Rationalise BatchResourceFactoryBean and allow %{key}% values in replacement patterns for JobParameters 2008-02-04 18:38:09 +00:00
dsyer
241609e09f remove JobInstanceLabelGenerator strategy 2008-02-04 18:09:31 +00:00
dsyer
18cee987fe Incomplete - task 75: Coverage chasing (Execution)
Test coverage improvements - up to 92% in execution.
2008-02-04 17:55:41 +00:00
dsyer
2aa895bfb6 REOPENED - issue BATCH-222: StreamManager for reader/writer abstractions uses StreamContext to position at the right place for restart
http://jira.springframework.org/browse/BATCH-222

ALign some dependencies - SimpleStepExecutor does not need a transaction manager
2008-02-04 16:13:28 +00:00
dsyer
8773b55f8b Changed restartQuery back to restartSql to be consistent with related single column case. 2008-02-04 15:31:04 +00:00
dsyer
c96c619d26 Remove duplicate setter. 2008-02-04 14:47:39 +00:00
dsyer
cade1e8f19 Add profile for clover build (inactive by default) 2008-02-04 13:58:04 +00:00
dsyer
1fa7763d0d IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7

Javadocs for isMarkSupported().
2008-02-04 13:18:33 +00:00
robokaso
ab29fb637b RESOLVED - issue BATCH-332: Rename the JOB_ID column to JOB_INSTANCE_ID in the status tables
http://jira.springframework.org/browse/BATCH-332

JOB_ID and STEP_ID columns renamed to JOB_INSTANCE_ID and STEP_INSTANCE_ID
2008-02-04 09:52:46 +00:00
dsyer
3071ab6596 IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7

Take some steps to make stream context keys unique in the StreamManager
2008-02-04 08:13:56 +00:00
dsyer
76051a4f3b Disable Clover and put in Emma 2008-02-03 15:53:38 +00:00
dsyer
ee779e15f3 IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7

Check for isMarkSupported().
2008-02-02 15:19:49 +00:00
dsyer
2d1ccb0cc6 IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7

Remove GenericStreamContext
2008-02-02 15:16:20 +00:00
dsyer
d1ab2086a6 IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7

Remove unnecessary usage of GenericStreamContext
2008-02-02 14:31:30 +00:00