Merge branch '1.5.x'
This commit is contained in:
@@ -56,4 +56,5 @@ class HazelcastSessionConfiguration {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -487,7 +487,6 @@ public class ServerPropertiesTests {
|
||||
map.put("server.undertow.accesslog.dir", "test-logs");
|
||||
map.put("server.undertow.accesslog.rotate", "false");
|
||||
bindProperties(map);
|
||||
|
||||
UndertowEmbeddedServletContainerFactory container = spy(
|
||||
new UndertowEmbeddedServletContainerFactory());
|
||||
this.properties.getUndertow().customizeUndertow(this.properties, container);
|
||||
|
||||
Reference in New Issue
Block a user