You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: