robokaso
7a57b634c1
RESOLVED - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
...
http://jira.springframework.org/browse/BATCH-419
added the StepExecution argument to StepListener#onErrorInStep method
OPEN - issue BATCH-329: Make "VERSION" meaningful?
http://jira.springframework.org/browse/BATCH-329
MapStepExecutionDao now handles version similarly to JdbcStepExecutionDao
2008-03-06 16:02:22 +00:00
robokaso
db4b121b22
RESOLVED - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
...
http://jira.springframework.org/browse/BATCH-419
added JobExecution argument to JobListener#afterJob
2008-03-06 14:36:38 +00:00
robokaso
e20a250e14
IN PROGRESS - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
...
http://jira.springframework.org/browse/BATCH-419
added StepExecution argument to StepListener#afterStep
2008-03-06 14:25:09 +00:00
robokaso
97de346c69
added batchUpdateJob to .springBeans
2008-03-06 14:17:16 +00:00
robokaso
244c5d592f
RESOLVED- issue BATCH-395: Rename simple-container-definition.xml
...
http://jira.springframework.org/browse/BATCH-395
fixed SpringIDE config sets
2008-03-06 13:50:37 +00:00
dsyer
915997cd28
RESOLVED - issue BATCH-76: ItemWriter for SQL batch updates
...
http://jira.springframework.org/browse/BATCH-76
2008-03-06 13:19:55 +00:00
robokaso
1184d30d54
IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
...
http://jira.springframework.org/browse/BATCH-382
javadoc fix
2008-03-06 13:09:47 +00:00
robokaso
4df44a88fa
IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
...
http://jira.springframework.org/browse/BATCH-382
cleaned up stax writer and tests
2008-03-06 12:22:48 +00:00
dsyer
cda3824c3d
Whitespace
2008-03-06 10:25:42 +00:00
dsyer
9eb3dc0b0f
Rename *Writer as *Dao if they don't implement ItemWriter
2008-03-06 10:25:01 +00:00
robokaso
52046cb0dc
IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
...
http://jira.springframework.org/browse/BATCH-382
basic buffering for StaxEventItemWriter
2008-03-06 09:52:45 +00:00
robokaso
799cce535d
RESOLVED - issue BATCH-395: Rename simple-container-definition.xml
...
http://jira.springframework.org/browse/BATCH-395
renamed to simple-job-launcher-context.xml and removed unused test config files from execution
2008-03-06 09:15:20 +00:00
dsyer
838975646f
Updated to add overview of listener callbacks.
2008-03-06 08:57:07 +00:00
dsyer
d2f4049627
*SynchronizerSynchronizer was still hanging around
2008-03-06 08:53:15 +00:00
dsyer
805b7735d2
RESOLVED - issue BATCH-420: ChunkListener
...
http://jira.springframework.org/browse/BATCH-420
2008-03-06 08:32:25 +00:00
dsyer
f2ae3f05b9
RESOLVED - issue BATCH-427: Another example of dual extends and implements
...
http://jira.springframework.org/browse/BATCH-427
2008-03-06 08:25:58 +00:00
dsyer
2844579dae
RESOLVED - issue BATCH-421: Different set methods for listeners on implementation classes
...
http://jira.springframework.org/browse/BATCH-421
2008-03-06 08:20:01 +00:00
wxlund
efe07a3096
Went through ItemWriters this evening and in the process added the catalog of ItemWriters to the appendix. I also opened a minor jira issue for questions I had on a few points I found.
2008-03-06 07:41:39 +00:00
lucasward
eb744db9f4
Continued cleanup of Reference Documentation. Repeat and Retry have been separated into their own chapters, Infrastructure is now just ItemReaders and ItemWriters. Added a lot of extra initial documentation about the expected contract of ItemReader, ItemWriter, and ItemStream.
2008-03-06 05:45:00 +00:00
wxlund
1ead5462e0
(1) Finally fixed glossary so that it would generate with mvn site. We moved it to a glossary instead of chapter and added it back into index.xml. Previously it was commented out.
...
(2) Added appendix and moved the table of available item readers into the appendix.
(3) Grepped for all <programlisting> elements and untabified the regions so that they looked better.
(4) Reordering of chapters was done earlier in conjunction with Lucas.
2008-03-06 01:50:41 +00:00
lucasward
6c77820214
Updates to documentation, mostly cleanup.
2008-03-06 00:49:28 +00:00
dsyer
d265ef6b3e
Complete change to setter for job registry
2008-03-05 22:01:51 +00:00
dsyer
91fabf5e1b
Incomplete - task 89: Resurrect Quartz sample
...
Accidentally committed a class in test where it should have been main.
2008-03-05 21:51:50 +00:00
lucasward
be82769755
BATCH-418: renamed a setter on JobRegistryBeanPostProcessor that wasn't changed when Job was renamed from JobConfiguration.
2008-03-05 21:20:39 +00:00
dsyer
b5fe858e64
Incomplete - task 89: Resurrect Quartz sample
2008-03-05 15:02:53 +00:00
wxlund
e421eaa073
Added two diagrams from the inside spring batch to the section on XML Readers and Writers.
2008-03-05 14:46:01 +00:00
robokaso
69e3878501
RESOLVED - issue BATCH-389: Two samples could make use of our ValidatingItemReader instead of DelegatingItemReader.
...
http://jira.springframework.org/browse/BATCH-389
2008-03-05 14:15:13 +00:00
robokaso
840d30426a
IN PROGRESS - issue BATCH-412: consistent ItemStream key prefixes
...
http://jira.springframework.org/browse/BATCH-412
all keys made private (not referenced outside tests)
2008-03-05 12:22:31 +00:00
robokaso
2aa867c535
IN PROGRESS - issue BATCH-412: consistent ItemStream key prefixes
...
http://jira.springframework.org/browse/BATCH-412
added ExecutionContextUserSupport class as superclass for those who need to save data into ExecutionContext - removes the tons of copy-pastes used to handle naming and unique key generation
2008-03-05 10:28:48 +00:00
dsyer
fcb5da0831
ItemProcessor->ItemHandler
2008-03-05 07:06:40 +00:00
dsyer
7712242e84
Rename misnamed file
2008-03-05 07:05:39 +00:00
lucasward
a7fe4db96e
BATCH-413: Added a more specific exception type for when an item reader doesn't find any work.
2008-03-04 19:32:49 +00:00
dsyer
6e5e60af64
Use threshold = 2 for test (non-trivial limit).
2008-03-04 19:15:43 +00:00
lucasward
77b6a7c34c
BATCH-413: DrivingQueryItemReader now throws an exception if no keys are returned from the KeyGenerator.
2008-03-04 19:14:38 +00:00
robokaso
bf607c315e
RESOLVED - issue BATCH-411: invalid blob syntax in PostgreSQL schema
...
http://jira.springframework.org/browse/BATCH-411
2008-03-04 16:31:24 +00:00
wxlund
895df88eeb
Cleaned up content around ItemReaders, Mappers and Tokenizers.
2008-03-04 16:27:15 +00:00
dsyer
f22e8d04b7
Javadocs for HibernateAwareItemWriter tidied up.
2008-03-04 14:50:15 +00:00
dsyer
6eb3ce18cb
Fix thread interruption synchronization issue in CI build
2008-03-04 14:43:14 +00:00
robokaso
ac27e91948
RESOLVED - issue BATCH-383: Remove Java 5 features from samples
...
http://jira.springframework.org/browse/BATCH-383
2008-03-04 13:35:30 +00:00
dsyer
f73ce3553c
RESOLVED - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Tidied up listener registration and integration a bit
2008-03-04 13:16:18 +00:00
robokaso
9065b6ba25
RESOLVED - issue BATCH-406: jobInstance properties lastExecution and executionCount are useless
...
http://jira.springframework.org/browse/BATCH-406
removed lastExecution property and createExecution method
2008-03-04 11:46:38 +00:00
nebhale
2e7c457ef9
[maven-release-plugin] prepare for next development iteration
2008-03-04 10:33:49 +00:00
nebhale
ba18633306
[maven-release-plugin] prepare release spring-batch-1.0.0.m5
2008-03-04 10:33:29 +00:00
robokaso
c42a6ea147
RESOLVED - issue BATCH-393: DefaultFieldSet should not always trim whitespace from the value returned
...
http://jira.springframework.org/browse/BATCH-393
added readRawString(int) and readRawString(String) methods to FieldSet interface
2008-03-04 10:17:07 +00:00
dsyer
21fb94a079
Oops, removed the incrementer parent by mistake.
2008-03-04 09:53:50 +00:00
dsyer
05609cc2fb
RESOLVED - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Better name for helper method.
2008-03-04 09:47:22 +00:00
dsyer
cb50d4d18a
Need explicit dependency on backport
2008-03-04 08:46:15 +00:00
dsyer
e8da2c76f5
OPEN - issue BATCH-408: Parallel job sample is prone to OptimisticLockingException
...
http://jira.springframework.org/browse/BATCH-408
Use Semaphore instead of the crude synchronized block.
2008-03-04 08:37:10 +00:00
lucasward
428a60f86f
BATCH-407:Added repository factory to samples and created a factory for incrementers for that logic to obtain them could be unit tested. Also renamed SimpelJobRepositoryFactoryBean to just JobRepositoryFactoryBean
2008-03-03 20:23:34 +00:00
lucasward
e2094d1b2e
BATCH-407:Added repository factory to samples and created a factory for incrementers for that logic to obtain them could be unit tested. Also renamed SimpelJobRepositoryFactoryBean to just JobRepositoryFactoryBean
2008-03-03 20:23:26 +00:00