dsyer
f2e96f4f71
RESOLVED - issue BATCH-1421: Add method to get all job names to JobExplorer
2009-11-04 12:21:04 +00:00
dsyer
15fbb6f9ac
RESOLVED - issue BATCH-1429: Allow DelimitedLineTokenizer to handle malformed file/lines gracefully.
2009-11-04 09:36:17 +00:00
dsyer
d1244127b0
RESOLVED - issue BATCH-1416: Namespace support for max varchar length in execution context and execution daos
2009-11-04 09:04:15 +00:00
dsyer
4732c118b0
RESOLVED - issue BATCH-1419: Change is-reader-transactional-queue to reader-transactional in <chunk/>
...
http://jira.springframework.org/browse/BATCH-1419
2009-11-04 08:47:20 +00:00
dsyer
d155842045
Added another test for skip listeners on read
2009-11-03 16:14:16 +00:00
dsyer
410968cf02
OPEN - issue BATCH-1428: Add support for lobhandler in job repository name space / factory bean
...
http://jira.springframework.org/browse/BATCH-1428
2009-10-29 20:34:31 +00:00
dsyer
ed42745b60
Ease semaphore acquire out of synchronized block to prevent possible deadlock.
2009-10-28 11:24:12 +00:00
dsyer
2728098b6f
update release notes fixing apt syntax
2009-10-18 12:32:21 +00:00
dsyer
c866b5cf81
Update release notes
2009-10-18 11:56:42 +00:00
dsyer
758854d2a6
Release notes for 2.0.4
2009-10-18 11:34:49 +00:00
dsyer
504ec297cc
BATCH-1424: add explicit instructions for using listener annotations
2009-10-18 11:27:37 +00:00
dsyer
7b28b2a8f1
RESOLVED - issue BATCH-1420: Late Binding only happens first time when using inner bean definition with collection property
2009-10-17 12:49:57 +00:00
dsyer
232d739dbd
RESOLVED - issue BATCH-1420: Late Binding only happens first time when using inner bean definition with collection property
2009-10-16 19:15:17 +00:00
dhgarrette
db1351f7ab
2009-10-11 20:12:07 +00:00
dsyer
0cd39af81b
Javadocs
2009-10-02 01:33:47 +00:00
dsyer
b55a39010e
RESOLVED - issue BATCH-1417: Error in FlatFileItemReader when RecordSeparatorPolicy.preProcess or readLine returns null
...
http://jira.springframework.org/browse/BATCH-1417
2009-10-02 01:32:13 +00:00
dsyer
81a37d4cc0
[maven-release-plugin] prepare for next development iteration
2009-09-28 15:42:32 +00:00
dsyer
ff34a62685
[maven-release-plugin] prepare release 2.1.0.M1
2009-09-28 15:33:21 +00:00
dsyer
f219702432
add distro profiles
2009-09-28 15:23:52 +00:00
dsyer
a4c104a7cb
classpath fixed
2009-09-28 14:13:35 +00:00
dsyer
281178fdf8
tidy up loop sample
2009-09-28 14:12:17 +00:00
dsyer
e349e4a643
RESOLVED - issue BATCH-1415: Execution context cannot be saved on Oracle (UTF8) when context length is between 2000 and 2500 characters
...
http://jira.springframework.org/browse/BATCH-1415
2009-09-28 13:18:20 +00:00
dsyer
244e18a019
RESOLVED - issue BATCH-1417: Error in FlatFileItemReader when RecordSeparatorPolicy.preProcess or readLine returns null
...
Throw FlatFileParseException if file ends in the middle of a record.
2009-09-28 08:45:21 +00:00
dsyer
35d8924626
missed schema sql in properties files
2009-09-25 08:48:28 +00:00
dsyer
998f9e0abe
Changes to version label in docs for 2.1.0.M1
2009-09-25 08:42:38 +00:00
dsyer
79c86bf13d
RESOLVED - issue BATCH-1414: Move schema scripts to a package
...
http://jira.springframework.org/browse/BATCH-1414
2009-09-25 08:30:27 +00:00
dsyer
6ef8865ce2
RESOLVED - issue BATCH-973: Switch RetryPolicy back to Throwable instead of Exception as in 1.x
...
http://jira.springframework.org/browse/BATCH-973
2009-09-24 08:24:47 +00:00
dsyer
ab5ece862a
BATCH-1409: By using a special queue we can force the repeat template to block only on calling thread, not on workers.
2009-09-24 06:14:06 +00:00
dsyer
685065a476
BATCH-1409: Experiment with special ResultQueue implementation.
2009-09-23 15:54:57 +00:00
dsyer
84d0f2c170
BATCH-1407: add environment property to samples.
2009-09-22 11:56:27 +00:00
dsyer
78768959b0
BATCH-1407: make samples work with MySQL.
2009-09-22 11:33:21 +00:00
dsyer
7f11e1ef58
BATCH-1413: fixed typo in docs
2009-09-21 12:08:54 +00:00
dsyer
2f4530547f
RESOLVED - issue BATCH-742: Inclusion of a ResourceItemReader that will return resources (such as files in a directory) instead of records from a single resource.
...
http://jira.springframework.org/browse/BATCH-742
2009-09-21 07:52:07 +00:00
dsyer
eda5e09b8b
RESOLVED - issue BATCH-1385: Composite elements do not honour @Order annotations
...
http://jira.springframework.org/browse/BATCH-1385
2009-09-21 07:32:21 +00:00
dsyer
6f8f9d58be
RESOLVED - issue BATCH-742: Inclusion of a ResourceItemReader that will return resources (such as files in a directory) instead of records from a single resource.
...
http://jira.springframework.org/browse/BATCH-742
2009-09-21 07:09:52 +00:00
lucasward
ca2cd24df0
BATCH-915: Added tests to ensure that ItemStreamException can be skipped when thrown from read.
2009-09-20 19:59:40 +00:00
robokaso
ad2f3060bb
RESOLVED - BATCH-1410: Isolation Level in the Example is not supported
2009-09-20 10:11:15 +00:00
dsyer
f6fc4dc3c5
BATCH-1409: rever previous change (faile dbuild unknown reason)
2009-09-19 14:27:36 +00:00
dsyer
4c81d59205
OPEN - issue BATCH-1409: More efficient use of pool threads in repeat template (hence multi-threaded steps)
...
Use wait/notify instead of a Semaphore to allow calling thread to be re-scheduled if necessary. Won't make any difference to repeats executed in the main thread, but if they are in a background thread it should be more fair to other tasks.
2009-09-18 16:39:25 +00:00
dsyer
d38ecfd955
OPEN - issue BATCH-1409: More efficient use of pool threads in repeat template (hence multi-threaded steps)
...
http://jira.springframework.org/browse/BATCH-1409
2009-09-18 16:30:45 +00:00
dsyer
cd12d1050e
Add additional integration test for list values in step scope.
2009-09-18 16:29:51 +00:00
dsyer
7969f56fd9
RESOLVED - issue BATCH-1369: Change semantics of @AfterChunk to execute outside transaction
...
http://jira.springframework.org/browse/BATCH-1369
2009-09-18 14:08:36 +00:00
dsyer
9245b5fde3
Remove Maven project builder.
2009-09-18 14:07:15 +00:00
lucasward
2a39ca7a25
BATCH-915:MultiResourceItemReader no longer throws ItemStreamExceptions in open except in a restart scenario, the inner class has also been removed.
2009-09-17 23:50:07 +00:00
dsyer
6272d2844e
RESOLVED - issue BATCH-1406: Avoid deadlock with database pool and multithreaded step when throttle limit is too high.
...
No need to save the step execution in TaskletStep at all.
2009-09-16 16:59:53 +00:00
dsyer
5cb9834c23
OPEN - issue BATCH-1369: Change semantics of @AfterChunk to execute outside transaction
...
Moved afterChunk() call
2009-09-16 16:59:11 +00:00
dsyer
0f5d1f2ded
RESOLVED - issue BATCH-1406: Avoid deadlock with database pool and multithreaded step when throttle limit is too high.
2009-09-16 16:54:45 +00:00
robokaso
cd22ad3ffc
RESOLVED - BATCH-1408: SimpleJobLauncher Package wrong
2009-09-16 16:28:26 +00:00
dsyer
d31702c20b
OPEN - issue BATCH-1401: All inserts of JobId should be of Types.BIGINT
...
Fixed samples to work with MySQL (except customer filter job)
2009-09-16 11:44:49 +00:00
dsyer
bade1c74c5
OPEN - issue BATCH-1401: All inserts of JobId should be of Types.BIGINT
...
Applied patch to trunk
2009-09-16 11:44:17 +00:00