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 1.1 does not work with spring integration 5.2. #221

Closed zbabos closed 4 years ago

zbabos commented 4 years ago

Hi, at the moment spring-integration-smb 1.1 does not work with spring integration 5.2. For instance SmbSession does not implement String getHostPort(); abstract method of 5.2 version Session.class.

The spring-integration-smb 1.2 is not yet available in Maven Repository, but I have seen its SmbSession source also does not implement this String getHostPort() yet.

Are there any plans for an update?

regards Zoltan BABOS

GregBragg commented 4 years ago

I believe the intention from a release perspective was to release spring-integration-smb 1.2 when spring integration 5.2 went GA, however I'll let @artembilan speak to that plan.

@artembilan We should also consider upgrading the dependent JCIF library to the latest version in the Gradle build before building against Spring Integration 5.2.

Thanks.

artembilan commented 4 years ago

Yeah... Missed that somehow. Will schedule a release for the next week when Spring Integration 5.2.1 is ready.

Thank you for heads up!

artembilan commented 4 years ago

I have just pushed upgrades: https://github.com/spring-projects/spring-integration-extensions/commit/442463ad8fa944f48cd786387bf2c4ae2dd5a499

Ping me, please, next week, somewhere on Tuesday, so I don't forget to release it 😉

artembilan commented 4 years ago

Fixed via: https://github.com/spring-projects/spring-integration-extensions/commit/ad3374648eeb73722edb9db71431094af2300dc3

Here is a release: https://repo.spring.io/release/org/springframework/integration/spring-integration-smb/1.2.0.RELEASE/.

On its way to Maven Central.