spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
280 stars 266 forks source link

spring-integration-smb not supports Spring 6 #261

Closed ferblaca closed 1 year ago

ferblaca commented 1 year ago

From spring-core version 6 has removed the org.springframework.core.NestedIOException class in favor of using IOException directly.

Currently, for the latest published version 1.2.2.RELEASE of spring-integration-smb continues to use the class org.springframework.core.NestedIOException. For example in this line.

Do you expect to get a version of spring-integration-smb with Spring 6 compatibility?

GregBragg commented 1 year ago

Yes I was aware of that, however this extension project is no longer being maintained as it has been moved to the core project at https://github.com/spring-projects/spring-integration

The fix for the issue you have found is in the core SI repo.

GregBragg commented 1 year ago

Specifically here as part of the Spring Integration 6.0 releases: https://github.com/spring-projects/spring-integration/tree/main/spring-integration-smb/src