Robert Kasanicky
|
b57ffa731d
|
FIXED - BATCH-1738: StaxEventItemReader stops reading when
exception occurs during unmarshalling
|
2011-05-02 23:33:38 +02:00 |
|
Dave Syer
|
b13bd7379d
|
BATCH-1737: Add includedFields property to DelimitedLineTokenizer
|
2011-04-26 09:34:49 +01:00 |
|
Dave Syer
|
e0ce10dcc0
|
Fix compiler warnings
|
2011-04-05 12:02:13 +01:00 |
|
Dave Syer
|
d8c85036ab
|
BATCH-1724: subtle bug in simple chunk processor
|
2011-04-05 12:01:52 +01:00 |
|
Dave Syer
|
7e4fc80757
|
BATCH-1725: fix SubclassClassifier
|
2011-04-05 11:54:47 +01:00 |
|
Robert Kasanicky
|
70eb73f8c7
|
RESOLVED - BATCH-1722: ExecutionContextUserSupport refers to
ItemStream in code and documentation
corrected javadoc and exception message
|
2011-04-03 20:53:40 +02:00 |
|
Dave Syer
|
571c7fc801
|
BATCH-1532: fix javadocs
|
2011-03-22 09:09:39 +00:00 |
|
Dave Syer
|
f4d8968eba
|
[maven-release-plugin] prepare for next development iteration
|
2011-03-21 14:44:58 +00:00 |
|
Dave Syer
|
7c860f90b3
|
[maven-release-plugin] prepare release 2.1.7.RELEASE
|
2011-03-21 14:44:48 +00:00 |
|
Dave Syer
|
aef9f97f53
|
BATCH-1532: introduced StaxUtils to provide indirection on javax.xml.transform.Result/Source creation so that the code cant work in Spring 2.5.x and Spring WS 1.5x as well as Spring 3.0x
|
2011-03-21 13:33:49 +00:00 |
|
Dave Syer
|
539c403031
|
BATCH-1532: add profiles for spring oxm
|
2011-03-21 13:30:35 +00:00 |
|
Dave Syer
|
58ad6bd542
|
BATCH-1396: added step scope to retry and fixed bugs
|
2011-03-21 09:35:20 +00:00 |
|
Dave Syer
|
aeadf8b02e
|
BATCH-1717: catch and rethrow to protect against retry infinite loop
|
2011-03-21 09:26:48 +00:00 |
|
Dave Syer
|
57b0cb7498
|
BATCH-1696: don't trim whitespace from unquoted text
|
2011-03-15 09:29:21 +00:00 |
|
Dave Syer
|
3e3cfa1dff
|
BATCH-1709: Fix concurrency issue in BeanWrapperFieldSetMapper
|
2011-03-11 15:48:38 +00:00 |
|
Dave Syer
|
45996da55e
|
Wind back version number in master
|
2011-03-11 13:13:51 +00:00 |
|
Dave Syer
|
80b593de2f
|
Tweak build config for release
- Spring ivy dependencies fixed for EBR
- Added Sonatype voodoo
|
2011-02-07 17:22:22 +00:00 |
|
Dave Syer
|
d717027cdf
|
[maven-release-plugin] prepare for next development iteration
|
2011-02-07 10:18:47 +00:00 |
|
Dave Syer
|
f4e5dbcc72
|
[maven-release-plugin] prepare release X.2.1.6.RELEASE
|
2011-02-07 10:18:35 +00:00 |
|
Dave Syer
|
8b06574c8e
|
BATCH-1681: fix XML output on restart
|
2011-02-07 09:18:54 +00:00 |
|
Dave Syer
|
1e1edb8ff9
|
BATCH-1635: remobe clear() from Hibernate/JPA writers
|
2011-02-03 17:43:08 +00:00 |
|
Robert Kasanicky
|
72dac03008
|
BATCH-1665: added hint to logged warning
|
2011-01-12 20:41:12 +01:00 |
|
Robert Kasanicky
|
6a496712ee
|
BATCH-1665: added strict option to MultiResourceItemReader
|
2011-01-12 20:37:24 +01:00 |
|
Robert Kasanicky
|
d094c18179
|
RESOLVED - BATCH-1672: When appendAllowed is true, file is not created
(in the first time).
|
2010-12-29 13:50:29 +01:00 |
|
Josh Long
|
fdd153db9f
|
BATCH-1509: added parser and XSD changes
fixed a comment...
|
2010-12-19 09:26:25 +00:00 |
|
Dave Syer
|
83ab17157f
|
Fix Java 5 compile
|
2010-12-06 17:33:13 +00:00 |
|
Robert Kasanicky
|
606d98a01a
|
RESOLVED - BATCH-1661: FlatFileItemReader always logs as ERROR non data lines even though the row should be skipped
|
2010-12-04 22:40:09 +01:00 |
|
Dave Syer
|
25b899b83d
|
BATCH-1659: add test for file exists (moved from setUpOutputFile to createNewFile)
|
2010-11-26 13:22:03 +00:00 |
|
Dave Syer
|
a3702694cd
|
BATCH-1659: add try/catch to file creation
|
2010-11-26 11:01:15 +00:00 |
|
Dave Syer
|
3dd0c7f776
|
Deal with compiler warnings
|
2010-11-22 14:44:37 +00:00 |
|
Dave Syer
|
28eb5b02d3
|
BATCH-1657: Derby queries upgraded to 10.6.2.1
|
2010-11-22 11:51:21 +00:00 |
|
Dave Syer
|
43a3af665e
|
Fix compiler error: using test dep in main
|
2010-11-22 11:47:34 +00:00 |
|
Dave Syer
|
426c8e674b
|
BATCH-1651: removed unnecessary synchronized block
|
2010-11-22 09:41:49 +00:00 |
|
Dave Syer
|
23cd89ad05
|
Fix Eclipse metadata
|
2010-11-22 09:26:48 +00:00 |
|
Dave Syer
|
01f91f166b
|
BATCH-1224: added appendAllowed flag to FlatFileItemwWriter
|
2010-11-18 12:08:22 +00:00 |
|
dsyer
|
a2c87a7d68
|
[maven-release-plugin] prepare for next development iteration
|
2010-11-12 12:04:08 +00:00 |
|
dsyer
|
b84f587d3d
|
[maven-release-plugin] prepare release 2.1.5.RELEASE
|
2010-11-12 12:03:51 +00:00 |
|
dsyer
|
e2f097053f
|
[maven-release-plugin] prepare for next development iteration
|
2010-11-08 14:20:37 +00:00 |
|
dsyer
|
d743f987f2
|
[maven-release-plugin] prepare release 2.1.4.RELEASE
|
2010-11-08 14:20:16 +00:00 |
|
dsyer
|
24bfddeb1a
|
BATCH-1643: fix test case
|
2010-11-08 14:15:28 +00:00 |
|
dsyer
|
f1667b7d8f
|
RESOLVED - BATCH-1643: add configurable distance limit to beanwrapper field set mapper
|
2010-10-30 17:57:25 +00:00 |
|
dsyer
|
2b21e39556
|
BATCH-1640: fixed resource cleanup in buffered writer
|
2010-10-14 00:16:10 +00:00 |
|
dsyer
|
abd66edb30
|
BATCH-1639: fix oracle jump to item
|
2010-10-09 15:25:45 +00:00 |
|
dsyer
|
2c174da070
|
BATCH-1632: add explicit catch for NumberFormatException
|
2010-09-27 06:31:05 +00:00 |
|
dsyer
|
d20e518b9c
|
BATCH-1630: add defensive test to logging in RetryTemplate
|
2010-09-27 06:31:03 +00:00 |
|
dsyer
|
5a97f88249
|
BATCH-1627: add BindException to ValidationException in SpringValidator
|
2010-09-17 09:55:00 +00:00 |
|
dsyer
|
c503a19992
|
Revert to thread safe but less robust in the face of transaction exceptions MapStepExecutionDao
|
2010-09-11 08:04:58 +00:00 |
|
dsyer
|
a53acbd6c9
|
[maven-release-plugin] prepare for next development iteration
|
2010-09-07 14:11:08 +00:00 |
|
dsyer
|
d3d0dceba3
|
[maven-release-plugin] prepare release 2.1.3.RELEASE
|
2010-09-07 14:10:55 +00:00 |
|
dsyer
|
7df5e97302
|
BATCH-836: added ItemStream interface to CompositeItemWriter
|
2010-09-07 11:37:48 +00:00 |
|