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:
committed by
Artem Bilan
parent
27318c7ee5
commit
b940e3872b
@@ -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"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user