Commit Graph

1550 Commits

Author SHA1 Message Date
Michael Minella
f00a0076d6 BATCH-1684: Forcing the use of ISO-8859-1 encoding for persistence 2012-10-09 10:12:27 -05:00
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
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
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
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
8ab844550d BATCH-1706: Documented chunk and tasklet elements 2012-09-27 14:31:37 -05: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
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
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
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
1449eb3dc3 BATCH-1830: only log exception at debug if it is STOPPED 2012-07-25 13:21:29 +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
a723f22889 Kill javadoc warnings 2012-07-17 09:08:14 +01:00
Costin Leau
a0a75287cc BATCH-1834: fixed tests, pay attention to transitioning elements 2012-07-16 12:40:54 +01:00
Costin Leau
f767dc8824 BATCH-1834: extend step xsd to allow custom namespaces as tasklets 2012-07-16 11:17:00 +01:00
Mike Wilkes
1854dfeb3a BATCH-1865: SimpleChunkProvider no longer calls afterRead listener when EOF reached 2012-07-05 09:14:23 +01:00
Dave Syer
909fb814aa BATCH-1861: fix for JDK 5 compiler 2012-07-04 09:00:26 +01:00
Robert Fischer
753472716f BATCH-1861: Concurrency support for the in-memory jobs, job repositories, etc. 2012-07-04 08:04:31 +01:00
Dave Syer
2b16a43750 BATCH-1830: always use INFO and only DEBUG the stack trace 2012-07-03 09:13:54 +01:00
Dave Syer
e4d95202a7 BATCH-1830: log JobInterruptedException at INFO by default 2012-07-01 19:46:07 +01:00
Dave Syer
bbb2a3ca39 BATCH-1761: tweak a couple of assertions in test cases 2012-06-28 15:24:48 +01:00
Dave Syer
a0a02b237f BATCH-1761: attempted fix using new flag in user data
- the writing phase needs to communicate with the processing phase
- when processing a chunk that is going to be scanned we need to
  only call the processor on the first item, but otherwise all of
  them
2012-06-28 14:12:09 +01:00
Dave Syer
d043fa9e30 BATCH-1761: test cases from Morten 2012-06-27 16:14:59 +01:00
Dave Syer
2d4363e893 BATCH-1804: change scan behaviour if not in recovery 2012-06-27 15:49:31 +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
00aab3eafa Add tests and implement fix for very quick running (<1ms) jobs (incorporating suggestions made) 2012-05-16 12:44:18 +01:00
Mickaël Leduque
bea966ce4a Fix incorrect error message in assertion 2012-05-08 14:12:46 +01:00
Lucas Ward
aa1c382c4c RESOLVED - BATCH-1853: If the JobParameters is asked for a Date value that doesn't exist, it will now return null rather than throwing NPE 2012-05-04 10:17:16 -05:00
Robert Kasanicky
60340e75b0 RESOLVED - BATCH-1826: Null pointer exception if optional parameter of
type DATE is null
2012-04-06 15:56:17 +02:00
Robert Kasanicky
c1f3b9cbc4 RESOLVED - BATCH-1826: Null pointer exception if optional parameter of
type DATE is null
2012-04-06 15:51:29 +02:00
Robert Kasanicky
610bfb8687 RESOLVED - BATCH-1806: Javadoc for FlowExecutionStatus 2012-04-06 14:26:29 +02:00
Robert Kasanicky
dcd1e03ff6 RESOLVED - BATCH-1805: Clarify JavaDoc for JobParametersConverter 2012-04-06 14:21:28 +02:00
Damien Hollis
c5675b23a5 BATCH-1841 ChunkElementParser Inheritance Error
Fixes bug in ChunkElementParser that caused the
retryable-exception-classes and skippable-exception-classes
defined on parent bean to be ignored.

Polishing

Reverted spaces to tabs and added another test.

Updated config for ParentStepFactoryBeanParserTests
			.testSkippableLateBindingAttributes
2012-03-05 10:52:37 -05:00
Gary Russell
4b552d0113 Revert "BATCH-1841 ChunkElementParser Inheritance Error"
This reverts commit 49645285d4.
2012-03-05 10:24:59 -05:00
Damien Hollis
49645285d4 BATCH-1841 ChunkElementParser Inheritance Error
Fixes bug in ChunkElementParser that caused the
retryable-exception-classes and skippable-exception-classes
defined on parent bean to be ignored.

Polishing

Reverted spaces to tabs and added another test.
2012-03-05 09:53:19 -05:00
Gary Russell
1ce4cb1e95 BATCH-1837 Spring 3 Compatibility
Update profile to Spring 3.0.7; fix compile issues in 2
tests.
2012-02-21 19:53:49 -05:00
Morten Andersen-Gott
ffc09f6468 BATCH-1751 changed transaction timeout attribute from int to string to accomodate setting it through PPC 2012-02-06 11:15:31 +00:00
Morten Andersen-Gott
c7ca71d771 BATCH-1814 CompositeJobParametersValidator to accomodate list of JobParametersValidators 2012-02-06 11:15:31 +00:00