lucasward
|
aeab6a219f
|
BATCH-273: JobConfiguration renamed to Job
|
2008-01-14 22:58:24 +00:00 |
|
lucasward
|
f39f6625fc
|
BATCH-272:Changed BATCH_JOB to BATCH_JOB_INSTANCE and BATCH_STEP to BATCH_STEP_INSTANCE
|
2008-01-14 20:56:37 +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
|
ce9814f573
|
BATCH-84:Added BATCH_JOB_INSTANCE_PROPERTIES table and removed schedule date from the BATCH_JOB table. Also updated JdbcJobDao to store a serialization of the JobInstanceProperties (renamed from JobParameters) in the JOB_KEY column, for unique identification.
|
2008-01-11 06:04:58 +00:00 |
|
lucasward
|
cea8294db7
|
BATCH-84: Fixes for two test failures discovered by CI
|
2008-01-07 06:38:35 +00:00 |
|
lucasward
|
9ab9788cc0
|
BATCH-84: Modified JobIdentifier interface to include new JobRuntimeParameters value object, and modified its subclasses accordingly.
|
2008-01-07 06:19:15 +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 |
|
dsyer
|
98a050950a
|
Switch back to M2 plugin
|
2008-01-02 14:06:01 +00:00 |
|
dsyer
|
3ee3007c46
|
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
http://jira.springframework.org/browse/BATCH-267
Initial draft - separating flat file and xml processing
|
2007-12-31 15:42:15 +00:00 |
|
dsyer
|
19164926b6
|
Remove java.sql.Timestamp from domain objects.
|
2007-12-22 09:43:04 +00:00 |
|
dsyer
|
112150566c
|
Re-instate tests for optimistic locking in step dao
|
2007-12-19 21:06:31 +00:00 |
|
dsyer
|
79e7ebedd4
|
Re-instated changes for version check and optimistic locking
|
2007-12-19 21:01:32 +00:00 |
|
dsyer
|
6532fdba7a
|
Re-instate inner class for jdbc template
|
2007-12-19 20:58:57 +00:00 |
|
lucasward
|
ac7c7fca48
|
Fixed two test cases in AbstractStepDaoTests that were failing because code was lost in the Dao's due to how SVN handles file renaming.
|
2007-12-19 19:49:56 +00:00 |
|
lucasward
|
f016288ecd
|
Fixed issue caused by commits at the same time as a rename.
|
2007-12-19 17:38:23 +00:00 |
|
lucasward
|
b788ad462c
|
BATCH-217:Modified class names to Jdbc* from Sql*
|
2007-12-19 16:56:31 +00:00 |
|
dsyer
|
17d3397594
|
OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170
Fix broken tests.
|
2007-12-19 13:48:29 +00:00 |
|
dsyer
|
37696b45f4
|
OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170
Synchronized and added OptimisticLockingException to SqlStepDao. The parallel job now runs cleanly (tried it a few times).
|
2007-12-19 13:06:31 +00:00 |
|
dsyer
|
fe54a6f38d
|
IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212
Rename class and method names (Provider -> Reader)
|
2007-12-17 14:12:24 +00:00 |
|
dsyer
|
ab98d1ebe6
|
IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212
Merge InputSource/ItemProvider -> ItemReader.
|
2007-12-17 13:13:39 +00:00 |
|
dsyer
|
ddc4a48de1
|
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Remove recover method from AbstractItemProvider.
|
2007-12-17 09:44:40 +00:00 |
|
dsyer
|
611811d459
|
RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
Remove Recoverable interface (obsolete).
|
2007-12-16 18:06:05 +00:00 |
|
dsyer
|
c117a44354
|
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Tidied up test cases and removed DefaultStepExecutor (Simple* does everything).
|
2007-12-16 17:59:35 +00:00 |
|
dsyer
|
3c34d95ff8
|
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Moved recovery responsibility to a separate infrastructure interface.
|
2007-12-16 14:22:34 +00:00 |
|
dsyer
|
a48b7847e3
|
RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
Tidy Javadocs.
|
2007-12-16 12:04:03 +00:00 |
|
dsyer
|
f49c9d9526
|
IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
|
2007-12-15 15:25:11 +00:00 |
|
dsyer
|
4bbd3b7b02
|
Re-generate classpaths for missing dependency.
|
2007-12-14 01:16:25 +00:00 |
|
dsyer
|
17530eb7d0
|
line endings
|
2007-12-13 11:46:43 +00:00 |
|
dsyer
|
b754c05807
|
CGLib needed for testing scoped proxy
|
2007-12-12 23:12:13 +00:00 |
|
dsyer
|
478b14a875
|
JobConfigurationRegistry is supposed to return a collection of job configurations (never checked before)
|
2007-12-12 22:54:39 +00:00 |
|
dsyer
|
2a648348ac
|
Use InheritedThreadLocal (as interim measure) so that child threads are aware of step context
|
2007-12-12 22:53:32 +00:00 |
|
dsyer
|
a90ae4a5bb
|
Switch db2 / derby (was wrong way round) for sequence gen macro
|
2007-12-12 22:51:47 +00:00 |
|
dsyer
|
25c6447238
|
Fix Derby schema
|
2007-12-12 22:12:09 +00:00 |
|
dsyer
|
cf4a2832a9
|
Fix broken test with existing running job.
|
2007-12-12 13:05:07 +00:00 |
|
dsyer
|
e1870493ee
|
Add special exception handling so that JConsole can get stack traces
|
2007-12-12 12:00:41 +00:00 |
|
dsyer
|
c7468195d0
|
OPEN - issue BATCH-250: Wrong DB Schema for DB2 for z/OS
http://opensource.atlassian.com/projects/spring/browse/BATCH-250
Added explicit SQL type information for the queries that update JobInstance (it was already done for JobExecution).
|
2007-12-12 11:48:40 +00:00 |
|
dsyer
|
5fa4ffc3b2
|
IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
Refactor JobRepository.findOrCreateJob() to return JobExecution.
|
2007-12-11 18:10:20 +00:00 |
|
dsyer
|
22d769afdd
|
OPEN - issue BATCH-243: Register Job twice if beanName property is used to define a job name
http://opensource.atlassian.com/projects/spring/browse/BATCH-243
Added additional test cases and comments in test.
|
2007-12-11 12:39:30 +00:00 |
|
dsyer
|
622e27de9c
|
OPEN - issue BATCH-243: Register Job twice if beanName property is used to define a job name
http://opensource.atlassian.com/projects/spring/browse/BATCH-243
Added test case for double registration.
|
2007-12-11 11:46:56 +00:00 |
|
dsyer
|
52d60bcc77
|
Remove public setters for queries
|
2007-12-10 22:28:51 +00:00 |
|
lucasward
|
d706b0c075
|
Correct root pom.xml to contain objectstyle.org repository, which is
necessary for the foundrylogic jar to get downloaded.
|
2007-12-10 22:04:46 +00:00 |
|
dsyer
|
8ea331bfc7
|
Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
|
2007-12-10 21:23:48 +00:00 |
|