Deprecate JExcelAPI usage
Deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
This commit is contained in:
committed by
Michael Minella
parent
c7974a68c1
commit
8fc7058bc2
@@ -32,7 +32,10 @@ import org.springframework.util.ClassUtils;
|
||||
* @param <T> the type
|
||||
* @author Marten Deinum
|
||||
* @since 0.5.0
|
||||
*
|
||||
* @deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
|
||||
*/
|
||||
@Deprecated
|
||||
public class JxlItemReader<T> extends AbstractExcelItemReader<T> {
|
||||
|
||||
private Workbook workbook;
|
||||
|
||||
@@ -25,7 +25,9 @@ import org.springframework.batch.item.excel.Sheet;
|
||||
*
|
||||
* @author Marten Deinum
|
||||
* @since 0.5.0
|
||||
* @deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
|
||||
*/
|
||||
@Deprecated
|
||||
public class JxlSheet implements Sheet {
|
||||
|
||||
private final jxl.Sheet delegate;
|
||||
|
||||
@@ -29,7 +29,9 @@ import java.util.List;
|
||||
*
|
||||
* @author Marten Deinum
|
||||
* @since 0.5.0
|
||||
* @deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
|
||||
*/
|
||||
@Deprecated
|
||||
public final class JxlUtils {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user