Upgrade to SF 5.1; Remove Deprecated Code

Polishing - PR Comments

Remove direct log4j usage in tests

- hazelcast depends on it; retain the dependency just in jmx

Fix hazelcast logger type
This commit is contained in:
Gary Russell
2018-04-10 14:30:46 -04:00
committed by Artem Bilan
parent 27318c7ee5
commit b940e3872b
16 changed files with 33 additions and 314 deletions

View File

@@ -250,7 +250,7 @@ public class IdempotentReceiverIntegrationTests {
@Bean
public HazelcastInstance hazelcastInstance() {
return Hazelcast.newHazelcastInstance(new Config().setProperty("hazelcast.logging.type", "log4j"));
return Hazelcast.newHazelcastInstance(new Config().setProperty("hazelcast.logging.type", "slf4j"));
}