dsyer
|
c23620bc2a
|
Include backport in dependencies for samples
|
2007-11-13 16:30:06 +00:00 |
|
dsyer
|
0a129c2892
|
RESOLVED - issue BATCH-197: Allow to set ResourceLineReader on SimpleFlatFileInputSource
http://opensource.atlassian.com/projects/spring/browse/BATCH-197
|
2007-11-13 16:13:45 +00:00 |
|
dsyer
|
28eede11ec
|
RESOLVED - issue BATCH-196: NullPointerException in ResourceLineReader if the last line is comment
http://opensource.atlassian.com/projects/spring/browse/BATCH-196
|
2007-11-13 15:55:41 +00:00 |
|
dsyer
|
dc9d04e705
|
RESOLVED - issue BATCH-181: When trying to re-run a Job that already executed successfully the JobExecutorFacade returns ExitStatus.FAILED
http://opensource.atlassian.com/projects/spring/browse/BATCH-181
|
2007-11-09 15:03:29 +00:00 |
|
dsyer
|
d4c2c8954c
|
BATCH-191: added accessor for names in FieldSet.
|
2007-11-07 15:15:45 +00:00 |
|
dsyer
|
fd38ac3d14
|
Add new addExitDescription() to ExitStatus and make sure a message is set if no steps are run.
|
2007-11-07 11:49:04 +00:00 |
|
dsyer
|
d288c1fa8e
|
add alternate bin dir for test classes
|
2007-11-07 08:48:33 +00:00 |
|
dsyer
|
de91cbe728
|
RESOLVED - issue BATCH-191: The getProperties in FieldSet does not handle null values
http://opensource.atlassian.com/projects/spring/browse/BATCH-191
|
2007-11-06 08:16:39 +00:00 |
|
dsyer
|
aaa1c6427e
|
Add hashcode
|
2007-11-05 11:27:11 +00:00 |
|
dsyer
|
2e20f406f2
|
Add hashcode
|
2007-11-05 11:26:55 +00:00 |
|
dsyer
|
aee03b31cc
|
Organise imports
|
2007-11-05 09:32:31 +00:00 |
|
dsyer
|
497bd15a77
|
IN PROGRESS - issue BATCH-179: Separate input and output in samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-179
Applied patch from JIRA and fixed remaining issue in output source (need to create missing directory)
|
2007-11-05 09:28:18 +00:00 |
|
lucasward
|
9dc7981c5d
|
BATCH-189: Created AbstractTransactionalIoSource that can be the base class of both input and output sources.
Additionally, reorganized input and output source packages.
|
2007-11-05 04:12:42 +00:00 |
|
dsyer
|
4a00848fce
|
IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159
Refactored JobExecutorFacade into a package private interface - it's still useful in testing.
|
2007-11-02 12:29:18 +00:00 |
|
dsyer
|
ef608de7ae
|
RESOLVED - issue BATCH-188: LogOrRethrowException handler swallows unclassified exceptions
http://opensource.atlassian.com/projects/spring/browse/BATCH-188
|
2007-11-02 11:01:02 +00:00 |
|
dsyer
|
0d28722432
|
Organise imports
|
2007-11-02 08:57:58 +00:00 |
|
lucasward
|
a6515d9d72
|
Fixed Ibatisjob for updated package names.
|
2007-11-01 15:08:36 +00:00 |
|
lucasward
|
16fe237e71
|
BATCH-186: Updated orm test resource package names.
|
2007-11-01 13:02:57 +00:00 |
|
lucasward
|
bd6ebc3f6f
|
BATCH 186: modified the iBatis input source to now use the KeyGenerator, and moved into io.driving. io.orm package was romoved.
|
2007-11-01 12:19:19 +00:00 |
|
lucasward
|
c4dc54ba6b
|
BATCH-167 and BATCH-186: Completed refactoring of database input package names, and added a KeyGenerator to be used by the DrivingQueryInputSource.
|
2007-11-01 11:36:43 +00:00 |
|
lucasward
|
21d76df559
|
BATCH-167: The io.sql package was split into io.cursor and io.driving. This is an interim change, since subversion can be flaky when renaming packages.
|
2007-10-29 14:50:50 +00:00 |
|
lucasward
|
5a01edfddf
|
BATCH-167: Renamed CompositeKeyRestartDataConverter to just RestartDataConverter.
|
2007-10-29 11:40:51 +00:00 |
|
dsyer
|
533209a14b
|
IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159
Merged JobLauncher implementations together and separated out thread interruption and JMX notification responsibilities to separate collaborators.
|
2007-10-24 17:34:42 +00:00 |
|
dsyer
|
d182b36846
|
RESOLVED - issue BATCH-177: CountingCompletionPolicy causes the Step to go into infinite loop
http://opensource.atlassian.com/projects/spring/browse/BATCH-177
Use different base class for CountingCompletionPolicy
|
2007-10-23 13:33:33 +00:00 |
|
dsyer
|
df7d8f3c47
|
RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145
Moved it into infrastructure (in the wrong place originally).
|
2007-10-21 15:44:43 +00:00 |
|
dsyer
|
19c410d320
|
RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145
Moved it into infrastructure.
|
2007-10-21 15:36:27 +00:00 |
|
dsyer
|
18dcbd6a70
|
IN PROGRESS - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145
|
2007-10-21 15:28:51 +00:00 |
|
dsyer
|
a5cd014700
|
Remove M2_REPO crap from classpaths.
|
2007-10-21 14:42:01 +00:00 |
|
lucasward
|
45c02a90e5
|
FieldSetTests wasn't updated in the last commit.
|
2007-10-18 04:01:24 +00:00 |
|
lucasward
|
63bd6a5e65
|
BATCH-173 Misc Bug fixes.
|
2007-10-18 03:53:10 +00:00 |
|
lucasward
|
f67b63c0c1
|
BATCH-166 - additional asserts in StaxEventReaderInputSource.
|
2007-10-16 03:37:08 +00:00 |
|
lucasward
|
a844620c86
|
BATCH-169:DefaultFramentReader#markFragmentFinished returns the same object twice in the case of markFragmentFinished is called after markFragmentStart
|
2007-10-16 03:02:27 +00:00 |
|
lucasward
|
7ad5153652
|
Cleaned up composite key input source, and re-added singlekey input source. For some reason the original commit didn't take.
|
2007-10-16 02:48:05 +00:00 |
|
lucasward
|
adfea27de5
|
Removed erroneous import in iBatis input source.
|
2007-10-15 05:30:13 +00:00 |
|
lucasward
|
ee0dcdd37a
|
BATCH 144 and BATCH 150: create Hibernate and iBatis input sources with sample jobs.
|
2007-10-15 05:23:23 +00:00 |
|
dsyer
|
7d536d567b
|
Add a test for retry interceptor that shows how to layer the transaction boundary
|
2007-10-10 17:42:08 +00:00 |
|
dsyer
|
f2d1dabb06
|
RESOLVED - issue BATCH-50: Allow fixed-length file columns with column ranges
http://opensource.atlassian.com/projects/spring/browse/BATCH-50
Tidy test case and javadocs
|
2007-10-10 10:09:17 +00:00 |
|
dsyer
|
c4cf4a8910
|
RESOLVED - issue BATCH-50: Allow fixed-length file columns with column ranges
http://opensource.atlassian.com/projects/spring/browse/BATCH-50
Applied patch (and moved property editor).
|
2007-10-10 10:00:25 +00:00 |
|
dsyer
|
964f04af59
|
RESOLVED - issue BATCH-161: OutputSource still extends ResourceLifecycle
http://opensource.atlassian.com/projects/spring/browse/BATCH-161
|
2007-10-10 09:46:11 +00:00 |
|
dsyer
|
760fd206ed
|
organise imports
|
2007-10-10 08:49:41 +00:00 |
|
dsyer
|
02cc4a454d
|
organise imports
|
2007-10-10 08:49:22 +00:00 |
|
lucasward
|
7183b992bf
|
BATCH-162: Fixed NFL Sample job
|
2007-10-10 04:11:05 +00:00 |
|
lucasward
|
060a625fad
|
Fixed issues with FlatFileInputSourceTests which caused test errors.
|
2007-10-08 04:38:17 +00:00 |
|
lucasward
|
4b24ef866c
|
BATCH-140: Modified file input sources to no longer implemented FieldSet and now accept an injected mapper.
|
2007-10-08 04:28:31 +00:00 |
|
dsyer
|
354702d6a5
|
Add top level pom as linked resource
|
2007-10-07 18:17:47 +00:00 |
|
dsyer
|
e613551cd5
|
RESOLVED - issue BATCH-155: InputSources and FieldsetInputSources are not being initialized ( call the open() method)
http://opensource.atlassian.com/projects/spring/browse/BATCH-155
|
2007-10-05 15:17:46 +00:00 |
|
dsyer
|
3b2662a16b
|
OPEN - issue BATCH-157: *Source does not need to extend ResourceLifecycle
http://opensource.atlassian.com/projects/spring/browse/BATCH-157
|
2007-10-04 15:34:32 +00:00 |
|
dsyer
|
9d44d8f455
|
OPEN - issue BATCH-90: StepExecution and StepExecutionContext are parallel domains, and StepExecution is by comparison anaemic
http://opensource.atlassian.com/projects/spring/browse/BATCH-90
Add ExitStatus to *Execution entities
|
2007-09-30 21:16:44 +00:00 |
|
dsyer
|
09862eaa97
|
Use ProxyMethodInvocation (interface instead of impl)
|
2007-09-28 14:50:35 +00:00 |
|
dsyer
|
c2ea350185
|
Javadocs
|
2007-09-28 09:04:27 +00:00 |
|