qwazer
6487b030fa
fix typo delgates->delegates
2013-04-29 11:51:38 -05:00
Michael Minella
903f5060fb
BATCH-1995: Updated to handle delimitors at the beginning and end of a line
2013-04-20 23:34:52 -05:00
Michael Minella
860d9dae21
Updated documentation for 2.2.0.RC1 release
2013-04-08 13:45:41 -05:00
Chris Schaefer
36919f8706
BATCH-1946: Signs of failed merge in HibernateItemWrite (and others?)
2013-03-25 09:32:50 -05:00
jpraet
47ef986be7
BATCH-1959
2013-03-21 10:00:17 -05:00
jpraet
c65ec97474
- restore WRITE_STATISTICS_NAME from execution context on restart
...
- don't assume output file is always present on restart (could be
deleted by previous execution if shouldDeleteIfEmpty flag was set)
2013-03-20 09:54:53 -05:00
jpraet
538d7b1abb
BATCH-1957: Add StaxEventItemWriter deleteIfEmpty property
2013-03-20 09:52:44 -05:00
Michael Minella
c993e4c4e7
BATCH-1906: Fixed documentation and whitespace
2013-03-04 18:08:37 -06:00
jpraet
6e7b290727
BATCH-1906: add support to access an item's line number
2013-03-04 17:47:40 -06:00
Michael Minella
0c224009b9
BATCH-1972: Fixed some whitespace issues
2013-03-04 17:21:50 -06:00
jpraet
f7a88902ed
BATCH-1972: StaxEventItemReader fails when restarted at end of file
2013-03-04 16:50:42 -06:00
Michael Minella
39c5e221f8
BATCH-1975: Minor cleanup
2013-03-04 16:18:22 -06:00
jpraet
3f12a0f9a4
BATCH-1975: StaxEventItemWriter namespace added to elements after
...
restart
2013-03-04 15:14:53 -06:00
Michael Minella
aedf03fad0
BATCH-1966: Some minor cleanup
2013-03-04 14:08:19 -06:00
Dean de Bree
958d7c89a5
Added method to replace old setName method.
2013-03-04 09:15:16 -06:00
Dean de Bree
d1b84f3e2f
Added ExecutionContextUserSupport to the ItemStream Support class
...
Changed child classes to use this shared object
Changed some classes that previously extended ExecutionContextUserSupport
to rather use the same common parent class as everything else.
Changes all for issue BATCH-1966
2013-03-04 09:15:16 -06:00
Michael Minella
11add37b5c
BATCH-1856: Initial implementation of the getParentLogger method
2013-03-01 12:09:03 -06:00
Michael Minella
408de3c75f
BATCH-1955: Removed requirement to inject ItemSqlParamterSourceProvider when using Map's for an item
2013-03-01 11:54:00 -06:00
willschipp
5706813b02
addition of transacted value to JpaPagingItemReader
2013-02-28 21:01:24 -05:00
David Turanski
e4095ab26b
added GemfireItemWriter
2013-02-28 11:02:40 -06:00
Michael Minella
46cedbdc3d
BATCH-1728: Added some documentation in the AbstractPaginatedDataItemReader and fixed the message in the RepositoryItemWriter
2013-02-19 10:33:06 -06:00
Michael Minella
91deb12a83
BATCH-1728: Initial commit of Spring Data ItemReader/ItemWriter implementations
2013-02-19 10:33:06 -06:00
Dean de Bree
1b9d477386
Cleaned up some interface references
2013-02-19 09:24:47 -06:00
Michael Minella
e0667121f5
Removing unnecessiceary @Depricated degisgnation
2013-01-10 08:21:55 -06:00
Dave Syer
d0f8772a60
Fix some javadoc errors
2013-01-10 10:37:02 +00:00
Michael Minella
6955ab1d6b
BATCH-1904: Updated to support Hibernate 4
2012-12-31 09:08:57 -06:00
Chris Schaefer
a6ab68bbbb
BATCH-1940: Replace org.springframework.batch.support.JdbcTestUtils with org.springframework.test.jdbc.JdbcTestUtils
2012-12-31 08:35:06 -06:00
Michael Minella
96c818e86f
BATCH-1915: Reformatting
2012-12-31 08:10:08 -06:00
Chris Schaefer
a583c3a421
BATCH-1915: Change minimum compiler level to 1.6 and use @Override everywhere
2012-12-27 17:45:28 -05:00
Michael Minella
344c53e718
BATCH-1916: Updated javadoc to correctly reflect how RecordSeparatorPolicy#isEndOfRecord() works
2012-12-21 09:33:57 -06:00
Michael Minella
40975b6548
BATCH-1928: Converted to using JdbcOperations over JdbcTemplate
2012-12-17 09:16:30 -06:00
Dave Syer
09bf67859d
Fix Javadoc errors
2012-11-25 12:55:54 +00:00
Michael Minella
5d2aac135d
Moved Order to remove package circular dependency
2012-11-16 15:14:12 -06:00
Michael Minella
19bf980428
BATCH-1779: Removed Arrays.copyOf to support JDK 1.5
2012-11-16 13:36:00 -06:00
Michael Minella
b9f2ddcb6a
Merge branch 'master' into BATCH-1799
2012-11-16 13:19:39 -06:00
Michael Minella
4ec551e0ff
BATCH-1799: Updated to handle encoding correctly
2012-11-16 13:11:27 -06:00
Michael Minella
0580e33760
BATCH-1774: Updated to catch Throwable so Errors don't cause NPEs when processing results
2012-11-15 12:57:11 -06:00
Michael Minella
13fbcf992a
BATCH-1799: Updated TransactionAwareBufferedWriter to throw exceptions at flush
2012-11-13 16:24:58 -06:00
Michael Minella
491359aacc
BATCH-1799: Intermediate commit with POC code
2012-11-13 09:51:02 -06:00
Michael Minella
5d879ab27b
BATCH-1799: Updated to allow exceptions to be bubbled during flush/close
2012-11-08 14:16:17 -06:00
Michael Minella
6380491187
BATCH-1691: Updated to correct order by processing
2012-11-07 14:34:45 -06:00
Michael Minella
ea4fdfdf15
BATCH-1691: Implemented group by functionality not impacted by paging
2012-11-06 16:41:31 -06:00
Michael Minella
1cf9573679
BATCH-1749: Updated for sorts to be more intuitive
2012-11-05 10:29:15 -06:00
Michael Minella
12d9918289
BATCH-1749: JdbcPagingItemReader now supports multi-column keys
2012-11-02 15:01:43 -05:00
Michael Minella
3b551287d7
BATCH-1691: Implemented group by clause in paging queries
2012-10-30 15:46:10 -05:00
Lucas Ward
00763bd57a
BATCH-1854 Created ResourceAware and added a check to MultiResourceItemReader. If an item implements ResourceAware, the current resource will be set on it
2012-10-28 21:23:37 -05:00
Michael Minella
1b71ada1ff
BATCH-1869: Updated DelimitedLineTokenizer to support String delimiters
2012-10-11 12:22:54 -05:00
Michael Minella
5ee17a9008
BATCH-1895: Removed merge artifacts
2012-10-02 10:40:14 -05:00
Michael Minella
5975557d0e
BATCH-1895: Fixed merge issues
2012-10-02 10:29:14 -05:00
Michael Minella
e827990f08
BATCH-1895: Updated to use spring-retry
2012-10-02 10:06:44 -05:00