Commit Graph

3255 Commits

Author SHA1 Message Date
dsyer
60b05f321f Add step executions to job repository test utils 2009-07-07 13:40:43 +00:00
dsyer
b0d6e0e2b9 add spring3 profile 2009-07-07 12:56:53 +00:00
dsyer
abd28fe07a RESOLVED - issue BATCH-1321: Upgrade MANIFEST to allow Spring 3.0 to be used optionally
http://jira.springframework.org/browse/BATCH-1321
2009-07-07 09:04:46 +00:00
dsyer
ee6e6a17b5 Add simple integration test for restart using JobLauncher 2009-07-07 08:48:59 +00:00
dsyer
e516cbd4a0 RESOLVED - issue BATCH-1253: Ability to throttle the number of rows returned by a HibernateCursorItemReader 2009-07-07 08:45:10 +00:00
dsyer
456c16962b RESOLVED - issue BATCH-1320: New line special character in Header
http://jira.springframework.org/browse/BATCH-1320
2009-07-07 07:06:17 +00:00
dhgarrette
373cf71a64 Fixed failed tests 2009-07-06 07:15:04 +00:00
dhgarrette
3e0b8a72c8 BATCH-1298 & BATCH-1318: Added additional tests for exception classes 2009-07-06 06:32:38 +00:00
dhgarrette
9e65f9819a BATCH-1318: Fixed tests 2009-07-05 17:59:22 +00:00
dsyer
19942cc469 RESOLVED - issue BATCH-1319: Small memory leak in StepSynchronizationManager 2009-07-05 14:42:17 +00:00
dhgarrette
0559b4f65e BATCH-1315: Section 2.3 Configuration Enhancements contains invalid example 2009-07-05 10:06:59 +00:00
dhgarrette
a6075e3bd1 BATCH-1318: Added tests for various situations to test the exception classes 2009-07-04 10:37:00 +00:00
dhgarrette
746f455ba9 BATCH-1312: <fatal-exception-classes/> shouldn't be permitted without skip-limit= 2009-07-04 08:37:24 +00:00
dhgarrette
b06a6d86d6 BATCH-1313 & BATCH-1314:
*Added assertion to AbstractBatchLauncherTests to ensure that the job's status is COMPLETED.
 *Fixed broken tests.
2009-06-28 16:12:50 +00:00
dhgarrette
a7751c9d01 BATCH-1312: Improve error messages for skip/retry configurations 2009-06-28 14:55:24 +00:00
dsyer
1cf63b9152 RESOLVED - issue BATCH-1302: Tidy up samples - remove prefixes for namespaces like beans: 2009-06-28 10:11:18 +00:00
dsyer
3b9b7a96ba Clearer logging and comments 2009-06-28 07:31:51 +00:00
dsyer
3fa5a937d6 BATCH-1307: added documentation to clarify limitations of MapJobRepositoryFactoryBean. 2009-06-28 07:26:01 +00:00
dhgarrette
c18c341e7f BATCH-1306:
*FieldExtractorLineAggregator now replaces nulls with empty strings before calling doAggregate().
 *PassthroughFieldExtractor no longer replaces nulls.
