dsyer
|
9ed3d4da42
|
BATCH-1574: added task executor setter for chunkless step
|
2010-05-25 16:31:22 +00:00 |
|
lucasward
|
3662f2883b
|
Javadoc fix
|
2010-05-25 03:46:07 +00:00 |
|
lucasward
|
f8a0e90347
|
BATCH-1573: Created a test case for fully qualified namespace usage, and added a check to the parser for the namespace, which would then be stripped before checking the end state.
|
2010-05-24 04:12:43 +00:00 |
|
dsyer
|
7721984c78
|
minor test tweak to fix build
|
2010-05-23 02:06:15 +00:00 |
|
robokaso
|
9a58f6fad1
|
RESOLVED - BATCH-1568: Implement SkipListener in StepListenerSupport
|
2010-05-14 15:22:56 +00:00 |
|
dsyer
|
ee79629415
|
BATCH-1567: catch setTerminateOnly() in FlowJob
|
2010-05-14 07:59:07 +00:00 |
|
dsyer
|
f15d89d031
|
[maven-release-plugin] prepare for next development iteration
|
2010-04-23 09:53:14 +00:00 |
|
dsyer
|
a020f882d3
|
[maven-release-plugin] prepare release X.2.1.1
|
2010-04-23 09:49:35 +00:00 |
|
dsyer
|
fc7b86517f
|
RESOLVED - issue BATCH-1559: Ability to promote FlowStep execution context to its constituent steps
|
2010-04-23 09:31:04 +00:00 |
|
dsyer
|
34af058110
|
BATCH-1553: add additional checks for BatchStatus indicating previous execution not finished.
|
2010-04-21 11:37:07 +00:00 |
|
dsyer
|
a63fa1ee86
|
BATCH-1531: only re-compute partitions if not restarting, otherwise leave them empty because the normal step restart will take care of the state.
|
2010-04-21 10:47:24 +00:00 |
|
dsyer
|
a28a4c3f76
|
Add additional test cases for step-scoped proxies
|
2010-04-09 09:54:26 +00:00 |
|
dsyer
|
8782405974
|
Tweak Map-based repository for performance (serialization of a StepExecution is expensive and unnecessary)
|
2010-04-07 11:05:46 +00:00 |
|
dsyer
|
f38c05567a
|
BATCH-1546: enable integration tests with Oracle
|
2010-04-05 16:22:08 +00:00 |
|
dsyer
|
6473473d78
|
BATCH-1529: added new exception type for skip policy errors
|
2010-04-05 07:57:49 +00:00 |
|
dsyer
|
e38764797b
|
BATCH-1547: fix logic
|
2010-04-04 16:06:13 +00:00 |
|
dsyer
|
f7d377908d
|
Tweak concurrency support in transaction aware collections
|
2010-04-03 09:34:02 +00:00 |
|
dsyer
|
00c21d8b95
|
synchronize begin and commit in transactional proxy (only needed in Java 5 apparently, which is a shame)
|
2010-04-02 10:40:12 +00:00 |
|
dsyer
|
be80d14d09
|
BATCH-1535: change default size of exit code
|
2010-03-29 20:53:35 +00:00 |
|
dsyer
|
8ffebc3e66
|
RESOLVED - issue BATCH-1541, BATCH-1542: Thread safety for map daos
|
2010-03-28 08:37:00 +00:00 |
|
dsyer
|
0c4162296f
|
BATCH-1536: Javadocs in SkipPolicy
|
2010-03-25 13:13:12 +00:00 |
|
dsyer
|
0cab069165
|
RESOLVED - issue BATCH-1530: Let job-repository assign id to itself by default.
|
2010-03-24 07:57:45 +00:00 |
|
dsyer
|
e2d1c3d920
|
RESOLVED - issue BATCH-1528: Namespace context partition element requires bean with name "transactionManager"
|
2010-03-10 08:52:48 +00:00 |
|
dsyer
|
7759438953
|
RESOLVED - issue BATCH-1528: Namespace context partition element requires bean with name "transactionManager"
|
2010-03-10 08:31:52 +00:00 |
|
dsyer
|
b453331948
|
RESOLVED - issue BATCH-1527: Add "-stopAll" to CommandLineJobRunner
|
2010-03-05 08:49:15 +00:00 |
|
dsyer
|
03b8880cfc
|
RESOLVED - issue BATCH-1526: Memory leak in web deployments because ThreadLocal is not nulled out in ChunkMonitor
|
2010-03-04 14:57:55 +00:00 |
|
dsyer
|
cfca1a9296
|
RESOLVED - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test
|
2010-03-03 13:17:02 +00:00 |
|
dsyer
|
4aaa88b76d
|
RESOLVED - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test
|
2010-03-03 12:48:58 +00:00 |
|
dsyer
|
17daf7ab07
|
REOPENED - issue BATCH-1518: Add optimization for commit-interval=1
|
2010-03-03 12:32:54 +00:00 |
|
dsyer
|
561db8ddb8
|
REOPENED - issue BATCH-1518: Add optimization for commit-interval=1
|
2010-03-03 12:14:25 +00:00 |
|
dsyer
|
9f37db9f39
|
OPEN - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test
|
2010-03-03 12:04:38 +00:00 |
|
dsyer
|
01697d9ffa
|
REOPENED - issue BATCH-1518: Add optimization for commit-interval=1
|
2010-03-03 12:04:04 +00:00 |
|
dsyer
|
14f39abcbd
|
BATCH-1525: check for null when creating ExitStatus
|
2010-03-02 17:20:53 +00:00 |
|
dsyer
|
49d46f3365
|
RESOLVED - issue BATCH-1508: Make ApplicationContext ids unique and identifiable in ClasspathXmlApplicationContextsFactoryBean
|
2010-03-01 13:23:07 +00:00 |
|
dsyer
|
4664492509
|
RESOLVED - issue BATCH-1510: List of stepnames incomplete for nested flow job
|
2010-03-01 12:54:57 +00:00 |
|
dsyer
|
3d6036b93e
|
RESOLVED - issue BATCH-1520: Allow null ItemWriter as long as ItemProcessor is provided
|
2010-03-01 11:37:32 +00:00 |
|
dsyer
|
b6aca5fa05
|
RESOLVED - issue BATCH-1518: Add optimization for commit-interval=1
|
2010-03-01 10:21:57 +00:00 |
|
dsyer
|
76f3b3d655
|
BATCH-1507: Step names with prefixes
|
2010-02-08 14:15:08 +00:00 |
|
dsyer
|
9e779e10ad
|
BATCH-1507: double check the step names in step name tests as well
|
2010-02-08 11:20:32 +00:00 |
|
dsyer
|
69ed590c74
|
BATCH-1507: double check the step names
|
2010-02-08 10:43:22 +00:00 |
|
dsyer
|
87c839d7f0
|
BATCH-1507: search path for steps extended in FlowJob
|
2010-02-08 10:38:52 +00:00 |
|
dsyer
|
025828fa4c
|
BATCH-1503: UNKNOWN status has to propagate up to JobExecution in FlowJob (works already in SimpleJob).
|
2010-02-07 15:30:59 +00:00 |
|
dsyer
|
b8dc9658af
|
upgrade bundlor to 1.0.0
|
2010-02-05 16:14:36 +00:00 |
|
dsyer
|
3ea9bcb8fd
|
[maven-release-plugin] prepare for next development iteration
|
2010-02-04 12:25:16 +00:00 |
|
dsyer
|
99a5a796cd
|
[maven-release-plugin] prepare release 2.1.0.RELEASE
|
2010-02-04 12:24:30 +00:00 |
|
dsyer
|
551ef61fc0
|
update docos for 2.1 release
|
2010-02-03 12:19:21 +00:00 |
|
dsyer
|
38591243ab
|
general tidying
|
2010-02-02 21:03:01 +00:00 |
|
dsyer
|
96e6286beb
|
BATCH-1499, BATCH-1497: add alias in SqlPagingItemReader.
|
2010-01-31 18:43:53 +00:00 |
|
dsyer
|
d8cc4d105d
|
RESOLVED - issue BATCH-1496: Expose retry-policy in namespace configuration
|
2010-01-30 10:28:57 +00:00 |
|
dsyer
|
5d5ce07c8a
|
RESOLVED - issue BATCH-1493: Step listeners detected and invoked twice
RESOLVED - issue BATCH-1494: FetchSize not accessible in HibernateCursorItemReader
|
2010-01-28 11:35:41 +00:00 |
|