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
dsyer
694a5423d9
RESOLVED - issue BATCH-1338: Allow segregation of jobs by group, type or origin
...
Make JobRegistry mandatory
2009-09-09 16:23:32 +00:00
dsyer
0d7c7034ae
RESOLVED - issue BATCH-1338: Allow segregation of jobs by group, type or origin
...
http://jira.springframework.org/browse/BATCH-1338
Deprecated and replaced ClassPathXmlJobRegistry
2009-09-09 12:39:32 +00:00
dsyer
f3cec725f0
RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Add extra test for JobRegistryBackground*
2009-09-09 11:46:46 +00:00
dsyer
def829f87a
REOPENED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Fixed broken build re-jig JobRegistryBackgroundJobRunner
2009-09-09 11:42:12 +00:00
dsyer
f98c5775ed
REOPENED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Added parent configuration copying as a feature in ClassPathXmlApplicationContextFactory.
2009-09-09 10:45:13 +00:00
dsyer
6d20540c01
OPEN - issue BATCH-1395: Remove or deprecate old application context creation pattern
...
Revert some recent changes and focus more on factory patterns
2009-09-09 08:12:15 +00:00
dsyer
831b1c2534
RESOLVED - issue BATCH-1356: Line reader for binary files
...
http://jira.springframework.org/browse/BATCH-1356
2009-09-08 09:53:40 +00:00
dsyer
9f0fba98d7
RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
CHange default separator to "."
2009-09-08 08:00:21 +00:00
dsyer
f9b186ada3
RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Added groupName and extension points in JobRegistryBeanPostProcessor and ClassPathXmlJobRegistry
2009-09-08 07:49:37 +00:00
dsyer
ac08658c48
OPEN - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Add group aware job factory and re-org interfaces in JobLocator-JobRegistry (not backwards compatible but probably not a change for anyone outside the framework)
2009-09-08 07:00:31 +00:00
dsyer
49420d633e
RESOLVED - issue BATCH-1395: Remove or deprecate old application context creation pattern
...
Deprecated the osgi context factory.
2009-09-07 17:27:25 +00:00
dsyer
4da7efee3a
RESOLVED - issue BATCH-1395: Remove or deprecate old application context creation pattern
...
Removed it.
2009-09-07 17:24:22 +00:00
dsyer
8143e66768
RESOLVED - issue BATCH-1397: Late binding only happens once per ApplicationContext if expression is in substring
...
http://jira.springframework.org/browse/BATCH-1397
2009-09-07 16:58:39 +00:00
dsyer
db485dbd10
OPEN - issue BATCH-46: Integrate demo project with S2EB webapp
...
https://jira.springsource.com/browse/BATCH-46
2009-09-07 14:05:23 +00:00
dsyer
7feadec42c
Add blocking queue in preference to thread.sleep
2009-09-07 13:34:05 +00:00
dsyer
9fd80a6b9e
Reset counter in test
2009-09-07 13:15:54 +00:00
dsyer
2df180369c
Tidy up unit test with correct mock behaviour
2009-09-07 13:12:10 +00:00
dsyer
ab88c2dd54
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Javadocs
2009-09-07 07:21:22 +00:00
dhgarrette
f29b8e908c
BATCH-1390: Restructured if-statement to prevent doing the same check twice.
2009-09-04 22:36:03 +00:00
dhgarrette
cf42e1629e
BATCH-1323: Fixed documentation in xsd
2009-09-04 15:53:01 +00:00
dsyer
08acf3bfa6
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Add extra synchronized for safety in case people use this in other ways than Batch typically does.
2009-09-04 14:44:12 +00:00