Commit Graph

642 Commits

Author SHA1 Message Date
Adrian Shum
0642e6db89 Fix failing FlatFileItemWriterTests#testWriteWithDelete caused by
not closing reader properly.
2012-12-12 15:34:08 +08:00
Michael Minella
5d2aac135d Moved Order to remove package circular dependency 2012-11-16 15:14:12 -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
Michael Minella
6779d49d3c BATCH-1718: Added optimistic flag
Added optimistic flag to allow configuration for optimistic or pessimistic evaluation of retry policies.
2012-09-28 13:37:54 -05:00
Chris Schaefer
d0e0334674 BATCH-1891: Migrate usage of deprecated classes 2012-09-21 09:29:13 +01:00
Chris Schaefer
d512ba8ff2 BATCH-1685: Upgrade minimum support level for Spring to 3.1.2 2012-09-12 06:08:36 +01:00
Chris Schaefer
1607014886 BATCH-1882: Add support for AMQP backed ItemReader / ItemWriter implementations
Add Spring AMQP and Spring Rabbit dependencies. Update
EasyMock from 2.3 to 2.4 to allow for concrete class mocking.
2012-08-28 10:45:00 +01:00
Dave Syer
be7754bed4 BATCH-1881: added forceSync flag to file writers 2012-07-27 13:54:52 +01:00
Dave Syer
96d3564247 BATCH-1878: add test cases for reading empty XML documents 2012-07-25 08:55:28 +01:00
Costin Leau
1fecf92614 BATCH-1874: add RegexTokenizer
adding the simple array field set mapper
2012-07-16 11:15:15 +01:00
Dave Syer
8865bb69aa BATCH-1753: added test case (seems to be OK) 2012-06-27 10:35:00 +01:00
Dave Syer
8525afc5c5 BATCH-1774: add test case (unsuccessful so far) 2012-06-27 10:07:48 +01:00
David Thexton
af0f960d89 BATCH-1860 - Fix tests (Derby queries now involve sub-query for ordering) and refactor superclass test to reflect that table alias is now present by default (changed as all but one subclass required the table alias) 2012-06-08 14:41:20 +01:00
Robert Kasanicky
a07a8dae14 RESOLVED - BATCH-1856: ExtendedConnectionDataSourceProxy compilation
error in JDK 7

fix Java 5 compilation regression
2012-05-06 23:21:48 +02:00
Robert Kasanicky
fd00ae62c1 RESOLVED - BATCH-1856: ExtendedConnectionDataSourceProxy compilation
error in JDK 7

trivial implementation of the new getParentLogger() method
2012-05-06 20:57:07 +02:00
Robert Kasanicky
6832201363 RESOLVED - BATCH-1798: MultiResourceItemReader fails on Restart if
the chunk crashes on the 1st commit.
2011-10-09 12:43:22 +02:00
Dave Syer
b850021187 Ignore test for BATCH-1795 2011-09-21 11:03:48 -04:00
Dave Syer
ca7eadd943 BATCH-1758: Fix PropertiesConverter corner case with round trips of short strings 2011-06-01 10:11:58 +01:00
Dave Syer
dee8715f92 BATCH-1759: re-instate clear() in HibernateItemWriter 2011-06-01 09:46:01 +01:00
Dave Syer
04019fc8e6 Add unit test for append on restart 2011-05-13 10:08:45 +01:00
Dave Syer
5b81bf0361 BATCH-1742: cover a corner case of overloaded methods in HippyMethodInvoker 2011-05-04 10:23:29 +01:00
Morten Andersen-Gott
2bfba444dc Added failing test for hippymethodinvoker 2011-05-04 10:23:24 +01:00
Dave Syer
42096133e5 BATCH-1738: remove unused import 2011-05-03 08:17:02 +01:00
Robert Kasanicky
30d1e9fe38 remove @Override for Java5 compatibility 2011-05-02 23:43:21 +02:00
Robert Kasanicky
b57ffa731d FIXED - BATCH-1738: StaxEventItemReader stops reading when
exception occurs during unmarshalling
2011-05-02 23:33:38 +02:00
Dave Syer
b13bd7379d BATCH-1737: Add includedFields property to DelimitedLineTokenizer 2011-04-26 09:34:49 +01:00
Dave Syer
e0ce10dcc0 Fix compiler warnings 2011-04-05 12:02:13 +01:00
Dave Syer
aef9f97f53 BATCH-1532: introduced StaxUtils to provide indirection on javax.xml.transform.Result/Source creation so that the code cant work in Spring 2.5.x and Spring WS 1.5x as well as Spring 3.0x 2011-03-21 13:33:49 +00:00
Dave Syer
57b0cb7498 BATCH-1696: don't trim whitespace from unquoted text 2011-03-15 09:29:21 +00:00
Dave Syer
3e3cfa1dff BATCH-1709: Fix concurrency issue in BeanWrapperFieldSetMapper 2011-03-11 15:48:38 +00:00
Dave Syer
8b06574c8e BATCH-1681: fix XML output on restart 2011-02-07 09:18:54 +00:00
Dave Syer
1e1edb8ff9 BATCH-1635: remobe clear() from Hibernate/JPA writers 2011-02-03 17:43:08 +00:00
Robert Kasanicky
6a496712ee BATCH-1665: added strict option to MultiResourceItemReader 2011-01-12 20:37:24 +01:00
Robert Kasanicky
d094c18179 RESOLVED - BATCH-1672: When appendAllowed is true, file is not created
(in the first time).
2010-12-29 13:50:29 +01:00
Dave Syer
83ab17157f Fix Java 5 compile 2010-12-06 17:33:13 +00:00
Robert Kasanicky
606d98a01a RESOLVED - BATCH-1661: FlatFileItemReader always logs as ERROR non data lines even though the row should be skipped 2010-12-04 22:40:09 +01:00
Dave Syer
25b899b83d BATCH-1659: add test for file exists (moved from setUpOutputFile to createNewFile) 2010-11-26 13:22:03 +00:00
Dave Syer
3dd0c7f776 Deal with compiler warnings 2010-11-22 14:44:37 +00:00