Fix timing issue in test for STOMP Server
https://build.spring.io/browse/INT-MASTER-733 The Netty tries to load `netty-transport-native-epoll` too long, more then 10 seconds we expect in the `AbstractStompSessionManager`, therefore we end up having `StompConnectionFailedEvent` as a first event in the queue channel for STOMP events. * Increase connection wait timeout to `30 secs`, like it is in many other places in Spring * Provide some Java 8 style refactoring for the `AbstractStompSessionManager` * Fix `StompServerIntegrationTests` to poll events from queue until `StompSessionConnectedEvent` any way * Upgrade to Gradle 4.0 and `spring-io-plugin-0.0.8` * Bump `org.sonarqube` version to `2.5` - `2.1` isn't compatible with Gradle 4.0
This commit is contained in:
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Wed Apr 26 10:11:04 EDT 2017
|
||||
#Fri Jun 23 15:29:14 EDT 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user