Commit Graph

89 Commits

Author SHA1 Message Date
Michael Minella
8aeb9fa4e7 Updated pom to reference current build snapshot on the 2.2.x branch of Spring Batch 2014-01-07 14:07:28 -06:00
Andrew Eisenberg
c6b804bfe3 Expose Job parameters in JdbcSearchableJobExecutionDao
See https://jira.springsource.org/browse/BATCHADM-176

Must be applied after
https://github.com/spring-projects/spring-batch/pull/231

As part of this, I had to update the dependency on spring-batch to
3.0.0-BUILD_SNAPSHOT.

Because of this dependency change, I had to add two
methods to JobRepositorySupport.  It looks like a stub class, so I
left the two methods implemented as stubs.
2014-01-07 14:07:28 -06:00
Michael Minella
1eb57b9aa1 [maven-release-plugin] prepare for next development iteration 2014-01-07 14:07:28 -06:00
Michael Minella
ad04dfcce4 [maven-release-plugin] prepare release 1.3.0.M1 2014-01-07 14:07:28 -06:00
Michael Minella
2f64582fdf Updated version numbers
Corrected SCM urls
Added release plugin
2014-01-07 14:07:28 -06:00
Michael Minella
47ca6ce455 Updated pom version 2014-01-07 14:07:28 -06:00
Michael Minella
854c398c58 Updated pom dependencies for latest batch release 2014-01-07 14:07:28 -06:00
Michael Minella
b6aacdada7 BATCHADM-167: Updated parent pom to 2.2.0.RELEASE 2014-01-07 13:35:12 -06:00
willschipp
f23dd64740 BATCHADM-137 - added optional setting of the replyChannel externally in
the messagechannelparitionhandler
2014-01-07 13:35:12 -06:00
Michael Minella
63c4338888 Removed bootstrap profile to allow all repos to be visible always 2014-01-07 13:35:12 -06:00
Michael Minella
9c942734e6 BATCHADM-155: Updated to support Spring Batch 2.2.0 2014-01-07 13:35:12 -06:00
Dave Syer
3b319fabf5 Add m2e voodoo 2014-01-07 13:34:57 -06:00
Dave Syer
9ec47799a8 Tweak for central deployment (hint use -P dist) 2014-01-07 13:34:57 -06:00
Dave Syer
4cebb97355 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:34:57 -06:00
Dave Syer
75e984b095 [maven-release-plugin] prepare release 1.2.1.RELEASE 2014-01-07 13:34:57 -06:00
Dave Syer
ebe285c5d2 Tweak central profile for 1.2.1 2014-01-07 13:34:57 -06:00
Dave Syer
41dc575682 Upgrade to SB 2.1.7 2014-01-07 13:34:32 -06:00
Dave Syer
2397b8bfb5 Fix logging dependencies, and upgrade Spring Integration 2014-01-07 13:34:02 -06:00
Dave Syer
db5d76b239 Rationalise Eclipse meta data - remove everything not strictly needed 2014-01-07 13:34:02 -06:00
Dave Syer
4706d61ec2 Fix logging dependencies 2014-01-07 13:33:50 -06:00
Dave Syer
5389872917 Upgrade to Batch 2.1.6 to fix issue with infinite job 2014-01-07 13:33:50 -06:00
Dave Syer
2a3dcaf18c Fix repositories for central release 2014-01-07 13:33:50 -06:00
Dave Syer
16c0e05ed3 Fix repository for release branch 2014-01-07 13:33:50 -06:00
Dave Syer
077a15c640 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:33:50 -06:00
Dave Syer
c2912a1882 [maven-release-plugin] prepare release 1.2.0.RELEASE 2014-01-07 13:33:50 -06:00
Dave Syer
6c27b97f2e Fix version placeholders in poms 2014-01-07 13:33:50 -06:00
Dave Syer
438be3f741 Fix build by re-instating bundlor repository 2014-01-07 13:33:50 -06:00
Dave Syer
f16e6288ee Tidy Javadocs and add bootstrap profile 2014-01-07 13:33:50 -06:00
Dave Syer
a5467d1ce6 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:33:50 -06:00
Dave Syer
5ac2c4e988 [maven-release-plugin] prepare release X.1.2.0.RC1DreleaseVersion=1.2.0.RC1 2014-01-07 13:33:50 -06:00
Dave Syer
3527ad47eb BATCHADM-75: add cache interceptor to JobService for JMX usage 2014-01-07 13:33:50 -06:00
Dave Syer
fa3b9f86d3 BATCHADM-67: added JSON integration tests and fix bugs that arise 2014-01-07 13:33:50 -06:00
Dave Syer
3de9eb5e65 BATCHADM-55: remove dependency on spring-js 2014-01-07 13:33:49 -06:00
dsyer
a9f08661cc Upgrade to Spring Integration 2.0 2014-01-07 13:33:49 -06:00
Dave Syer
c6e13b3219 Add additional integration tests 2014-01-07 13:33:49 -06:00
Dave Syer
c5d352bf06 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:33:49 -06:00
Dave Syer
9eef9abcdc [maven-release-plugin] prepare release 1.2.0.M1 2014-01-07 13:33:49 -06:00
Dave Syer
8f03af7872 Upgrade SI to RC2 2014-01-07 13:33:49 -06:00
Dave Syer
6872d69692 Upgrade SI to RC2 2014-01-07 13:33:49 -06:00
Dave Syer
f9a1a80c81 BATCHADM-86: fix queries
- name step table explicitly
- add integration tests for Derby (@Ignored for now)
2014-01-07 13:33:49 -06:00
Dave Syer
c93eb46a98 Change version in poms to reflect 1.2.0 release 2014-01-07 13:33:49 -06:00
Dave Syer
9f328b7e82 BATCHADM-82: Upgrade to Spring 3.0.5 and Batch 2.1.5 2014-01-07 13:33:49 -06:00
Dave Syer
68d2174e41 Add EBR repository 2014-01-07 13:33:49 -06:00
Dave Syer
99e98b4e36 BATCHADM-76: add initial JMX support 2014-01-07 13:33:49 -06:00
Dave Syer
0be83c6138 Upgrade Spring Batch 2014-01-07 13:33:49 -06:00
Dave Syer
18eed8c5c7 BATCHADM-61: add step execution status summary to job execution views 2014-01-07 13:33:49 -06:00
Dave Syer
88638ce05f BATCHADM-72: Improve chunking traceability
- add sequence info to chunks
- Improve logging in ChunkMessageChannelItemWriter
- Add mysql/h2/derby properties to integration project
- Add drop scripts necessary for persistent databases
2014-01-07 13:33:48 -06:00
David Syer
a00fd31172 BATCHADM-57: add JSON home page 2014-01-07 13:33:32 -06:00
David Syer
95ab089713 BATCHADM-58: updgrade to Spring 3.0.4 to solve thread scope problem 2014-01-07 13:33:31 -06:00
David Syer
53f1023284 BATCHADM-57: add files upload in JSON 2014-01-07 13:33:31 -06:00