-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove usage of NestedIOException. #663
Conversation
NestedIOException was removed from Spring Framework with spring-projects/spring-framework@2fb1dd1
This issue breaks Spring Data JDBCs integration in version 3.0 which is based on Spring Framework 6.0 which includes the commit mentioned above. It therefore would be cool, if we could get a release containing this change. |
@schauder Thanks for your contributing!! I will merging at later. |
@schauder I've published the 2.1.0-SNAPSHOT on OSS sonatype repository. |
Thanks. |
This fixes the current build problems, which are caused by removal of NestedIOException from Spring Framework. Closes #1218 See mybatis/spring#663
This fixes the current build problems, which are caused by removal of NestedIOException from Spring Framework. Closes #1218 See mybatis/spring#663
Would you be able to release at least a milestone release until Thursday? Wednesday Spring Framework probably releases their new milestone, and on Friday Spring Data is planning to release their next milestone and we can't/ don't want to depend on a snapshot for that release. Our alternative would be to revert back to the last GA release in Spring Data and ask users to consider switch to the snapshot. |
@schauder I will propose releasing 2.1.0 to owners. |
…存在 org.springframework.core.NestedIOException 的异常 #I5G0UQ 移除 org.springframework.core.NestedIOException 议题:mybatis/spring#663
…ryBean,移除 spring 6.0 中不存在的 org.springframework.core.NestedIOException 移除 org.springframework.core.NestedIOException 议题:mybatis/spring#663
…ryBean,移除 spring 6.0 中不存在的 org.springframework.core.NestedIOException 移除 org.springframework.core.NestedIOException 议题:mybatis/spring#663
Hi @schauder , We published the 3.0.0-SNAPSHOT for supporting Spring 6 and Spring Batch 5 (Because the API specification of Spring Batch 5 does not keep backward-compatibility for Spring Batch 4). |
Das that mean a GA release with a fix for this issue will only become available after Spring Batch 5 is available? |
@schauder |
Any news about the 2.1.0 release? |
NestedIOException was removed from Spring Framework with spring-projects/spring-framework@2fb1dd1