trisberg
|
4b07e29b09
|
BATCH-758: cleanup of warnings
|
2008-08-04 17:43:00 +00:00 |
|
trisberg
|
858208fa19
|
BATCH-758: generified ExceptionClassifier and ExceptionClassifierSupport and subclasses plus tests
|
2008-08-04 16:32:53 +00:00 |
|
robokaso
|
e19044b6a6
|
OPEN - BATCH-670: Upgrade to Java 5.0
parameterized TransactionAwareProxyFactory
|
2008-08-04 16:06:11 +00:00 |
|
trisberg
|
f100d35ccb
|
BATCH-354: added note about persistence context cleared and entities being detached
|
2008-08-04 12:25:40 +00:00 |
|
dsyer
|
ea0985f13e
|
Tidy up warnings
|
2008-08-04 09:19:14 +00:00 |
|
trisberg
|
70ef31d9b9
|
BATCH-354: added an ItemWriter implementation for JPA, general cleanup, added javax.persistence to OSGi manifest template
|
2008-08-03 06:20:41 +00:00 |
|
trisberg
|
b93903602b
|
IN PROGRESS - BATCH-354: added an ItemReader implementation for JPA, modified CommonItemReaderTests and subclasses to run as JUnit4 tests
|
2008-08-02 06:12:48 +00:00 |
|
robokaso
|
cbc1b3590a
|
OPEN - BATCH-662: simplify FlatFileItemReader
javadoc + renaming of internal methods
|
2008-07-31 11:17:34 +00:00 |
|
trisberg
|
a2d2838934
|
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
|
2008-07-30 19:58:56 +00:00 |
|
trisberg
|
b3eec37c79
|
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
|
2008-07-30 17:09:51 +00:00 |
|
trisberg
|
c809cba5cc
|
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
|
2008-07-30 17:04:57 +00:00 |
|
trisberg
|
55874a84fa
|
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
|
2008-07-30 16:00:49 +00:00 |
|
robokaso
|
92192964b1
|
OPEN - BATCH-662: simplify FlatFileItemReader
first shot - moved everything inside the FlatFileItemReader class (much more comprehensible now IMO)
|
2008-07-30 14:48:25 +00:00 |
|
robokaso
|
8c4043c882
|
RESOLVED - BATCH-752: FlatFileItemReader restart broken for non-default RecordSeparatorPolicy (record > 1 line)
merged fix from 1.1.x
|
2008-07-30 14:33:38 +00:00 |
|
dsyer
|
c6e0c85731
|
Use factory bean in integration project for repository
|
2008-07-30 08:56:19 +00:00 |
|
dsyer
|
843ecf40d2
|
uncomment call to fail (assume Bamboo back up now)
|
2008-07-29 10:01:01 +00:00 |
|
robokaso
|
d4e51a9fd5
|
RESOLVED - BATCH-748: Fix EasyMock warnings in Infrastructure
|
2008-07-29 09:49:34 +00:00 |
|
robokaso
|
1d91253ff5
|
IN PROGRESS - BATCH-748: Fix EasyMock warnings in Infrastructure
|
2008-07-29 09:15:51 +00:00 |
|
robokaso
|
4430386422
|
IN PROGRESS - BATCH-748: Fix EasyMock warnings in Infrastructure
|
2008-07-29 08:33:22 +00:00 |
|
dsyer
|
f2635b5f90
|
OPEN - issue BATCH-748: Fix EasyMock warnings in Infrastructure
ItemTransfromerWriterTests
|
2008-07-28 16:25:25 +00:00 |
|
dsyer
|
bb713547b4
|
Temporary comment out broken test while Bamboo is fixed
|
2008-07-28 15:48:43 +00:00 |
|
dsyer
|
4b6f350a47
|
RESOLVED - issue BATCH-745: strong typing in AggregateItemReader
Added AggregateItem<T>
|
2008-07-28 15:42:35 +00:00 |
|
robokaso
|
1b4babb4cd
|
informative error in case 'read-only' flag couldn't be set on file
|
2008-07-28 11:17:46 +00:00 |
|
dsyer
|
a85643d9a1
|
Remove Java 1.4 workarounds from samples tests
|
2008-07-28 11:07:50 +00:00 |
|
dsyer
|
d52603fb46
|
Removed warnings from AggregateItemReaderTests
|
2008-07-28 11:03:01 +00:00 |
|
lucasward
|
170d9d506f
|
BATCH-671: Added a new class, JobParameter, that represents an individual parameter. Also converted BatchStatus and ParameterType typesafe enumerations to java 5 enums.
|
2008-07-26 01:39:14 +00:00 |
|
dsyer
|
f58b33f83c
|
RESOLVED - issue BATCH-744: restart.count is always 0 in FlatFileItemWriter
|
2008-07-25 10:03:47 +00:00 |
|
lucasward
|
8839d6e2f0
|
BATCH-673:Updated CompositeItemTransformer to use a for each loop, and upgraded its unit tests to use junit 4.4 and the latest easy mock.
|
2008-07-24 23:01:00 +00:00 |
|
robokaso
|
9f9b3c72eb
|
relaxed unnecessarily restrictive type parameters
|
2008-07-24 13:31:53 +00:00 |
|
robokaso
|
afa9732b95
|
generified the integration module and cleaned up the warnings
|
2008-07-24 13:14:22 +00:00 |
|
robokaso
|
dc0365a965
|
relaxed unnecessarily restrictive type parameters
|
2008-07-24 11:30:24 +00:00 |
|
robokaso
|
e47df988ec
|
samples and infrastructure-tests should have no more generics warnings (remaining are easymock deprecations)
|
2008-07-24 11:17:37 +00:00 |
|
robokaso
|
66736f2ac2
|
infrastructure and core should have no more generics warnings (remaining are easymock deprecations)
|
2008-07-24 10:48:13 +00:00 |
|
robokaso
|
a07daf3d3a
|
fixed remaining warnings under main/java, added TODOs for IbatisDrivingQueryItemReader and MultipleColumnJdbcKeyCollector
|
2008-07-24 08:52:13 +00:00 |
|
robokaso
|
20fcba8b06
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-23 13:52:24 +00:00 |
|
dsyer
|
b625695b76
|
Upgrade JmsItemReader test to EasyMock 2 some more
|
2008-07-23 12:43:33 +00:00 |
|
dsyer
|
9c415e2dab
|
Upgrade JmsItemReader test to EasyMock 2
|
2008-07-23 12:21:36 +00:00 |
|
robokaso
|
5ad331312a
|
additional parameterization of KeyCollector
|
2008-07-23 12:16:50 +00:00 |
|
dsyer
|
7a106162c8
|
Fix batch update job sample
|
2008-07-23 11:41:27 +00:00 |
|
robokaso
|
e7b99313cd
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-23 09:39:36 +00:00 |
|
robokaso
|
d882c91297
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-23 09:22:47 +00:00 |
|
robokaso
|
2740d79331
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
separated implementation of PassThroughFieldSetMapper and ...Creator
|
2008-07-23 08:46:50 +00:00 |
|
dsyer
|
f2a12eca46
|
More careful accounting in AbstractTransactionalResourceItemWriter
|
2008-07-23 08:43:26 +00:00 |
|
dsyer
|
a2c279dd80
|
Minor tweaks to javadocs / visibility etc.
|
2008-07-23 08:34:06 +00:00 |
|
robokaso
|
ecdf4816ec
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-23 08:21:27 +00:00 |
|
dsyer
|
1e054d4146
|
Improve type safety of conversion from Collection to String[]
|
2008-07-23 06:45:14 +00:00 |
|
dsyer
|
d74aaf3cdb
|
Prevent test failure if target directory does not exist (e.g. in Eclipse)
|
2008-07-23 06:44:33 +00:00 |
|
trisberg
|
3f9ce6500d
|
IN PROGRESS - BATCH-672: modified item.reader and item.writer tests. Upgraded entire project to EasyMock 2.4
|
2008-07-23 02:48:02 +00:00 |
|
robokaso
|
f777e62736
|
parameterization of random classes with warnings
|
2008-07-22 15:57:16 +00:00 |
|
robokaso
|
7e99df92a0
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-22 11:57:20 +00:00 |
|