Commit Graph

1092 Commits

Author SHA1 Message Date
Michael Minella
40975b6548 BATCH-1928: Converted to using JdbcOperations over JdbcTemplate 2012-12-17 09:16:30 -06:00
Adrian Shum
0642e6db89 Fix failing FlatFileItemWriterTests#testWriteWithDelete caused by
not closing reader properly.
2012-12-12 15:34:08 +08: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
38ef37b882 BATCH-1897: Removed unused ant support 2012-10-05 10:45:30 -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
Dave Syer
5410e076a8 BATCH-1685: fix broken dependeny on spring-oxm 2012-09-24 16:34:02 +01:00
Chris Schaefer
d0e0334674 BATCH-1891: Migrate usage of deprecated classes 2012-09-21 09:29:13 +01:00
Chris Schaefer
b1246f99b1 BATCH-1890: Fix broken JDK5 build after Spring 3.1.2 2012-09-13 08:30:11 +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
f23ff4228b Update versions to 2.2.0 2012-08-21 09:34:09 +01:00
Dave Syer
19ba21625f [maven-release-plugin] prepare for next development iteration 2012-07-27 14:09:11 +01:00
Dave Syer
d957090dae [maven-release-plugin] prepare release 2.1.9.RELEASE 2012-07-27 14:09:10 +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
Dave Syer
91780bef1e BATCH-1813: fix cacheing in BeanWrapperFieldSetMapper 2012-07-17 09:23:28 +01:00
Dave Syer
a723f22889 Kill javadoc warnings 2012-07-17 09:08:14 +01:00
Costin Leau
1fecf92614 BATCH-1874: add RegexTokenizer
adding the simple array field set mapper
2012-07-16 11:15:15 +01:00
Robert Fischer
753472716f BATCH-1861: Concurrency support for the in-memory jobs, job repositories, etc. 2012-07-04 08:04:31 +01:00
Dave Syer
154cda9f78 BATCH-1764: correct javadocs in HibernateItemWriter 2012-07-01 07:17:54 +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
Dave Syer
2e44e0daca Update version label for 2.1.9 release (2.2 is now a branch) 2012-06-20 14:08:17 +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
David Thexton
3f58444926 BATCH-1848 - Strip table alias from sortKey column when determining start after value from result set and from all order by clauses (some databases, including Derby don't support one) 2012-06-07 17:08:39 +01:00
David Thexton
8c445bcb08 BATCH-1860: Use sub query for Derby for JdbcPagingItemReader
Order the results before the ROW_NUM restriction is applied (and make related infrastructure tests more robust)
2012-06-07 16:45:51 +01:00
Arnaud Cogoluègnes
3928cb6c09 StaxEventItemWriter uses protected methods to create Stax-related artefacts 2012-06-07 16:30:51 +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
Dave Syer
cb51f363ca Remove Eclipse meta data completely 2011-11-17 09:56:28 +00:00
Dave Syer
7f971b85c8 Update Eclipse meta data for STS 2.8 2011-11-17 09:54:29 +00:00
Robert Kasanicky
202c26dec8 organize imports 2011-10-23 11:14:45 +02:00