Commit Graph

164 Commits

Author SHA1 Message Date
Chris Schaefer
082c81765f BATCH-1968: Upgrade to hsqldb 2.2.9 2013-03-21 10:31:52 -05:00
Will Schipp
7e1e66d677 migration from EasyMock to Mockito 2013-02-10 14:30:57 +00:00
Michael Minella
51e0e65063 [maven-release-plugin] prepare for next development iteration 2013-01-24 14:01:10 -06:00
Michael Minella
32af6556e3 [maven-release-plugin] prepare release 2.2.0.M1 2013-01-24 14:01:04 -06:00
Michael Minella
cc370d9ac5 [maven-release-plugin] prepare for next development iteration 2013-01-23 09:54:38 -06:00
Michael Minella
b77d1a28e1 [maven-release-plugin] prepare release 2.2.0.M1 2013-01-23 09:54:30 -06:00
Michael Minella
f1a8250f28 Added dependency to apache-commons back to satisfy Castor 2013-01-22 09:21:15 -06: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
a583c3a421 BATCH-1915: Change minimum compiler level to 1.6 and use @Override everywhere 2012-12-27 17:45:28 -05: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
Michael Minella
f200332e83 Fixed broken unit tests by updating castor dependency 2012-09-28 16:32:42 -05:00
Dave Syer
d372269e0b Fix broken test (new method in Spring 3.1 needs mock) 2012-09-24 16:37:14 +01:00
Dave Syer
5410e076a8 BATCH-1685: fix broken dependeny on spring-oxm 2012-09-24 16:34:02 +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
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
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
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
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
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
e0ce10dcc0 Fix compiler warnings 2011-04-05 12:02:13 +01:00
Dave Syer
58716a2d51 Remove oracle dependency 2011-03-21 15:55:57 +00:00
Dave Syer
f4d8968eba [maven-release-plugin] prepare for next development iteration 2011-03-21 14:44:58 +00:00
Dave Syer
7c860f90b3 [maven-release-plugin] prepare release 2.1.7.RELEASE 2011-03-21 14:44:48 +00:00
Josh Long
0a77a5b4ed BATCH-1532: fix integration tests to work with Spring 3 2011-03-21 13:33:22 +00:00
Dave Syer
539c403031 BATCH-1532: add profiles for spring oxm 2011-03-21 13:30:35 +00:00
Dave Syer
45996da55e Wind back version number in master 2011-03-11 13:13:51 +00:00
Dave Syer
d717027cdf [maven-release-plugin] prepare for next development iteration 2011-02-07 10:18:47 +00:00
Dave Syer
f4e5dbcc72 [maven-release-plugin] prepare release X.2.1.6.RELEASE 2011-02-07 10:18:35 +00:00
Dave Syer
9c187e0e3a Add nested XML to integration tests 2011-01-14 09:44:18 +00:00
Robert Kasanicky
fa34702941 fix eclipse buildpath error 2010-11-28 21:49:12 +01:00
dsyer
a2c87a7d68 [maven-release-plugin] prepare for next development iteration 2010-11-12 12:04:08 +00:00
dsyer
b84f587d3d [maven-release-plugin] prepare release 2.1.5.RELEASE 2010-11-12 12:03:51 +00:00
dsyer
e2f097053f [maven-release-plugin] prepare for next development iteration 2010-11-08 14:20:37 +00:00
dsyer
d743f987f2 [maven-release-plugin] prepare release 2.1.4.RELEASE 2010-11-08 14:20:16 +00:00
dsyer
abd66edb30 BATCH-1639: fix oracle jump to item 2010-10-09 15:25:45 +00:00
dsyer
a53acbd6c9 [maven-release-plugin] prepare for next development iteration 2010-09-07 14:11:08 +00:00