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

INT-4453: Move SI Twitter module to Extensions #184

Closed artembilan closed 6 years ago

artembilan commented 6 years ago

JIRA: https://jira.spring.io/browse/INT-4453

Since Spring Social project is aiming to its EOL, there is no reason to keep such a dependency in the Core project

garyrussell commented 6 years ago

I guess we'll need a bamboo build plan.

artembilan commented 6 years ago

I have added the CI plan: https://build.spring.io/browse/INTEXT-SIST, but it looks like something is still missed:


21-Jul-2018 00:28:26 | Exception executing command "./gradlew clean build  dist --no-daemon -d -I  /tmp/artifactory.init.script6512705478035841731gradle  -DbuildInfoConfig.propertiesFile=/tmp/buildinfo5839690595938776439properties  artifactoryPublish -Dartifactory.resolve.password=********  -Dartifactory.publish.password=******** ./gradlew could not be  startedcom.atlassian.utils.process.ProcessNotStartedException: ./gradlew  could not be started
-- | --
21-Jul-2018 00:28:26 | Failing task since return code of [./gradlew clean  build dist --no-daemon -d -I  /tmp/artifactory.init.script6512705478035841731gradle  -DbuildInfoConfig.propertiesFile=/tmp/buildinfo5839690595938776439properties  artifactoryPublish -Dartifactory.resolve.password=********  -Dartifactory.publish.password=********] was -1 while expected 0

My best guess that gradlew is not executable in the project. My standard Windows fault 😢