SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations.
(cherry picked from commit 61d23e3892b4d6d02eeebf6d456f3d6843d5d078) Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
@@ -58,7 +58,10 @@ public class PeerCacheApplicationIntegrationTests {
|
||||
assertThat(echo.get("Test")).isEqualTo("Test");
|
||||
}
|
||||
|
||||
@PeerCacheApplication(name = "PeerCacheApplicationIntegrationTests", logLevel = "warn")
|
||||
//@EnableLocator
|
||||
//@PeerCacheApplication(name = "PeerCacheApplicationIntegrationTests",
|
||||
// logLevel = "warn", locators="localhost[10334]")
|
||||
@PeerCacheApplication(name = "PeerCacheApplicationIntegrationTests", logLevel="warn")
|
||||
static class PeerCacheApplicationConfiguration {
|
||||
|
||||
@Bean("Echo")
|
||||
|
||||
Reference in New Issue
Block a user