mybatis / spring-boot-starter

MyBatis integration with Spring Boot
Apache License 2.0
4.14k stars 1.79k forks source link

MybatisCursorItemReader#open, close inherit deprecated method #887

Open JinSeokO opened 1 year ago

JinSeokO commented 1 year ago

I user Spring Boot 3.0.8, and also use org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.2

I try to use mybatisCursorItemReader but warn log is shown.

'open(ExecutionContext): Unit' is deprecated. Overrides deprecated member in 'org.springframework.batch.item.support.AbstractItemStreamItemReader'. Deprecated in Java

here is deprecated list

kazuki43zoo commented 1 year ago

@JinSeokO Could you provide a small reproduce project with GitHub repo or attached file?