dhgarrette
|
78c88afce0
|
BATCH-1125: Modified NoWorkFoundStepExecutionListener so that it will fail the step. Removed unused NoWorkFoundException.
|
2009-03-06 23:51:53 +00:00 |
|
dhgarrette
|
dee9420cda
|
BATCH-1124: Fixed error message that is seen when a class contains two methods with the same listener annotation.
|
2009-03-06 22:55:38 +00:00 |
|
dsyer
|
f814c8b4be
|
RESOLVED - issue BATCH-1122: StaxEventWriter.startDocument() needs to be protected
|
2009-03-06 10:14:20 +00:00 |
|
dsyer
|
23031bb2f6
|
Add comparator for sorting files by last modified date (useful for MultiResourceItemReader).
|
2009-03-06 08:37:03 +00:00 |
|
dsyer
|
bb9fd79bf1
|
Rationalise writer exception hierarchy
|
2009-03-06 08:24:12 +00:00 |
|
lucasward
|
19248a6762
|
BATCH-1114: Somehow the file wasn't removed from the previous location as well.
|
2009-03-04 06:22:33 +00:00 |
|
lucasward
|
9919930dda
|
BATCH-1114: Missed a file during last commit
|
2009-03-04 06:19:07 +00:00 |
|
lucasward
|
6f9fb36157
|
BATCH-1114: Moved FlushFailedException into support.transaction
|
2009-03-04 04:54:25 +00:00 |
|
dsyer
|
f2f7a12eaa
|
RESOLVED - issue BATCH-1109: Generalise PrefixMatching* to PatternMatching*
|
2009-03-03 17:11:49 +00:00 |
|
dsyer
|
7fd99c2344
|
RESOLVED - issue BATCH-1112: Remove cycle in infrastructure database/support (move support class up a level)
|
2009-03-03 14:26:23 +00:00 |
|
dsyer
|
9fa730100c
|
OPEN - issue BATCH-1108: Add composite ItemWriter/Processor based on Classifier
Move test case over from core as well
|
2009-03-03 12:23:59 +00:00 |
|
dsyer
|
998f6f592e
|
OPEN - issue BATCH-1108: Add composite ItemWriter/Processor based on Classifier
First draft of classifier features added. Also refactored MethodInvoker abstraction into infrastructure.
|
2009-03-03 11:55:03 +00:00 |
|
dsyer
|
56d8b35be8
|
RESOLVED - issue BATCH-935: Use NumberFormat when parsing real numbers
Change default locale for number format to US to keep backwards compatibility
|
2009-02-28 14:05:06 +00:00 |
|
dsyer
|
84c96bb769
|
RESOLVED - issue BATCH-935: Use NumberFormat when parsing real numbers
|
2009-02-28 14:01:02 +00:00 |
|
dsyer
|
6babb9b262
|
RESOLVED - issue BATCH-1106: SqlPagingQueryProviderFactoryBean ascending should default to true
Plus change PatternMatcher to match patterns instead of prefixes.
|
2009-02-27 22:41:22 +00:00 |
|
dsyer
|
871fe981b5
|
Javadocs
|
2009-02-24 15:45:09 +00:00 |
|
robokaso
|
fa2076594d
|
RESOLVED - BATCH-1091: Add strict flag to file readers (flat and XML).
added strict flag - when true reader throws exception on open if input resource doesn't exist
|
2009-02-23 23:49:19 +00:00 |
|
dsyer
|
d3f7d537d8
|
align PassThrough* naming
|
2009-02-18 08:25:08 +00:00 |
|
dhgarrette
|
b19b90be73
|
BATCH-1082: FlatFileItemReader.doClose() checks if the resource exists before trying to close it.
|
2009-02-16 22:03:32 +00:00 |
|
trisberg
|
0a29a8e0a3
|
BATCH-1083: renamed property parameterizedRowMapper to rowMapper now using type RowMapper instead of ParameterizedRowMapper
|
2009-02-16 16:34:25 +00:00 |
|
trisberg
|
46e67ab1cb
|
BATCH-949: renamed mapper property to rowMapper
|
2009-02-16 14:22:16 +00:00 |
|
lucasward
|
ecbc2ba5f9
|
BATCH-851: Removed DrivingQueryItemReader and related classes.
|
2009-02-10 23:21:00 +00:00 |
|
dhgarrette
|
0d39705748
|
BATCH-1070: Added 'strict' property to BeanWrapperFieldSetMapper.
|
2009-02-10 03:23:01 +00:00 |
|
robokaso
|
c083ff07b4
|
REOPENED - BATCH-996: use default retryLimit == 1 (not 0) in *StepFactoryBean
revert back to default retryLimit == 0 which was actually correct
|
2009-01-29 13:20:20 +00:00 |
|
dhgarrette
|
02151edd2b
|
BATCH-1033: Moved matchPrefix method to PatternMatcher class. Also modified matchPrefix to ensure that the most specific prefix wins. Changed Prefix*LineMapper to have Prefix*LineTokenizer as a property.
|
2009-01-28 19:09:00 +00:00 |
|
dhgarrette
|
505d8532f9
|
BATCH-1033: Updated to account for the possibility of a null key in the map
|
2009-01-28 05:19:31 +00:00 |
|
dhgarrette
|
18f7870ba2
|
BATCH-1033: Created PrefixMatchingCompositeLineMapper and reorganized PrefixMatchingCompositeLineTokenizer so that its lookup functionality could be reused. Also updated the multiRecordType sample by removing PrefixMatchingCompositeFieldSetMapper in favor of the new class.
|
2009-01-28 05:00:06 +00:00 |
|
dhgarrette
|
bd6ff9dd55
|
BATCH-1023: Added javadocs to several classes
|
2009-01-27 19:55:05 +00:00 |
|
robokaso
|
b402914041
|
RESOLVED - BATCH-1031: FlatFileItemReader should identify missing resource in warning
added resource.getDescription() to logged warning
|
2009-01-27 14:52:19 +00:00 |
|
robokaso
|
996926bc21
|
RESOLVED - BATCH-1025: Move PatternMatcher to infrastructure project
|
2009-01-27 11:42:37 +00:00 |
|
robokaso
|
c18dbda106
|
RESOLVED - BATCH-996: use default retryLimit == 1 (not 0) in *StepFactoryBean
change the default value, emphasize in javadoc
update tests to JUnit4
|
2009-01-14 13:43:10 +00:00 |
|
robokaso
|
d574877255
|
RESOLVED - BATCH-994: BackOffPolicy is not applied for exceptions that cause rollback
backOff before deciding whether to rethrow
|
2009-01-13 16:27:42 +00:00 |
|
dsyer
|
df2ef02932
|
CLOSED - issue BATCH-979: Insert Apache license header in Java sources (where missing)
|
2009-01-13 11:08:59 +00:00 |
|
dsyer
|
191c0d7cd7
|
RESOLVED - issue BATCH-986: Provide factory bean for SqlPagingQueryProvider
Removed duplicate class SimpleDelegatingPagingQueryProvider.
|
2009-01-10 15:29:44 +00:00 |
|
robokaso
|
22c9fd346d
|
REOPENED - BATCH-988: MethodInvokingTaskletAdapter (via AbstractMethodInvokingDelegator) only allows specification of targetObject's declared methods
search for the target method in both getMethods() and getDelcaredMethods()
|
2009-01-07 14:58:00 +00:00 |
|
robokaso
|
1b80b3ccd4
|
replace Java6-only String.isEmpty()
|
2009-01-07 13:50:30 +00:00 |
|
robokaso
|
0a92a7752b
|
RESOLVED - BATCH-989: Add support for named queries on HibernateCursorItemReader
added setQueryName(..) as alternative to setQueryString(..)
|
2009-01-07 13:38:52 +00:00 |
|
robokaso
|
e692072862
|
RESOLVED - BATCH-988: MethodInvokingTaskletAdapter (via AbstractMethodInvokingDelegator) only allows specification of targetObject's declared methods
use getMethods() instead of getDeclaredMethods for validating target method exists
allow null argument values
|
2009-01-07 10:36:36 +00:00 |
|
robokaso
|
3f85b58dbb
|
REOPENED - BATCH-970: JdbcCursorItemReader executes outside of main transaction
added non-recursive implementations of javax.sql.Wrapper methods to the ExtendedConnectionDataSourceProxy to keep both JDK 5 and 6 happy
|
2009-01-05 11:02:51 +00:00 |
|
trisberg
|
71ec0a602e
|
BATCH-970: Added an ExtendedConnectionDataSourceProxy to be used with the JdbcCursorItemReader to allow the cursor and any other processing to share transactions.
|
2009-01-02 22:09:07 +00:00 |
|
dsyer
|
d3e81b5b4d
|
Fix paging errors with descending keys
|
2009-01-02 16:03:11 +00:00 |
|
dsyer
|
aee5ca3b85
|
RESOLVED - issue BATCH-986: Provide factory bean for SqlPagingQueryProvider
|
2009-01-02 14:10:11 +00:00 |
|
dsyer
|
bd3ab51c60
|
Tweak the JobOperator slightly and add Javadocs.
|
2008-12-31 16:23:11 +00:00 |
|
dsyer
|
e4ca63a927
|
RESOLVED - issue BATCH-980: Add SystemPropertyInitializer
|
2008-12-30 09:23:27 +00:00 |
|
dsyer
|
c9d7b45f14
|
RESOLVED - issue BATCH-977: DefaultLineMapper should check for its required dependencies
|
2008-12-30 07:56:36 +00:00 |
|
dsyer
|
aab745e591
|
Javadocs for PassthroughItemProcessor
|
2008-12-29 17:28:37 +00:00 |
|
robokaso
|
194cc1db69
|
IN PROGRESS - BATCH-971: add database writers to iosample
migrate ibatisJob to iosamples
fixed AbstractPagingItemReader to reset its state on close()
|
2008-12-17 16:31:13 +00:00 |
|
trisberg
|
2a1305358e
|
BATCH-970: made the transaction participation configurable
|
2008-12-15 17:30:34 +00:00 |
|
trisberg
|
6d6f54beea
|
BATCH-970: added call to DataSourceUtils to get connection for active transaction
|
2008-12-15 14:54:02 +00:00 |
|
robokaso
|
2cab2742c2
|
declared bufferKey attribute final
|
2008-12-15 10:52:25 +00:00 |
|