Michael Minella
dbc829273b
BATCH-2007: Refactored to use JobParametersConverter instead of new interface
2013-08-04 11:49:48 -05:00
Michael Minella
ce16ad2b03
BATCH-2007: Added a JobOperator implementation that complies with JSR-352.
...
* Added JsrJobOperator
* Added a ParametersConverter (and JSR-352 implementation) that converts parameters as specified by the JSR to JobParameters and back
* Added a method to the JobRepository to allow the direct creation of a JobInstance (since the JSR requires a new instance for each call to JobOperator#start
* Added a base context to be bootstrapped when the JobOperator is first referenced. It provides things like a JobRepository, etc.
2013-08-04 11:49:48 -05:00
Michael Minella
c7176a73a5
Merge pull request #203 from chrisjs/update-master-ver
...
* update-master-ver:
move master back to 3.0.0.BUILD-SNAPSHOT
2013-07-30 14:32:09 -05:00
Chris Schaefer
7cfd65acf4
move master back to 3.0.0.BUILD-SNAPSHOT
2013-07-30 14:05:55 -04:00
Michael Minella
3207851e47
Merge pull request #198 from mminella/BATCH-2004
...
* BATCH-2004:
BATCH-2004: Updated per review comments
BATCH-2004: Added basic wrappers for the the majority of batch artifacts.
2013-07-29 09:41:43 -05:00
Michael Minella
9524084e5b
BATCH-2004: Updated per review comments
2013-07-29 09:39:41 -05:00
Michael Minella
775dd15be1
BATCH-2004: Added basic wrappers for the the majority of batch artifacts.
2013-07-29 09:15:53 -05:00
Michael Minella
7e85b50616
Merge conflict
2013-07-26 17:00:05 -05:00
Michael Minella
1061041f29
Updated version numbers based on current release
2013-07-26 16:47:34 -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
f2d76c9cd3
Updated version literals prior to release 2.2.1
2013-07-26 13:15:19 -05:00
Michael Minella
5e577e03bb
Updated for 2.2.1 release
2013-07-26 12:48:47 -05:00
jpraet
3553d244e2
BATCH-2038: DerbyPagingQueryProvider does not work with Derby
...
10.10.1.1
2013-07-26 11:20:33 -05:00
Michael Minella
6707eabae2
Merge pull request #200 from mminella/BATCH-2056
...
* BATCH-2056:
BATCH-2056: Updated documentation
2013-07-26 10:58:34 -05:00
Michael Minella
6bb3526e8e
BATCH-2056: Updated documentation
2013-07-26 10:47:50 -05:00
Michael Minella
6a5234e84c
Merged pull request #199 from mminella/BATCH-2069
...
* BATCH-2069:
BATCH-2069: Updated manifest to make spring data dependencies optional
2013-07-25 10:21:07 -05:00
Michael Minella
fb8aa61cf3
BATCH-2069: Updated manifest to make spring data dependencies optional
2013-07-25 10:12:41 -05:00
Michael Minella
5e0b2505cc
BATCH-2000: Adding support for JSR-352's batch.xml file
2013-07-24 15:15:36 -05:00
Michael Minella
e4c33965a0
BATCH-1999: Initial commit of JSR parsing infrastructure
2013-07-24 15:15:36 -05:00
jpraet
eae42d80d3
BATCH-2050: AbstractItemCountingItemStreamItemReader.read() shouldn't
...
be final
2013-07-17 12:26:30 -05:00
jpraet
d78454361c
BATCH-1849: Item was not picked up after restarting a failed job!!!
2013-07-15 14:46:47 -05:00
jpraet
36e3bda486
BATCH-2052: StaxEventItemWriter should only force sync once per chunk
2013-07-15 13:47:33 -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
jpraet
a4c00d9b78
BATCH-1984: CompositeItemProcessor.setDelegates argument has limiting
...
generic type
2013-07-12 17:52:57 -05:00
jpraet
a65bcc48d1
BATCH-2054: StaxEventItemWriter fails on a NullPointerException with
...
Spring OXM 3.2.x.
2013-07-12 15:50:09 -05:00
Michael Minella
a939b194fe
Merged pull request #195 from stephlag/patch-1
2013-07-11 16:20:49 -05:00
Michael Minella
f4d2264c4a
Merge pull request #178 from mminella/BATCH-1997
...
* BATCH-1997:
BATCH-1997: Added implementations of the job listener for the JSR-352 TCK
2013-06-11 09:40:22 -05:00
Michael Minella
2dd1817b2b
BATCH-1997: Added implementations of the job listener for the JSR-352 TCK
2013-06-10 16:01:46 -05:00
Sergey Shcherbakov
6af38bb5d8
BATCH-2034: Fix for the FlowStep run issue in a remote partitioning use case
...
- jobInstance field gets filled out in SimpleJobExplorer.getStepExecution(Long jobExecutionId, Long executionId)
- existing unit test enhanced to verify that the jobInstance field gets set
- additional integration unit test added to illustrate the issue
2013-06-10 14:42:58 -05:00
Michael Minella
0e9ad8500a
Fixed pathing in execution scripts
2013-06-10 14:33:32 -05:00
Greg Turnquist
bb1ec38a18
Merge pull request #175 from gregturn/BATCH-2035
...
- Added a new archetype for javaconfig based projects
- Updated the CommandLineJobRunner to also accept class names for context initialization
2013-06-10 12:54:00 -05:00
willschipp
42dccf6efb
Merge pull request #176 from willschipp/BATCH-1811
...
- Fixed javadoc grammer and syntax
2013-06-10 12:07:01 -05:00
jpraet
9319639c4e
Merge pull request #168 from jpraet/BATCH-2018
2013-06-07 17:41:55 -05:00
cesaralves
daeecbfd6e
Merge pull request #164 from cesaralves/patch-2
2013-06-07 16:47:42 -05:00
cesaralves
5ac677eb1d
Merge pull request #163 from cesaralves/patch-1
2013-06-07 15:48:42 -05:00
Michael Minella
f810e353d0
Fixed version numbers for latest release
2013-06-06 15:21:34 -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
38e91db8d2
Added migration document for 2.2.0.RELEASE
2013-06-05 12:08:37 -05:00
Michael Minella
6abb76bb4c
Update version literals prior to release 2.2.0
2013-06-05 12:08:10 -05:00
Michael Minella
d0050c5532
BATCH-2028: Updated repository and fixed URLs
2013-06-04 12:28:22 -05:00
Michael Minella
04c3cad093
BATCH-2031: Addressed the use case of overlapping delimiters
...
* BATCH-2031:
BATCH-2031: Addressed the use case of overlapping delimiters
2013-06-04 10:26:34 -05:00
Michael Minella
4a32a9c953
BATCH-2031: Addressed the use case of overlapping delimiters
2013-06-04 10:23:17 -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
d82f192de7
Updates for 2.2.0.RC2 release
2013-05-14 10:32:27 -05:00
Michael Minella
31f5b68024
Merge pull request #171 from chrisjs/hc-file
...
* hc-file:
remove file w/ hc apt url
2013-05-13 15:36:57 -05:00
Chris Schaefer
bba753ef4a
remove file w/ hc apt url
2013-05-13 10:51:03 -04:00