Commit Graph

1685 Commits

Author SHA1 Message Date
Michael Minella
4e5b4c12ba BATCH-2016: Added new flag to indicate if the step is being executed on
a restart.  If it is, the transition will be followed.  If not, we'll
look to see if we should be looking for somewhere else to restart.
2014-03-18 12:30:25 -05:00
Michael Minella
2c62f20bbd BATCH-2185: Updated to support annotation based listener configuration via javaconfig 2014-03-13 14:52:34 -05:00
Michael Minella
33d2bdb969 BATCH-2083: Improved logging detail in AbstractStep 2014-03-11 11:21:30 -05:00
Michael Minella
c066bc616e BATCH-2186: Backporting XSD validation to 2.2.x 2014-03-10 15:46:30 -05:00
ayrtonsin
c199f27103 fix for BATCH-2106 2014-03-10 10:48:56 -05:00
Michael Minella
f4f6e39aca BATCH-2060: Fixed Github links 2014-03-07 11:21:37 -06:00
Michael Minella
dfcb21b736 BATCH-2011: Updated javadoc to conform to java.lang.Comparable 2014-03-06 14:03:12 -06:00
Michael Minella
36a7c2ee32 [maven-release-plugin] prepare for next development iteration 2014-02-21 14:31:43 -06:00
Michael Minella
9a4251fbd6 [maven-release-plugin] prepare release 2.2.5.RELEASE 2014-02-21 14:31:39 -06:00
Michael Minella
c30e752e9e BATCH-2153: Converted the HashMap used by the StepSynchronizationManager to a ConcurrentHashMap 2014-02-21 13:58:40 -06:00
Michael Minella
7d973be5e5 BATCH-2173: Initial commit for repo updates 2014-02-21 12:17:50 -06:00
Michael Minella
da5a5bcdca BATCH-2169: Added warning message for when users use java config with @StepScope 2014-02-21 11:11:43 -06:00
Michael Minella
6ebde4e6ef BATCH-2180: Fixed documentation about the need to registre CompositeItemWriter's delegates as streams 2014-02-20 21:30:30 -06:00
Michael Minella
3ccaed19d4 BATCH-2181: Backporting BATCH-2175 to the 2.2.x branch 2014-02-20 16:50:50 -06:00
jpraet
1294d73ad6 add and fix unit tests related to BATCH-1980 2014-01-21 19:37:12 +01:00
jpraet
38cbe621cf possible fix for BATCH-1980 2014-01-21 19:36:56 +01:00
Michael Minella
eb351c529e [maven-release-plugin] prepare for next development iteration 2013-12-27 12:59:32 -06:00
Michael Minella
660d3c1066 [maven-release-plugin] prepare release 2.2.4.RELEASE 2013-12-27 12:59:29 -06:00
Michael Minella
51ce669d98 BATCH-2151: Clean up ChunkMonitor offset on chunk boundries 2013-12-27 11:46:39 -06:00
Tobias Flohre
f9cfe8b0a8 BATCH-2149 2013-12-24 13:04:47 +01:00
Michael Minella
353a6c15e0 BATCH-2149: Updated unit tests to demonstrate functionality 2013-12-23 11:09:57 -06:00
Michael Minella
4752dfe1c6 Renamed unit test so it will be executed in the build 2013-12-19 18:05:03 -06:00
Michael Minella
19283c95b3 BATCH-2149: Updated test to validate both the simple and fault tolerant use cases 2013-12-19 17:57:43 -06:00
Michael Minella
28ab61fa3f BATCH-2148: Fixed missing commas in schema-mysql.sql 2013-11-27 10:52:27 -06:00
Michael Minella
4b8598f1af BATCH-2150: Added private constructor to StepExecution for use by Jackson deserialization 2013-11-27 10:32:28 -06:00
Michael Minella
4c38bf59ba [maven-release-plugin] prepare for next development iteration 2013-11-22 09:56:55 -06:00
Michael Minella
ef88dc196e [maven-release-plugin] prepare release 2.2.3.RELEASE 2013-11-22 09:56:51 -06:00
Michael Minella
8c68848a34 BATCH-2124: Updated files to prevent the ability of inserting more than one row by accident into the sequence tables 2013-11-20 13:54:05 -06:00
Michael Minella
cb4c08eee9 BATCH-2122: Updated so that offset would be correctly handled at chunk borders 2013-11-18 16:26:39 -06:00
Tobias Flohre
087da0a018 BATCH-2077 Java Config: Register listeners just once 2013-10-19 20:50:19 +02:00
Michael Minella
f51ba569e9 Exposed JdbcJobExecutionDao#getParameters so that it can be used by spring-batch-admin 2013-09-18 11:24:20 -05:00
Michael Minella
1fec80ffde [maven-release-plugin] prepare for next development iteration 2013-09-08 13:23:49 -05:00
Michael Minella
fc0435c617 [maven-release-plugin] prepare release 2.2.2.RELEASE 2013-09-08 13:23:45 -05:00
Sanghyuk Jung
69e047801a BATCH-2096: 'chunk-completion-policy' or 'commit-interval' with '#{jobParameters[...]}' is ignored when 'retry-limit' exists.
* Added a call for a completionPolicy  when creating FaultTolerantStep
* Added an assertion for the chunkCompletionPolicy in the unit test.

JIRA: https://jira.springsource.org/browse/BATCH-2096
2013-09-08 12:34:50 -05: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
6bb3526e8e BATCH-2056: Updated documentation 2013-07-26 10:47:50 -05:00
jpraet
eae42d80d3 BATCH-2050: AbstractItemCountingItemStreamItemReader.read() shouldn't
be final
2013-07-17 12:26:30 -05:00
jpraet
0c892da257 BATCH-2036: Output incorrect when using processor-transactional="false"
and skips.
2013-07-15 10:48:35 -05:00
jpraet
e32ac40e9f BATCH-1977: add missing migration scripts for DB2 and Derby 2013-07-15 10:25:14 -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
3982f0cc79 Merge branch 'master' of github.com:SpringSource/spring-batch 2013-05-07 13:21:36 -05:00
Dave Syer
7f4544f593 BATCH-2024: extend javadocs to cover type parameters
As described in the JIRA ticket, parameterized methods can be
confusing for users, so it is good to include some hints how to
use them in the javadocs.  StepBuilder.chunk() is the focus here.
2013-05-07 16:33:43 +01:00
Wayne Lund
5de458c2d7 1) Removed the drop constraints as the caused the script to fail on a greenfield database and proved to not be needed.
2) Fixed the vpp files for a typo on the sqlf platform name (sqlf instead of sqlfire) and dropping the constraints.
However, the code generation has not been tested.
2013-05-07 09:58:18 -05:00
Dave Syer
378006801a BATCH-2023: Change default @StepScope proxy mode to INTERFACES 2013-05-06 09:48:19 +01:00
Michael Minella
80eb802658 BATCH-2019: Updated to support Spring 3.1 profiles with properties 2013-04-30 10:38:29 -05:00
Tobias Flohre
ff1f6556f0 BATCH-1982 Renamed CommonStepProperties to CommonJobProperties 2013-04-29 13:22:12 -05:00