Commit Graph

158 Commits

Author SHA1 Message Date
Michael Minella
999953fe8c BATCH-2060: Fixed Github links 2014-04-21 17:42:43 -05:00
Chris Schaefer
ab293b57fb Add basic JSR-352 configuration samples
* Inline class references
* batch.xml references
* Spring bean references
2014-04-16 17:55:21 -04:00
Chris Schaefer
db8b5d9735 General cleanup in spring-batch-samples
* Delete unused classes, files, misc ide files
* Cleanup checkstyle/pmd/findbugs reports
* Add @Override as needed
* Remove schema versions in xml configs
* Remove unused imports
* General tidying
* Cleanup deprecated jdbctemplate methods
* Fix @Ignored OrderItemReaderTests test
2014-03-27 00:22:21 -04:00
Michael Minella
4ff7ae84e2 BATCH-2131: Removed Spring Modules as a dependency for samples 2014-02-28 12:40:41 -06:00
Michael Minella
ff7793cacf [maven-release-plugin] prepare for next development iteration 2014-02-21 21:42:59 -06:00
Michael Minella
f690c496c4 [maven-release-plugin] prepare release 3.0.0.M3 2014-02-21 21:42:55 -06:00
Michael Minella
406e25a544 BATCH-2173: Initial commit for repo updates 2014-02-21 17:00:40 -06:00
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
Michael Minella
35332a4757 [maven-release-plugin] prepare for next development iteration 2013-09-09 21:31:36 -07:00
Michael Minella
395c219b8b [maven-release-plugin] prepare release 3.0.0.M2 2013-09-09 21:31:30 -07:00
Michael Minella
2c1b8e154a [maven-release-plugin] prepare for next development iteration 2013-08-23 15:15:56 -05:00
Michael Minella
9618902ce6 [maven-release-plugin] prepare release 3.0.0.M1 2013-08-23 15:15:52 -05:00
Chris Schaefer
7cfd65acf4 move master back to 3.0.0.BUILD-SNAPSHOT 2013-07-30 14:05:55 -04:00
Michael Minella
853c960bdf [maven-release-plugin] prepare for next development iteration 2013-07-26 13:19:49 -05:00
Michael Minella
6669780a74 [maven-release-plugin] prepare release 2.2.1.RELEASE 2013-07-26 13:19:45 -05:00
Michael Minella
820ac0b073 [maven-release-plugin] prepare for next development iteration 2013-06-05 12:13:26 -05:00
Michael Minella
958ec860ba [maven-release-plugin] prepare release 2.2.0.RELEASE 2013-06-05 12:13:20 -05:00
Michael Minella
0f03ea0ffa [maven-release-plugin] prepare for next development iteration 2013-05-14 10:36:32 -05:00
Michael Minella
b28feac263 [maven-release-plugin] prepare release 2.2.0.RC2 2013-05-14 10:36:27 -05:00
Michael Minella
a8e9facf68 [maven-release-plugin] prepare for next development iteration 2013-04-08 13:58:09 -05:00
Michael Minella
b683ddcf66 [maven-release-plugin] prepare release 2.2.0.RC1 2013-04-08 13:58:05 -05:00
Chris Schaefer
082c81765f BATCH-1968: Upgrade to hsqldb 2.2.9 2013-03-21 10:31:52 -05:00
David Turanski
ed87a0f87a fixed maven build issues 2013-02-28 11:02:40 -06:00
Michael Minella
91deb12a83 BATCH-1728: Initial commit of Spring Data ItemReader/ItemWriter implementations 2013-02-19 10:33:06 -06:00
Wayne Lund
81526f77ac Fixed issue of "drop table" scripts causing tests to fail in samples. Only done for sqlfire and postgres.
I believe others that do not have the "if exists" statements in their drop tables scripts should be retested as
I have not had to do this on any other previous version.  Suspect that "continueOnError" default flag has somehow
gotten flipped.
2013-02-19 08:50:00 -06:00
Will Schipp
7e1e66d677 migration from EasyMock to Mockito 2013-02-10 14:30:57 +00:00
Dave Syer
a871d0b80f Move gemstone repo declarations to samples 2013-02-05 15:06:36 +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
c097055288 Removing redundant dependency on JPA 1.0 jar to fix integration test 2013-01-09 11:00:14 -06:00
Michael Minella
95ccb1a229 BATCH-1920 - Corrected pom and removed unused reference to JdbcTemplate 2012-12-18 13:46:10 -06:00
wxlund
bfb406a1cf Provided a sample to support AmqpItemReader/Writer addition to spring-batch-2.2. 2012-12-18 13:21:32 -06:00
wxlund
0d7bf2cd71 Modified core to support drop and schema-sqlf.sql but leverages derby syntax outside of connection string.
Modified *.properties file to add additional property "batch.isolationlevel=ISOLATION_SERIALIZABLE
because batch-sqlf.properties needs batch.isolationlevel=ISOLATION_READ_COMMITTED.
Added corresponding sqlf properties and sqlf files.
Modified simple-job-launcher-context.xml to support the p:isolationLevelForCreate="${batch.isolationlevel}"
2012-12-18 13:21:32 -06:00
Dave Syer
5410e076a8 BATCH-1685: fix broken dependeny on spring-oxm 2012-09-24 16:34:02 +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
2e44e0daca Update version label for 2.1.9 release (2.2 is now a branch) 2012-06-20 14:08:17 +01:00
Dave Syer
7d0e055da2 BATCH-1776: remove extra dependency declaration 2011-12-08 18:18:38 +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
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
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