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
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
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
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
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
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
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
Tobias Flohre
e15b70a865
BATCH-1982 Extending copy constructor of CommonStepProperties
2013-04-29 13:22:12 -05:00
Tobias Flohre
7bff8b2e3d
Revert "BATCH-1982 Extending the copy constructor of CommonStepProperties"
...
This reverts commit eea33a762eac884eeacc333fb2d15048cb726bc8.
2013-04-29 13:22:12 -05:00
Tobias Flohre
00bdf2353f
BATCH-1982 Extending the copy constructor of CommonStepProperties
2013-04-29 13:22:11 -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
Michael Minella
860d9dae21
Updated documentation for 2.2.0.RC1 release
2013-04-08 13:45:41 -05:00
Michael Minella
b2d8689813
BATCH-1954: Updated documentation to reflect changes for 2.2.0
2013-04-04 11:26:34 -05:00
Michael Minella
a8e8505e77
BATCH-1924: Updated SimpleFlow to correctly continue processing on the restart of a STOPPED state
2013-04-01 17:19:05 -05:00
Michael Minella
f1ef29f0a3
Rebase conflict
2013-04-01 09:32:21 -05:00
Michael Minella
f3bb44d14e
BATCH-1977: Rearranged scripts and fixed comment issue
2013-03-22 16:24:54 -05:00
willschipp
133fa2b602
BATCH-1977 - migration scripts included create tables
2013-03-22 14:02:09 -05:00
willschipp
2e67b5c6d0
BATCH-1977 updated insert statement to copy all the job executions for
...
all the instances and their parameters
2013-03-22 14:02:09 -05:00
willschipp
201620ce80
BATCH-1977 - script to migrate batch_job_params to new
...
batch_job_execution_params
2013-03-22 14:02:09 -05:00
Chris Schaefer
082c81765f
BATCH-1968: Upgrade to hsqldb 2.2.9
2013-03-21 10:31:52 -05:00
Michael Minella
b83d88df98
Merge pull request 143 from dturanski/BATCH-1908-JUnit
2013-03-19 13:42:06 -05:00
Michael Minella
55ef8805b8
BATCH-1908: Minor cleanup/formatting
2013-03-06 14:57:44 -06:00
David Turanski
2f9df44443
BATCH-1908. Added batch inserts to JdbcExecutionContextDao and JdbcStepExecutionDao. Added JobRepository.addAll(Collection<StepExecution>)
2013-03-06 13:47:54 -06:00
Michael Minella
feadfd35ca
Updated GET_LAST_EXECUTION query for performance
2013-03-06 11:35:07 -06:00
Michael Minella
12317a0e0c
BATCH-1723: Updated JobParameters to return wrapper classes
2013-03-05 10:23:49 -06:00
Michael Minella
aedf03fad0
BATCH-1966: Some minor cleanup
2013-03-04 14:08:19 -06:00
Dean de Bree
739ebb58c6
Fixed execution context name to match old code
2013-03-04 09:15:16 -06:00
Dean de Bree
d1b84f3e2f
Added ExecutionContextUserSupport to the ItemStream Support class
...
Changed child classes to use this shared object
Changed some classes that previously extended ExecutionContextUserSupport
to rather use the same common parent class as everything else.
Changes all for issue BATCH-1966
2013-03-04 09:15:16 -06:00
Michael Minella
b1bd3d3d1e
BATCH-1847: Updated StepScope to not proxy abstract beans
2013-03-01 18:11:06 -06:00
Michael Minella
8155ded461
Fixing integration test due to change in Proxy's toString
2013-02-28 09:12:14 -06:00
Dean de Bree
1b9d477386
Cleaned up some interface references
2013-02-19 09:24:47 -06:00
Michael Minella
d2549044b8
BATCH-1960: Removed cascades and updated .vpp files
2013-02-19 09:11:59 -06:00
Wayne Lund
f056a1136f
Failed to add all of the files in the previous commit. These are the
...
other additional changes made.
2013-02-19 08:50:00 -06:00
Wayne Lund
4beba53220
Made changes to generate-sql. Do not understand how we copy from
...
generated-sources to /src/main/resources but the generation has fixed
all of the same bugs that were manually fixed in /src/main/resources
including the preferred approach, drop contraints for postgresql.
2013-02-19 08:50:00 -06:00