Commit Graph

1220 Commits

Author SHA1 Message Date
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
Robert Kasanicky
94702f7d58 RESOLVED - BATCH-1800: AbstractItemCountingItemStreamItemReader could
implement ItemStreamReader interface instead of ItemStream and
ItemReader
2011-10-23 11:12:55 +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
Robert Kasanicky
1751248c63 RESOLVED - BATCH-1769: FlatFileItemReader javadocs 2011-09-03 11:26:51 +02: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
cc6d5bbaa6 [maven-release-plugin] prepare for next development iteration 2011-05-13 13:15:33 +01:00
Dave Syer
86a044bc6c [maven-release-plugin] prepare release 2.1.8.RELEASE 2011-05-13 13:15:24 +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
80889c2b9a BATCH-1741: correction to Javadocs 2011-05-03 12:09: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
d8c85036ab BATCH-1724: subtle bug in simple chunk processor 2011-04-05 12:01:52 +01:00
Dave Syer
7e4fc80757 BATCH-1725: fix SubclassClassifier 2011-04-05 11:54:47 +01:00
Robert Kasanicky
70eb73f8c7 RESOLVED - BATCH-1722: ExecutionContextUserSupport refers to
ItemStream in code and documentation

corrected javadoc and exception message
2011-04-03 20:53:40 +02:00
Dave Syer
571c7fc801 BATCH-1532: fix javadocs 2011-03-22 09:09:39 +00:00
Dave Syer
f4d8968eba [maven-release-plugin] prepare for next development iteration 2011-03-21 14:44:58 +00:00