dsyer
00ca5ce850
RESOLVED - issue BATCH-88: StatisticsProvider is a leaky abstraction
...
http://jira.springframework.org/browse/BATCH-88
2008-01-24 16:22:56 +00:00
dsyer
702213838e
RESOLVED - issue BATCH-305: ItemProvider still referenced in comments / variable naming in ItemOrientedTasklet
...
http://jira.springframework.org/browse/BATCH-305
2008-01-24 10:42:31 +00:00
dsyer
678ccc06d9
RESOLVED - issue BATCH-45: Create a POJO adapter for batch Tasklet
...
http://jira.springframework.org/browse/BATCH-45
Use the existing method invoking delegator to provide a crude adapter (not trying to pass result back in).
2008-01-21 15:29:12 +00:00
dsyer
badcf74c7b
OPEN - issue BATCH-295: JobLauncher should have only one run method.
...
http://jira.springframework.org/browse/BATCH-295
Add a property editor for JobIdentifier so the JMX demo can work.
2008-01-21 11:37:12 +00:00
dsyer
ddac3e8e5e
RESOLVED - issue BATCH-296: rollback of first chunk fails
...
http://jira.springframework.org/browse/BATCH-296
Added additional test, but the bug was already fixed in m3.
2008-01-17 13:13:06 +00:00
dsyer
9c2df0b180
RESOLVED - issue BATCH-289: FieldSet should be an interface
...
http://jira.springframework.org/browse/BATCH-289
Created interface and moved implementation to DefaultFieldSet.
2008-01-16 14:39:11 +00:00
dsyer
5627d28945
RESOLVED - issue BATCH-293: ResourceLineReader eats newlines within a record's field
...
http://jira.springframework.org/browse/BATCH-293
Fixed using Java 2 features (not using the patch as such) - (implicit) StringBuffer instead of StringBuilder.
2008-01-16 14:19:07 +00:00
dsyer
c0bf35b959
RESOLVED - issue BATCH-285: Problem with DelimitedLineTokenizer and whitespace after quote
...
http://jira.springframework.org/browse/BATCH-285
Refactored to treat quoted strings with whitepsace outside the quotes as a special case (stripping the whitespace before unquoting). Non-quoted strings are not trimmed (but clients like the item readers may be trimming).
2008-01-16 10:35:36 +00:00
dsyer
8bdf835cdd
Fix compiler warnings
2008-01-15 13:18:10 +00:00
lucasward
e8c2539656
BATCH-263:XML and FlatFile item readers will no longer throw IllegalStateException on afterPropertiesSet if resource.exists() == false. Instead, they will check that a resource exists when initialized by the first call to read().
2008-01-03 20:31:15 +00:00
dsyer
c423fff306
Rename provider package as "reader"
2008-01-02 14:41:06 +00:00
dsyer
1be07ec5b2
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Rationalize interface locations to minimize chance of cycles in future.
Rename and refactor OXM interfaces a bit to be more consistent
2008-01-02 09:21:44 +00:00
dsyer
03ea1e3826
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Remove package cycles
2007-12-31 17:13:40 +00:00
dsyer
3ee3007c46
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Initial draft - separating flat file and xml processing
2007-12-31 15:42:15 +00:00
dsyer
01f64f013f
OPEN - issue BATCH-97: Fix integration tests on Bamboo server
...
http://jira.springframework.org/browse/BATCH-97
Use mininum bound (discard upper limit) when testing backoff strategies
2007-12-21 12:29:57 +00:00
dsyer
dfa9e646fe
RESOLVED - issue BATCH-154: Re-implement BeanWrapperFieldSetMapper using a DataBinder
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-154
Check that binder still works with default property editors.
2007-12-19 21:21:23 +00:00
dsyer
d0c42b7be1
RESOLVED - issue BATCH-154: Re-implement BeanWrapperFieldSetMapper using a DataBinder
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-154
Added new config options to BeanWrapperFieldSetMapper for custom property editors and extension points to create a custom binder if necessary.
2007-12-19 21:13:43 +00:00
lucasward
a41fef7eb6
BATCH-261:Added an extra test case to FieldSetTests to ensure padded input doesn't cause issues in the FieldSet. As mentioned in the issue, the BeanWrapperFieldSetMapper is likely causing the issue.
2007-12-19 15:22:32 +00:00
dsyer
d037885933
RESOLVED - issue BATCH-259: FlatFileParsingException should include line number in its toString()
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-259
Add missing unit test for exception
2007-12-18 17:38:03 +00:00
dsyer
fe54a6f38d
IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-212
Rename class and method names (Provider -> Reader)
2007-12-17 14:12:24 +00:00
dsyer
ab98d1ebe6
IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-212
Merge InputSource/ItemProvider -> ItemReader.
2007-12-17 13:13:39 +00:00
dsyer
ddc4a48de1
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Remove recover method from AbstractItemProvider.
2007-12-17 09:44:40 +00:00
dsyer
3c34d95ff8
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Moved recovery responsibility to a separate infrastructure interface.
2007-12-16 14:22:34 +00:00
dsyer
8ea331bfc7
Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
...
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00