dsyer
|
bebab9c8d2
|
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7
Added ItemStream as base interface for ItemReader/Writer.
|
2008-01-30 18:42:48 +00:00 |
|
dsyer
|
02f1ae5c0c
|
OPEN - issue BATCH-324: Step as factory for StepExecutor
http://jira.springframework.org/browse/BATCH-324
run/process -> execute
|
2008-01-30 15:17:42 +00:00 |
|
dsyer
|
6ffefbc184
|
Introduce KeyedItemReader to push the getKey() method into a separate place.
|
2008-01-30 08:55:53 +00:00 |
|
dsyer
|
911e368a71
|
OPEN - issue BATCH-324: Step as factory for StepExecutor
http://jira.springframework.org/browse/BATCH-324
Same treatment for JobExecutor - roll it up into the Job interface
|
2008-01-29 18:07:57 +00:00 |
|
lucasward
|
3d7f40ca90
|
BATCH-325:Added close() to readers and writers.
|
2008-01-29 17:15:49 +00:00 |
|
dsyer
|
f9619e345e
|
OPEN - issue BATCH-324: Step as factory for StepExecutor
http://jira.springframework.org/browse/BATCH-324
Substantial re-org of core domain packages to align concerns
|
2008-01-29 16:36:16 +00:00 |
|
dsyer
|
4da4c073d5
|
OPEN - issue BATCH-324: Step as factory for StepExecutor
http://jira.springframework.org/browse/BATCH-324
First pass - added factory method, resolved conflicts and cycles, got tests working.
|
2008-01-29 15:07:53 +00:00 |
|
dsyer
|
75c8f9b5c1
|
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320
Another package rename.
|
2008-01-29 10:44:18 +00:00 |
|
dsyer
|
bc9afc4ce1
|
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320
Remove some references to "processor". Rename some XML files.
|
2008-01-29 09:35:11 +00:00 |
|
dsyer
|
a98f0e566c
|
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320
Compiler warnings.
|
2008-01-29 09:25:01 +00:00 |
|
dsyer
|
b0c6a16879
|
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320
Replace DummyItemWriter to fix failed build
|
2008-01-29 09:22:42 +00:00 |
|
dsyer
|
63594415ca
|
Purge ItemProcessor
|
2008-01-29 09:13:47 +00:00 |
|
dsyer
|
0e27ea6660
|
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320
Half way there - tests OK, but some naming and tidying up to do.
|
2008-01-28 22:37:46 +00:00 |
|
lucasward
|
f092cb8a99
|
added a BatchResourceFactoryBean to fixedlengthImportJob and fixed a repository error it illuminated.
|
2008-01-28 15:41:43 +00:00 |
|
dsyer
|
fd012bd49c
|
Resolved some TODOs.
|
2008-01-28 13:56:48 +00:00 |
|
dsyer
|
00ca5ce850
|
RESOLVED - issue BATCH-88: StatisticsProvider is a leaky abstraction
http://jira.springframework.org/browse/BATCH-88
|
2008-01-24 16:22:56 +00:00 |
|
dsyer
|
3f6f0a94e7
|
Complete - task 70: Parallel job transactions
|
2008-01-24 13:23:22 +00:00 |
|
dsyer
|
d8da44cc92
|
RESOLVED - issue BATCH-312: Fix JMX demo now that JobIdentifier has been replaced with JobParameters
http://jira.springframework.org/browse/BATCH-312
Implemented ExportedJobLauncher and exposed in JMX
|
2008-01-24 12:49:36 +00:00 |
|
dsyer
|
58efcd47ef
|
Complete - task 69: Fix Hibernate samples
duplicate job name!
|
2008-01-24 11:03:20 +00:00 |
|
dsyer
|
227be94c1c
|
Complete - task 69: Fix Hibernate samples
duplicate job name!
|
2008-01-24 10:56:25 +00:00 |
|
dsyer
|
09fc32c4b9
|
OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304
Nuke JobIdentifier
|
2008-01-24 08:47:16 +00:00 |
|
dsyer
|
5a8635a32e
|
OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304
First part of JobParameters and retirement of JobIdentifier. Tests are borken, but not by these changes so I figure I have to get them in!
|
2008-01-24 08:07:20 +00:00 |
|
dsyer
|
6f762fae5d
|
Remove some System.err
|
2008-01-23 16:42:16 +00:00 |
|
dsyer
|
f7d53868ce
|
Use interface instead of impl for item reader in unit test in case AOP interceptor breaks autowiring.
|
2008-01-23 16:40:54 +00:00 |
|
lucasward
|
24fd1d8002
|
Fixed HibernateFailureJob, which wasn't validating it's preconditions, causing a nullpointerexception
|
2008-01-23 13:34:22 +00:00 |
|
dsyer
|
8833158f0d
|
Remove duplicate job name (causing failures in test suite)
|
2008-01-23 12:23:27 +00:00 |
|
dsyer
|
d67a4b4caf
|
Attempt to fix simpleTaskletJob
|
2008-01-23 09:59:48 +00:00 |
|
dsyer
|
c67607084d
|
Tidy up build problems overnight.
|
2008-01-23 09:13:16 +00:00 |
|
lucasward
|
2e68e82e84
|
BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate.
|
2008-01-22 23:39:41 +00:00 |
|
dsyer
|
eeddeff59b
|
OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
|
2008-01-22 13:52:17 +00:00 |
|
dsyer
|
552549f897
|
OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
|
2008-01-22 13:45:02 +00:00 |
|
dsyer
|
d5b0b35175
|
RESOLVED - issue BATCH-247: update samples job matrix
http://jira.springframework.org/browse/BATCH-247
Convert XLS job matrix to APT.
|
2008-01-21 14:34:10 +00:00 |
|
dsyer
|
c449d7c90c
|
Fix order-dependent test failure (caused by lack of primary key in GAMES)
|
2008-01-21 14:10:22 +00:00 |
|
dsyer
|
badcf74c7b
|
OPEN - issue BATCH-295: JobLauncher should have only one run method.
http://jira.springframework.org/browse/BATCH-295
Add a property editor for JobIdentifier so the JMX demo can work.
|
2008-01-21 11:37:12 +00:00 |
|
dsyer
|
a00f675b6a
|
Complete - task 67: Football job failures .
Remove unnecessary extra properties file and launcher - use jobLauncher instead
|
2008-01-19 17:10:52 +00:00 |
|
lucasward
|
b23991c9f1
|
BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files.
|
2008-01-17 14:45:54 +00:00 |
|
lucasward
|
682cfb560f
|
BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files.
|
2008-01-17 14:43:51 +00:00 |
|
dsyer
|
72167a78c6
|
Hopefully fix FieldSet changes (uncommitted) and add also some work in progress on JobLauncher interface change
|
2008-01-17 13:01:03 +00:00 |
|
dsyer
|
ce9ff5d25e
|
Rollback previous change to football job (make config file path valid)
|
2008-01-17 12:54:00 +00:00 |
|
lucasward
|
1640e7173f
|
Fixes for build errors
|
2008-01-16 21:56:31 +00:00 |
|
lucasward
|
8e3871e6a2
|
Misc. Name changes. (Mostly as a result of JobConfiguration -> job)
|
2008-01-16 11:48:56 +00:00 |
|
dsyer
|
dcdac74657
|
IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277
Switched order of "IF EXISTS" for MySQL.
|
2008-01-15 13:23:07 +00:00 |
|
lucasward
|
810e51ed9d
|
Unit test fixes.
|
2008-01-14 23:11:12 +00:00 |
|
lucasward
|
46276c65fd
|
BATCH-273: JobConfiguration renamed to Job
|
2008-01-14 22:57:57 +00:00 |
|
dsyer
|
448409a257
|
IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277
Added MySQL to samples and execution DDL generator (untested).
|
2008-01-13 12:45:51 +00:00 |
|
lucasward
|
17963b3386
|
BATCH-269:Moved PassThroughFieldSetMapper from Samples to Infrastructure.
|
2008-01-07 15:49:17 +00:00 |
|
lucasward
|
fc8c14501c
|
BATCH-84: Modified JobIdentifier interface to include new JobRuntimeParameters value object, and modified its subclasses accordingly.
|
2008-01-07 06:19:21 +00:00 |
|
lucasward
|
bb5de7a2b9
|
Removed unnecessary entries from .project file.
|
2008-01-03 17:21:00 +00:00 |
|
dsyer
|
7084490d86
|
OK, let's try the Q4 plugin (instead of M2). Comments anyone?
|
2008-01-03 16:11:10 +00:00 |
|
dsyer
|
c423fff306
|
Rename provider package as "reader"
|
2008-01-02 14:41:06 +00:00 |
|