Removed iBatis based components
This commit removes the iBatis based ItemReaders and ItemWriter. They were depricated in the 3.0 line in favor of the MyBatis natively provided ItemReader and ItemWriter implementations. This removes those depricated components. Resolves BATCH-2591
This commit is contained in:
@@ -51,7 +51,6 @@ Job/Feature | delimited input | fixed-length input | xml input |
|
||||
:-------------------------- | :-------------: | :----------------: | :-------: | :-------------: | :-------------: | :--------------: | :-----------------: | :--------: | :-------: | :------------: | :--------: | :----------:
|
||||
delimited | x | | | | | | | x | | | |
|
||||
[fixedLength](#fixedLength) | | x | | | | | | | x | | |
|
||||
[ibatis](#ibatis) | | | | | x | | | | | | x |
|
||||
[hibernate](#hibernate) | | | | | x | | | | | | x |
|
||||
[jdbcCursor](#jdbcCursor) | | | | | x | | | | | | x |
|
||||
jpa | | | | x | | | | | | | x |
|
||||
@@ -521,12 +520,6 @@ The output reliability and robustness are improved by the use of
|
||||
need to take control of it so that the skip and retry features
|
||||
provided by Spring Batch can work effectively.
|
||||
|
||||
### [Ibatis Sample](id:ibatis)
|
||||
|
||||
The goal of this sample is to show the use of Ibatis as a query
|
||||
mapping tool. Its features are similar to the Hibernate sample, but
|
||||
it uses Ibatis to drive its input and output.
|
||||
|
||||
### [Infinite Loop Sample](id:infiniteLoop)
|
||||
|
||||
This sample has a single step that is an infinite loop, reading and
|
||||
|
||||
Reference in New Issue
Block a user