1460 Commits

Author SHA1 Message Date
robokaso
eb67e73ab0 replaced StringBuilder with StringBuffer to fix samples-14 build (I though using StringBuilder outside samples was ok?) 2008-04-16 13:00:14 +00:00
robokaso
cbad1565d3 RESOLVED - BATCH-590: broken rollback/buffering in JdbcCursorItemReader
fixed the buffering issue and added a more thorough rollback test for all readers
2008-04-16 12:41:54 +00:00
robokaso
3d30a64f0b RESOLVED - BATCH-589: StepExecutionResourceProxy's toString() leads to NPE
added assertion delegate is not null in toString (similar to other methods) and removed the toString usage in FlatFileItemReader#setResource
2008-04-16 08:09:50 +00:00
robokaso
33ab740a1f OPEN - BATCH-587: Validation : add error object in ValidationException
richer exception messages in SpringValidator + cleaned up the implementation a bit
2008-04-15 13:30:32 +00:00
robokaso
0c40ce5141 RESOLVED - BATCH-578: remove self-initialization from ItemReader#read() implementations 2008-04-14 09:10:17 +00:00
dsyer
60c8015009 Updated use cases a bit to be clear about scope for 1.0 2008-04-13 06:52:57 +00:00
dsyer
8a023b6c5c [BATCH-579] Remove redundant IOException 2008-04-11 21:19:49 +00:00
lucasward
f162c1bd21 BATCH-508: Added default values to ExecutionContext 2008-04-11 20:26:20 +00:00
dsyer
eb518799cf Remove use of deprecated constructor 2008-04-11 07:04:33 +00:00
robokaso
70d1098844 ad-hoc try to fix the CI build (can't reproduce the failure) 2008-04-10 14:25:27 +00:00
robokaso
9937a4c703 removed temporary test suite 2008-04-10 14:19:02 +00:00
robokaso
c7d2a7e8bf RESOLVED - BATCH-396: jdbc and map daos should share tests 2008-04-10 14:07:52 +00:00
dsyer
3e787fb680 Tidied up javadocs in UnexpecteJobExecutionException and deprecated less informative constructors. 2008-04-10 08:52:00 +00:00
robokaso
5ff2e320bc RESOLVED - BATCH-522: abstract common concerns from BatchSqlUpdateItemWriter and HibernateAwareItemWriter
duplicate logic pulled up to AbstractTransactionalResourceItemWriter
2008-04-09 09:39:53 +00:00
lucasward
58448aa23b BATCH-553:Added a protected getter for ChunkOperations to SimpleStepFactoryBean 2008-04-09 03:53:48 +00:00
lucasward
3edc30eec6 BATCH-531: Moved item count increment from Step to ItemHandler so that the last call to ItemReader#read() doesn't inadvertently increment the count. Also added a test case. 2008-04-09 03:38:27 +00:00
robokaso
3877476e15 RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample 2008-04-08 12:28:35 +00:00
robokaso
c971e12a03 fix test 2008-04-08 12:07:20 +00:00
dsyer
63127b2e00 [BATCH-568] added check for cursor returning array 2008-04-08 11:43:23 +00:00
robokaso
fa3775851b RESOLVED - BATCH-143: uniform tests for IO sources
abstract CommonItemStreamItemReaderTests added + subclasses that setup different reader implementations
2008-04-08 11:11:16 +00:00
dsyer
a5b934822c Javadocs (implement TODOs) 2008-04-08 07:30:36 +00:00
dsyer
3e2643b9ec Remove redundant public keyword from ItemWriter 2008-04-08 07:28:28 +00:00
robokaso
e3d4186bf8 RESOLVED - BATCH-556: create common step tests
added tests for AbstractStep
2008-04-07 10:51:20 +00:00
dsyer
b0ba064247 RESOLVED - issue BATCH-565: StatefulRetryStepFactoryBean ignores skip configuration
Added additional protected getter so the skip policy can be determined from base class
2008-04-07 10:39:38 +00:00
dsyer
cbd12f3fa0 RESOLVED - issue BATCH-564: CompositeSkipListener has method from StepExecutionListener 2008-04-07 09:40:53 +00:00
robokaso
d6c79227e7 RESOLVED - BATCH-558: TaskletAdapter still maps to CONTINUABLE by default
updated javadoc
2008-04-07 08:24:26 +00:00
robokaso
4a1fb49053 RESOLVED - BATCH-558: TaskletAdapter still maps to CONTINUABLE by default
changed the default return value to ExitStatus.FINISHED
2008-04-07 08:19:22 +00:00
robokaso
0eac8f0c6f RESOLVED - BATCH-561: ItemReaderAdapter still implements unnecessary close method
removed the redundant close method + added javadoc to no-op mark and reset
2008-04-07 08:07:27 +00:00
dsyer
45b3b0e6c3 RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter
Move "non-existent file" to target dir
2008-04-07 07:54:38 +00:00
dsyer
5d16dc4cdb [BATCH-560] Make sure file exists before setting read only 2008-04-07 07:49:38 +00:00
dsyer
35f0b6a917 RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter 2008-04-07 07:35:41 +00:00
dsyer
5c1eed2fba RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter 2008-04-07 07:35:26 +00:00
dsyer
82719ce49c RESOLVED - issue BATCH-562: org.springframework.batch.execution package still referenced in documentation 2008-04-07 07:29:55 +00:00
dsyer
afb9508e4f RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter 2008-04-07 07:21:18 +00:00
dsyer
7dcda664c3 RESOLVED - issue BATCH-546: pull duplicates from TaskletStep and ItemOrientedStep into AbstractStep
Tidied up by changing visibility of some methods and fields.
2008-04-04 16:54:29 +00:00
dsyer
ea11f4fa1c RESOLVED - issue BATCH-539: Oracle schema could use more oracle-appropriated datatypes.
Applied patch from JIRA
2008-04-04 16:41:12 +00:00
robokaso
9a222286b8 RESOLVED - issue BATCH-546: pull duplicates from TaskletStep and ItemOrientedStep into AbstractStep 2008-04-04 14:57:27 +00:00
dsyer
646965b32d RESOLVED - issue BATCH-539: Documentation detailing queries used in repositories, so that DBA can set up indexes 2008-04-04 11:48:30 +00:00
dsyer
6c9cd600dc [BATCH-555] use lenient=false in default field set 2008-04-04 09:44:05 +00:00
dsyer
896125f688 RESOLVED - issue BATCH-552: Fix samples-14 CI build (MBeanServer not automatically created in Java 1.4)
Extra check that job configurations have loaded.
2008-04-03 15:23:15 +00:00
dsyer
fcca799608 RESOLVED - issue BATCH-552: Fix smaples-14 CI build (MBeanServer not automatically created in Java 1.4)
Added MBeanServer and a connector
2008-04-03 12:22:38 +00:00
robokaso
1b659fe744 IN PROGRESS - issue BATCH-546: pull duplicates from TaskletStep and ItemOrientedStep into AbstractStep
pulled up jobRepository property
2008-04-03 11:23:21 +00:00
dsyer
31584fabde RESOLVED - issue BATCH-552: Fix samples-14 CI build (MBeanServer not automatically created in Java 1.4)
Added explicit MBeanServerFactoryBean.
2008-04-03 11:18:42 +00:00
dsyer
4ce2a39f30 RESOLVED - issue BATCH-551: Put some checks in skip so that poor key generation algorithms do not cause weird looking failures.
Added skipCacheCapacity as configurable for skip limit factory bean.
2008-04-03 11:09:13 +00:00
dsyer
d076eb58ae Changed i21 to SpringSource 2008-04-03 10:28:40 +00:00
robokaso
986baed232 IN PROGRESS - issue BATCH-546: pull duplicates from TaskletStep and ItemOrientedStep into AbstractStep
pulled up listener registration to AbstractStep
2008-04-03 09:08:41 +00:00
dsyer
e9f8dca87e update link to docos 2008-04-02 17:35:10 +00:00
lucasward
25dea1694a BATCH-549: JdbcCursorItemReader will not be support being restarted more than once without issue. Added an additional unit test for all item readers to make sure this case is tested for. 2008-04-02 15:43:58 +00:00
robokaso
e023574922 RESOLVED - issue BATCH-547: confusing ItemWriterRetryCallback#doWithRetry
inlined the process(..) method body - it was trivial and used in one place only
2008-04-02 14:52:30 +00:00
robokaso
6111128b57 RESOLVED - issue BATCH-545: RetryTemplate swallows Throwables that are not Exception or Error
added unwrapping of rethrown exceptions before passing to collaborators
2008-04-02 14:42:29 +00:00