nebhale
|
e8b651e8bf
|
[maven-release-plugin] prepare for next development iteration
|
2008-06-04 20:00:11 +00:00 |
|
nebhale
|
cf6ac0f600
|
[maven-release-plugin] prepare release spring-batch-1.0.1.a
|
2008-06-04 19:59:21 +00:00 |
|
nebhale
|
7b0365c2ee
|
More version number cleanup
|
2008-06-04 19:55:03 +00:00 |
|
nebhale
|
75cbde2537
|
Rolling back crazy maven tag.
|
2008-06-04 19:48:46 +00:00 |
|
nebhale
|
b2e5c8f284
|
[maven-release-plugin] prepare for next development iteration
|
2008-06-04 19:25:24 +00:00 |
|
nebhale
|
bd7c5b7a1a
|
[maven-release-plugin] prepare release spring-batch-1.0.2.BUILD
|
2008-06-04 19:24:34 +00:00 |
|
nebhale
|
0644e32183
|
Proper version number
|
2008-06-04 18:05:25 +00:00 |
|
nebhale
|
e75b27d249
|
[maven-release-plugin] prepare for next development iteration
|
2008-05-06 15:52:08 +00:00 |
|
nebhale
|
b876ef93c8
|
[maven-release-plugin] prepare release spring-batch-1.0.1.RELEASE
|
2008-05-06 15:51:32 +00:00 |
|
nebhale
|
596ef3518b
|
Branched for 1.1.0
|
2008-04-28 08:10:52 +00:00 |
|
dsyer
|
fcca799608
|
RESOLVED - issue BATCH-552: Fix smaples-14 CI build (MBeanServer not automatically created in Java 1.4)
Added MBeanServer and a connector
|
2008-04-03 12:22:38 +00:00 |
|
nebhale
|
4c4b44042d
|
[maven-release-plugin] prepare for next development iteration
|
2008-03-28 16:59:15 +00:00 |
|
nebhale
|
ca7aef7794
|
[maven-release-plugin] prepare release spring-batch-1.0.0.FINAL
|
2008-03-28 16:58:55 +00:00 |
|
nebhale
|
0201bcb2b3
|
[BATCH-499] Updated version number to 1.0.0.FINAL-SNAPSHOT to be universally Maven friendly. Doesn't any find it odd that in 2.0.6 and 2.1 it's broken but in 2.0.7 it's not? That's not the greatest QC.
|
2008-03-25 10:02:24 +00:00 |
|
dsyer
|
5c840a6960
|
[BATCH-271] tweak dependencies to ensure optional where appropriate
|
2008-03-25 05:39:36 +00:00 |
|
dsyer
|
e3afee34a6
|
Updates for 1.0.0.-SNAPSHOT site.
|
2008-03-17 13:31:50 +00:00 |
|
nebhale
|
634119cc8e
|
[maven-release-plugin] prepare for next development iteration
|
2008-03-17 10:47:46 +00:00 |
|
nebhale
|
4d5bce367e
|
[maven-release-plugin] prepare release spring-batch-1.0.0.rc1
|
2008-03-17 10:47:25 +00:00 |
|
nebhale
|
38ba3c5d83
|
[BATCH-271] More POM thining
|
2008-03-11 15:05:30 +00:00 |
|
nebhale
|
636e8c1954
|
[BATCH-271] More updates to thin out the dependency list
|
2008-03-11 14:49:24 +00:00 |
|
nebhale
|
9f7cc87c0d
|
[BATCH-383] Fixes to make Spring Batch 1.4 runtime compliant.
|
2008-03-11 13:49:17 +00:00 |
|
nebhale
|
607d2bfd93
|
[BATCH-429] Fixed spring-batch-samples dependency issue
|
2008-03-07 16:34:43 +00:00 |
|
nebhale
|
bfb9447d6b
|
[BATCH-429] Moved all code out of execution
|
2008-03-07 16:02:22 +00:00 |
|
dsyer
|
f5e85d5f63
|
Change svn:eol-style to LF
|
2008-03-06 21:59:13 +00:00 |
|
robokaso
|
ac27e91948
|
RESOLVED - issue BATCH-383: Remove Java 5 features from samples
http://jira.springframework.org/browse/BATCH-383
|
2008-03-04 13:35:30 +00:00 |
|
nebhale
|
2e7c457ef9
|
[maven-release-plugin] prepare for next development iteration
|
2008-03-04 10:33:49 +00:00 |
|
nebhale
|
ba18633306
|
[maven-release-plugin] prepare release spring-batch-1.0.0.m5
|
2008-03-04 10:33:29 +00:00 |
|
dsyer
|
1244264e50
|
Classpath issues on build
|
2008-02-25 13:08:06 +00:00 |
|
nebhale
|
242970dd29
|
[maven-release-plugin] prepare for next development iteration
|
2008-02-06 09:52:23 +00:00 |
|
nebhale
|
f6e0c7aec5
|
[maven-release-plugin] prepare release spring-batch-1.0.0.m4
|
2008-02-06 09:51:56 +00:00 |
|
dsyer
|
51e48b5edb
|
Fi pom to not use clover
|
2008-02-05 08:28:32 +00:00 |
|
lucasward
|
24fd1d8002
|
Fixed HibernateFailureJob, which wasn't validating it's preconditions, causing a nullpointerexception
|
2008-01-23 13:34:22 +00:00 |
|
lucasward
|
2e68e82e84
|
BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate.
|
2008-01-22 23:39:41 +00:00 |
|
lucasward
|
682cfb560f
|
BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files.
|
2008-01-17 14:43:51 +00:00 |
|
dsyer
|
448409a257
|
IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277
Added MySQL to samples and execution DDL generator (untested).
|
2008-01-13 12:45:51 +00:00 |
|
dsyer
|
19164926b6
|
Remove java.sql.Timestamp from domain objects.
|
2007-12-22 09:43:04 +00:00 |
|
dsyer
|
92d72468fa
|
Add Derby in test scope (borken build)
|
2007-12-14 14:51:55 +00:00 |
|
dsyer
|
4bbd3b7b02
|
Re-generate classpaths for missing dependency.
|
2007-12-14 01:16:25 +00:00 |
|
dsyer
|
8ea331bfc7
|
Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
|
2007-12-10 21:23:48 +00:00 |
|