spring-boot-starter icon indicating copy to clipboard operation
spring-boot-starter copied to clipboard

MybatisCursorItemReader#open, close inherit deprecated method

Open JinSeokO opened this issue 2 years ago • 1 comments
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 avatar Oct 03 '23 08:10 JinSeokO

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

kazuki43zoo avatar Oct 23 '23 21:10 kazuki43zoo