Updated TaskLauncherSink to be able to use SCST 2.0

* Updated tests
 - to handle additional cases
 - removed `now` invalid tests
* removed logging payload from the TaskLauncher
* handles message instead TaskLaunchRequestPOJO

resolves #385
This commit is contained in:
Glenn Renfro
2018-01-29 14:57:30 -05:00
committed by Michael Minella
parent 71b74665a0
commit 7843ba2edb
4 changed files with 87 additions and 40 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M5</version>
<version>2.0.0.RC1</version>
<relativePath />
</parent>
@@ -42,13 +42,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.0.0.M3</version>
<version>2.0.0.M4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.0.0.M3</version>
<version>2.0.0.M4</version>
<scope>test</scope>
</dependency>
<dependency>