Merge branch '1.2.x' into 2.0.x

This commit is contained in:
Marcin Grzejszczak
2018-08-01 13:02:30 +02:00
8 changed files with 222 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ import javax.inject.Inject
@DirtiesContext
@SpringBootTest(properties = "debug=true")
@AutoConfigureMessageVerifier
public class StreamMessagingApplicationSpec extends Specification {
class StreamMessagingApplicationSpec extends Specification {
// ALL CASES
@Inject MessageVerifier<Message<?>> contractVerifierMessaging