2009-06-27 10:02:10 +00:00
dhgarrette
c7fddc87a8 BATCH-1308: FixedLengthTokenizer's 'names' property may not have spaces 2009-06-27 02:13:41 +00:00
dsyer
4b8ee536ca RESOLVED - issue BATCH-1311: SimpleJobExplorer should return null when a StepExecution cannot be found 2009-06-26 21:09:21 +00:00
dhgarrette
e25e9b1ca8 BATCH-1276: Modified footer-writing example. 2009-06-26 14:47:40 +00:00
dhgarrette
fe26ccb08a BATCH-1309: Added a 'strict' property to ExecutionContextPromotionListener to ensure the key is present 2009-06-26 12:45:47 +00:00
dsyer
2ce3c65c91 Add tests for exhausted read in database readers 2009-06-23 15:28:22 +00:00
dsyer
b811f14122 RESOLVED - issue BATCH-1304: Filter counter not incremented whenever there's a skip
Fixed - required new protected methods in SimpleChunkProcessor
2009-06-23 15:28:02 +00:00
dsyer
010015435f ignore bundlor in test project 2009-06-22 08:25:08 +00:00
dsyer
4d7ee940d9 BATCH-1303: add jsr-250 to tiger profile 2009-06-22 08:11:20 +00:00
dsyer
b4ed07607b svn:ignore 2009-06-22 07:57:56 +00:00
dsyer
935060776f BATCH-1303: add core-tests as a Spring 3.0 integration test project 2009-06-22 07:55:30 +00:00
dsyer
9e60248dfc OPEN BATCH-1303: Support Spring 3.0 EL. 2009-06-22 07:22:13 +00:00
dhgarrette
026bb0665e BATCH-1295:
*Provide ability to pass job's ExecutionContext into AbstractJobTests.launchStep() and StepRunner.launchStep()
 *Modified SimpleMethodInvoker.hashCode() so that it is not dependent on commons-lang
2009-06-21 15:55:22 +00:00
dsyer
1a92c5479a RESOLVED - issue BATCH-1301: ItemStream is not being opened correctly for multi-threaded Step when scope="step"
Fixed bug in unit test and tidied up context management
2009-06-21 08:52:47 +00:00
dsyer
528b5f6d9c Tidy up classpaths and poms 2009-06-21 08:25:54 +00:00
dsyer
3d6f1cadbc RESOLVED - issue BATCH-1301: ItemStream is not being opened correctly for multi-threaded Step when scope="step" 2009-06-21 08:25:15 +00:00
dsyer
8a39db4815 RESOLVED - issue BATCH-1299: Add processSkipCount in StepExecution#getSummary() 2009-06-19 06:23:02 +00:00
dsyer
a76e1ae813 Add link to downloads page 2009-06-18 20:10:49 +00:00
dsyer
0d7c59a4ee RESOLVED - issue BATCH-1297: Add null check for FlatFileItemReader in case resource exists on close, but not on open(!)
http://jira.springframework.org/browse/BATCH-1297

Check in MultResource reader as well
2009-06-18 12:04:35 +00:00
dsyer
015b7e59eb RESOLVED - issue BATCH-1297: Add null check for FlatFileItemReader in case resource exists on close, but not on open(!)
http://jira.springframework.org/browse/BATCH-1297
2009-06-18 07:16:35 +00:00
dsyer
54a974f707 Add test case for field specific property editors in BeanWrapperFieldSetMapper 2009-06-16 10:23:52 +00:00
dsyer
aac652ae59 Add dist target for sources and javadocs 2009-06-16 09:19:34 +00:00
dsyer
3a25f23218 BATCH-1209: add a Groovy job in samples using AntBuilder to do some file schlepping 2009-06-16 07:49:49 +00:00
trisberg
7b14a66a6e BATCH-1232: fixed broken test; removed unused import 2009-06-16 00:57:35 +00:00
trisberg
e80e30622d BATCH-1232: changed Sybase to use SQL type LONGVARCHAR instead of CLOB when setting context CLOB/TEXT column to null 2009-06-15 21:25:10 +00:00
dsyer
fcdd4178b7 move 1.* links to static.sfw.org 2009-06-13 17:01:08 +00:00
dhgarrette
449e95ab1c BATCH-1289: Add null-check to CoreNamespaceUtils.rangeArrayEditorAlreadyDefined() for a CustomEditorConfigurer with no customEditors property. 2009-06-13 03:50:52 +00:00
dsyer
fe2de35349 Fix link some more 2009-06-12 06:18:36 +00:00
dsyer
1e0c9b3627 Fix broken link 2009-06-12 06:15:59 +00:00
dhgarrette
17fda85af3 BATCH-1288: Typo in CallableTaskletAdapter JavaDoc 2009-06-11 23:09:58 +00:00
dhgarrette
84a5f0d7aa BATCH-1285: Add additional test for unreachable step in a subflow 2009-06-11 05:42:35 +00:00
dhgarrette
452d60a2be BATCH-1285: Fixed broken test 2009-06-11 05:31:09 +00:00