Commit Graph

78 Commits

Author SHA1 Message Date
Michael Minella
b278239751 BATCH-2110: Updated batch to support Spring 4
* Refactored iBatis based readers and writers to not utilize
 SqlMapClientTemplate.
* Depricated all iBatis based readers and writers in favor of MyBatis's
 native Spring support.
* Updated XStream support to 1.4.4 and Jettison to 1.2 to be in
 alignment with Spring 4.
* Added the PooledEmbeddedDataSource to address the issue outlined in
 SPR-11372.
2014-02-06 11:34:33 -06:00
Will Schipp
7e1e66d677 migration from EasyMock to Mockito 2013-02-10 14:30:57 +00:00
Dave Syer
bc9ee74a25 BATCH-1950: Patch up build
* Ensure bundlor is available and remove from sample
* Tidy dependencies in some poms
* Update some template.mf dependencies
* Add .travis.yml for automated builds independent of bamboo
2013-01-18 13:46:02 +00:00
Michael Minella
c097055288 Removing redundant dependency on JPA 1.0 jar to fix integration test 2013-01-09 11:00:14 -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
Chris Schaefer
5218748f7e BATCH-1931: Convert deprecated classes from the org.springframework.jdbc.core.simple package in infrastructure-tests 2012-12-17 08:55:48 +00:00
Michael Minella
5d2aac135d Moved Order to remove package circular dependency 2012-11-16 15:14:12 -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
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
e827990f08 BATCH-1895: Updated to use spring-retry 2012-10-02 10:06:44 -05:00
Dave Syer
d372269e0b Fix broken test (new method in Spring 3.1 needs mock) 2012-09-24 16:37:14 +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
Dave Syer
8525afc5c5 BATCH-1774: add test case (unsuccessful so far) 2012-06-27 10:07:48 +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
Dave Syer
e0ce10dcc0 Fix compiler warnings 2011-04-05 12:02:13 +01:00
Josh Long
0a77a5b4ed BATCH-1532: fix integration tests to work with Spring 3 2011-03-21 13:33:22 +00:00
Dave Syer
9c187e0e3a Add nested XML to integration tests 2011-01-14 09:44:18 +00:00
dsyer
abd66edb30 BATCH-1639: fix oracle jump to item 2010-10-09 15:25:45 +00:00
dsyer
d22bc927a2 BATCH-1595: tweak jump to item query for Oracle 2010-07-11 06:25:34 +00:00
dsyer
c918e770f0 BATCH-1590: tidy up oracle paging 2010-07-09 10:50:08 +00:00
dsyer
3984ba1791 BATCH-1590: fix another bug in oracle paging 2010-06-29 10:34:48 +00:00
dsyer
1ed666600d Add support for oracle to all infrastructure tests 2010-06-13 11:37:11 +00:00
dsyer
7721984c78 minor test tweak to fix build 2010-05-23 02:06:15 +00:00
dsyer
90c63f71dc BATCH-1571: fix paging queries for Postgres 2010-05-19 07:55:23 +00:00
dsyer
d04a904eaf BATCH-1546: add and run integration tests for oracle 2010-04-06 07:51:25 +00:00
dsyer
f38c05567a BATCH-1546: enable integration tests with Oracle 2010-04-05 16:22:08 +00:00
dsyer
7327b66ab2 Remove unused component 2010-03-29 11:12:34 +00:00
dsyer
7dd1a4eea3 Add read from start to integration test 2010-03-29 11:06:44 +00:00
dsyer
75a35de711 Move over Jsbc integration test from samples 2010-03-29 10:55:13 +00:00
dsyer
762c11c80b Refactor infrastructure-tests to use more placeholders for initialization. 2010-03-29 10:18:55 +00:00
dsyer
4f7c77df24 Extend timeout to prevent spurious failures 2010-03-08 08:48:41 +00:00
dsyer
5b85f05e02 Not StAX, but JAXB. 2010-01-30 15:32:30 +00:00
trisberg
d0a63223a9 fixed DataSourceInitializer so it executes the destroy scripts on bean destruction 2010-01-28 19:54:16 +00:00
dsyer
612962c5f9 Extend the range of concurrency tests a bit 2010-01-28 11:45:16 +00:00
dsyer
239cba1d43 Moved bulk async reader tests to integration test project 2010-01-14 13:39:27 +00:00
dsyer
0d8cb85c10 RESOLVED - issue BATCH-1430: StaxEventItemWriter: Declare additional namespaces at the top-level element 2010-01-05 14:26:18 +00:00
dsyer
e1fe74b3f9 BATCH-1470: remove commons-lang dependency 2009-12-30 11:04:11 +00:00
dsyer
90d008fdb1 Tidy up some TODOs 2009-12-29 14:58:59 +00:00
dsyer
7feadec42c Add blocking queue in preference to thread.sleep 2009-09-07 13:34:05 +00:00
dsyer
9fd80a6b9e Reset counter in test 2009-09-07 13:15:54 +00:00
dsyer
2df180369c Tidy up unit test with correct mock behaviour 2009-09-07 13:12:10 +00:00
dhgarrette
e6819e3a47 fixed error 2009-08-23 15:38:15 +00:00
dsyer
1b7ebbb932 Fix broken build 2009-05-02 06:38:56 +00:00
dsyer
de21d44af1 Try to fix timout error in build again 2009-03-20 10:49:57 +00:00
dsyer
43d9e98f00 Try to fix timout error in build 2009-03-20 10:30:10 +00:00
dsyer
5244ef07ca Bump up timeout in failed test 2009-03-14 09:47:55 +00:00
dsyer
8a14e41495 RESOLVED - issue BATCH-1060: Consider use of BufferOutputStream () in StaxEventItemWriter
Added more data to integration test and some timings.  If you use a BufferedWriter instead in the TransactionAwareBufferedWriter it runs slightly slower if anything.
2009-02-23 15:50:02 +00:00