Commit Graph

4114 Commits

Author SHA1 Message Date
Michael Minella
f7d2e683ca BATCH-1684: Updated the conversion of the output stream to String 2012-10-09 09:09:50 -05:00
Michael Minella
92e4615a9b BATCH-1684: Added close to unit test 2012-10-08 14:52:47 -05:00
Gunnar Hillert
653772cf04 Merge pull request #53 from mminella/BATCH-1684
# By Michael Minella
* mminella-BATCH-1684:
  BATCH-1684 - Allow serializer to be injected into JobRepository
2012-10-08 14:57:40 -04:00
Michael Minella
64ca2608ad BATCH-1684 - Allow serializer to be injected into JobRepository
* Updated the job-repository tag to allow for a serializer and deserializer to be injected
* Updated the XStreamExecutionContextStringSerializer to implement Serializer and Deserializer
* Replaced the ExecutionContextStringSerializer with the ExecutionContextSerializer interface
* Updated the XSD and parser to accept the injection of an implementation of the ExecutionContextSerializer from the job-repository tag
* Updated the JdbcExecutionContextDao to use injected ExecutionContextSerializer implementation

Reference: https://jira.springsource.org/browse/BATCH-1684
2012-10-08 14:53:46 -04:00
Michael Minella
656d59cd5c Merge pull request #54 from mminella/BATCH-1897
BATCH-1897: Removed unused ant support
2012-10-05 08:56:50 -07:00
Michael Minella
38ef37b882 BATCH-1897: Removed unused ant support 2012-10-05 10:45:30 -05:00
Michael Minella
326da17239 Merge pull request #49 from chrisjs/BATCH-1666
BATCH-1666: Add abort(long executionId) convenience method to JobOperato...
2012-10-02 12:23:34 -07:00
Chris Schaefer
4b68ed3aac BATCH-1666: Add abort(long executionId) convenience method to JobOperator 2012-10-02 15:14:53 -04:00
Michael Minella
cae48ac962 Merge pull request #45 from tvaughan77/BATCH-1694
BATCH-1694 Third time is a charm.
2012-10-02 10:28:46 -07:00
Michael Minella
76fcfd0ac1 Merge pull request #52 from mminella/BATCH-1895
BATCH-1895: Removed merge artifacts
2012-10-02 08:42:12 -07:00
Michael Minella
5ee17a9008 BATCH-1895: Removed merge artifacts 2012-10-02 10:40:14 -05:00
Michael Minella
fdcf8897d5 Merge pull request #51 from mminella/BATCH-1895
Batch 1895
2012-10-02 08:31:18 -07:00
Michael Minella
5975557d0e BATCH-1895: Fixed merge issues 2012-10-02 10:29:14 -05:00
Michael Minella
e827990f08 BATCH-1895: Updated to use spring-retry 2012-10-02 10:06:44 -05:00
Michael Minella
54d1aabfaa Merge pull request #48 from mminella/master
Unit test fixed
2012-09-28 14:36:47 -07:00
Michael Minella
f200332e83 Fixed broken unit tests by updating castor dependency 2012-09-28 16:32:42 -05:00
Michael Minella
f3109eaa57 Merge pull request #47 from mminella/BATCH-1718
BATCH-1718: Added optimistic flag
2012-09-28 13:40:26 -07:00
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
Gunnar Hillert
67ad09c160 Merge pull request #46 from mminella/BATCH-1706
* mminella-BATCH-1706:
  BATCH-1706: Documented chunk and tasklet elements
2012-09-27 16:08:27 -04:00
Michael Minella
8ab844550d BATCH-1706: Documented chunk and tasklet elements 2012-09-27 14:31:37 -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
Tom Vaughan
78d8863748 Copying and pasting StepLocatorStepFactoryBean from spring-batch-admin and adding a-probably-overkill unit test for it. 2012-09-21 16:53:36 -04: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
1430f3d7de BATCH-1884: JobLauncherIntegrationTests failing 2012-09-12 06:08:36 +01:00
Chris Schaefer
a8d2dd2a3f BATCH-1887: Cleanup maven warnings 2012-09-12 06:08:36 +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
81e8522daa Merge pull request #37 from chrisjs/BATCH-1883
BATCH-1883: Bump spring-amqp Version to 1.1.2
2012-09-06 00:56:35 -07:00
Chris Schaefer
fa3fe86640 BATCH-1883: Bump spring-amqp Version to 1.1.2 2012-09-06 01:34:14 -04:00
Dave Syer
31444376be Merge pull request #36 from chrisjs/BATCH-1886
BATCH-1685: Update .gitignore for additional IntelliJ files
2012-09-05 22:08:45 -07:00
Chris Schaefer
4f75accbb1 BATCH-1685: Update .gitignore for additional IntelliJ files 2012-09-06 00:53:37 -04:00
Dave Syer
4d6e1c2ba3 BATCH-1885: fix typo in XML reader docs 2012-09-05 13:37:22 +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
7476ac1628 Upgrade site plugin and ensure tables parse correctly 2012-08-28 10:44:04 +01:00
Dave Syer
f017865333 Add scp support for Maven 3 site deployment 2012-08-23 12:41:08 +01:00
Dave Syer
f23ff4228b Update versions to 2.2.0 2012-08-21 09:34:09 +01:00
Dave Syer
0405bd38c1 Add release notes for 2.1.9 2012-08-21 09:29:38 +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
6aa13d12ee update archetype version 2012-07-27 14:02:21 +01:00
Dave Syer
be7754bed4 BATCH-1881: added forceSync flag to file writers 2012-07-27 13:54:52 +01:00
Dave Syer
1449eb3dc3 BATCH-1830: only log exception at debug if it is STOPPED 2012-07-25 13:21:29 +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
60dfdf87bc BATCH-1822: JobExecution should be UNKNOWN if Step finishes that way 2012-07-23 11:52:43 +01:00
Dave Syer
57600f6f85 BATCH_1822: tighten up test case for step failure during job repository update 2012-07-23 10:00:37 +01:00
Dave Syer
10c3a8cbeb BATCH-1840: add explicit transition for UNKNOWN status in flow parser 2012-07-17 10:51:44 +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
Dave Syer
165779ecba BATCH-1751: fix typo in docs 2012-07-17 09:08:12 +01:00