spring-projects / spring-integration-extensions

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

GH-168: Upgrade to SI-4.3.6 and others #170

Closed artembilan closed 7 years ago

artembilan commented 7 years ago

Fixes GH-168 (https://github.com/spring-projects/spring-integration-extensions/issues/168)

garyrussell commented 7 years ago

Travis was not enabled for this repo; I have enabled it now; if you re-push with a new hash, we should get one.

garyrussell commented 7 years ago

Actually, I am not sure travis can work because each extension has its own build.

garyrussell commented 7 years ago

Maybe put .travis at the top level and cd into the subproject?

Or add a top-level gradlw?

artembilan commented 7 years ago

Sorry for delay and thank you for merging this one. Well, since this project hasn't been released yet and it is an extension I think that shouldn't hurt to stick with Java 7 as minimum. Java is EOL already, even if SI 4.3.x is still with that 😄

Regarding Travis, well, let me push some other PR an will see. At least I see Travis config in the Hazelcast directory. If it is there, that might be a case that Travis works.

I see that CI plan has to be fixed as well.