Closed rhuss closed 7 years ago
@rhuss, thanks! @KurtStam, please review this.
Checkstyle complains with:
[INFO] There is 1 error reported by Checkstyle 6.19 with checkstyle.xml ruleset.
[ERROR] src/main/java/io/syndesis/controllers/integration/StatusChangeHandlerProvider.java:[35,19] (modifier) ModifierOrder: 'private' modifier out of order with the JLS suggestions.
Pull request approved by @zregvart - applying approved label
For now we are triggering a deployment explicitly, to circumvent issue on our target platform which has problems with deployment triggers.
However I was not able to disable image triggers on the deployment, otherwise imagestream could not be used. This cause a double deployment on platforms with working triggers This is not nice but should not harm to much.