spring-boot-starter
spring-boot-starter copied to clipboard
MybatisCursorItemReader#open, close inherit deprecated method
trafficstars
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
- https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/item/ItemStreamSupport.html#open(org.springframework.batch.item.ExecutionContext)
@JinSeokO Could you provide a small reproduce project with GitHub repo or attached file?