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
dsyer
0940d1b9e3
RESOLVED - issue BATCH-1405: Starvation of threads - TaskExecutorRepeatTemplate
...
Added test case looking for potential issue.
2009-09-16 08:27:25 +00:00
robokaso
b689583ba8
RESOLVED - BATCH-1404: archetype update
2009-09-15 19:41:27 +00:00
dsyer
4820c5bfc9
BATCH-1395: Fixed reference to wrong ApplicationEvent
2009-09-15 14:20:32 +00:00
dsyer
ffcc7b92b4
Fix classpaths for .svn issues on export of JEE deps
2009-09-15 10:46:37 +00:00
dsyer
ae0a8184ac
BATCH-1395: change default BFPP copying in application context factory
2009-09-15 10:06:48 +00:00
lucasward
e191ac7dd4
BATCH-1403:Cleaned up warnings
2009-09-12 23:23:44 +00:00
lucasward
380c975d21
Fixed validation issue by upgrading XSD to 2.5
2009-09-12 23:05:57 +00:00
lucasward
78d0a869ad
BATCH-1277:Added JobParameter setters to JobParametersBuilder
2009-09-12 21:51:47 +00:00
dsyer
ed5f112143
RESOLVED - issue BATCH-1400: Specify schema location for imports in xsd
...
http://jira.springframework.org/browse/BATCH-1400
2009-09-12 07:07:32 +00:00
dsyer
be7cea1603
RESOLVED - issue BATCH-1399: Expose StepExecutionAggregator as a strategy interface in PartitionStep
2009-09-11 09:38:25 +00:00
dsyer
0cc68d71b8
RESOLVED - issue BATCH-1399: Expose StepExecutionAggregator as a strategy interface in PartitionStep
2009-09-11 09:34:30 +00:00
dsyer
046e1f8c12
Fix broken build
2009-09-10 05:52:00 +00:00