dsyer
1c63450dfb
cancel last commit
2010-02-02 21:29:22 +00:00
dsyer
fcf14c9317
[maven-release-plugin] prepare for next development iteration
2010-02-02 21:18:06 +00:00
dsyer
a371811b28
[maven-release-plugin] prepare release 2.0.5.RELEASE
2010-02-02 21:17:07 +00:00
dsyer
4f0bfe4d12
BATCH-1500: Fix SqlServer paging
2010-02-02 12:23:40 +00:00
dsyer
25504b2a3c
BATCH-1460: merged changes from trunk
2009-12-23 12:27:13 +00:00
dsyer
4b2f90158d
Tidy up
2009-11-26 18:06:16 +00:00
dsyer
f5e515242a
BATCH-1453: Oracle paging corrections
2009-11-26 18:04:56 +00:00
dsyer
c41904a95e
[maven-release-plugin] prepare for next development iteration
2009-10-18 19:30:40 +00:00
dsyer
77b38ced1d
[maven-release-plugin] prepare release 2.0.4.RELEASE
2009-10-18 19:29:55 +00:00
lucasward
d6d592c36d
BATCH-1418: HibernateCursorItemReader now implements jumpToItem
2009-10-05 04:10:54 +00:00
lucasward
cf06674008
BATCH-1418: StaxEventItemReader now controls restart itself.
2009-10-05 04:03:12 +00:00
dsyer
4953fe16c0
BATCH-1417: add extra check for last line empty
2009-10-02 01:29:43 +00:00
lucasward
172506250e
BATCH-1418: Added jumpToItem implementation in FFIR to all for correct restart
2009-09-30 04:50:33 +00:00
dsyer
a6dd427f93
BATCH-1417: fixed in 2.0.x as well
2009-09-28 16:54:53 +00:00
dsyer
24068ae7e2
Ready for maintenance on 2.0.x
2009-09-04 12:35:52 +00:00
dsyer
1884b8fcec
[maven-release-plugin] prepare release 2.0.3.RELEASE
2009-08-22 11:57:44 +00:00
dsyer
679a3dbcac
Spelling error in javadocs
2009-08-22 11:20:05 +00:00
dsyer
f0a958e0be
RESOLVED - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
...
Extra check for deadlock hopefully will fix build issues.
2009-08-15 09:19:16 +00:00
dsyer
7d4e7c0c2a
RESOLVED - issue BATCH-1361: PassThroughFieldExtractor does not handle Maps
2009-08-10 14:34:13 +00:00
dsyer
0fb758ee8d
RESOLVED - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
...
http://jira.springframework.org/browse/BATCH-1362
2009-08-10 10:46:42 +00:00
dsyer
410029ebbe
OPEN - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
...
Fixed, but can be tidied up.
2009-08-08 12:10:36 +00:00
dsyer
3c12692ba4
Make a clearer assertion about throttling
2009-08-06 13:17:31 +00:00
dhgarrette
9d694b7d6c
BATCH-1359: Throw helpful error from JdbcCursorItemReader if read() called before open()
2009-08-06 04:22:16 +00:00
dsyer
3429e41faf
BATCH-1346: added test and extra Javadocs to clarify
2009-07-28 17:21:03 +00:00
dsyer
7c8f84be8e
[maven-release-plugin] prepare for next development iteration
2009-07-21 07:32:10 +00:00
dsyer
28070bca4e
[maven-release-plugin] prepare release 2.0.2.RELEASE
2009-07-21 07:31:27 +00:00
dsyer
758082e28f
RESOLVED - issue BATCH-1317: Add flag to FlatFileItemWriter to delete empty files
2009-07-16 07:15:38 +00:00
dsyer
621327ea6c
RESOLVED - issue BATCH-1322: Provide prototype lookup support in DefaultPropertyEditorRegistrar
2009-07-16 07:08:56 +00:00
dsyer
d5223ee3de
Tidy up warnings in Eclipse
2009-07-10 11:59:58 +00:00
dsyer
d9791d60c5
RESOLVED: BATCH-1298
2009-07-09 12:38:10 +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
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
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
dsyer
4b8ee536ca
RESOLVED - issue BATCH-1311: SimpleJobExplorer should return null when a StepExecution cannot be found
2009-06-26 21:09:21 +00:00
dsyer
2ce3c65c91
Add tests for exhausted read in database readers
2009-06-23 15:28:22 +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
528b5f6d9c
Tidy up classpaths and poms
2009-06-21 08:25:54 +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
dhgarrette
7ef1e58867
BATCH-1279: Add default constructor to ValidatingItemProcessor for those preferring setter injection
2009-06-05 04:06:16 +00:00
dsyer
e706715679
Update log4j config
2009-06-04 16:13:16 +00:00
dsyer
a4645563ca
RESOLVED - issue BATCH-1278: RepeatTemplate aborts early if multiple threads throw ignorable exceptions
...
Tweak solution to handle repeat context properly in nested threads
2009-06-04 11:07:06 +00:00
dsyer
58819c9d7e
OPEN - issue BATCH-1272: Write skips do not work in a multi-threaded step
...
RESOLVED - BATCH-1278: RepeatTemplate aborts early
2009-06-04 10:43:57 +00:00
dsyer
7b054c0360
OPEN - issue BATCH-1272: Write skips do not work in a multi-threaded step
...
Added some logging and a test case
2009-06-04 09:37:12 +00:00
dsyer
88dfdba97e
RESOLVED - issue BATCH-1269: Add FieldSet support to PassThroughFieldExtractor
...
http://jira.springframework.org/browse/BATCH-1269
2009-06-03 14:52:20 +00:00
dhgarrette
9acb94ff59
BATCH-1267: Make sure jmsTemplate is not null in JmsItemReader
2009-06-03 02:33:25 +00:00