From 4bf4cdbc5094df3bd4fc7ad8eb9241af3451ae29 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 19 Nov 2020 16:03:12 -0800 Subject: [PATCH] DATAGEODE-340 - Remove enumerated value for GemFire/Geode 'cluster-configuration-dir' property deprecated in Apache Geode 1.14. Resolves gh-389. --- .../java/org/springframework/data/gemfire/GemFireProperties.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java index bf7672cc..72240beb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java @@ -47,7 +47,6 @@ public enum GemFireProperties { ASYNC_QUEUE_TIMEOUT(ConfigurationProperties.ASYNC_QUEUE_TIMEOUT, Long.class, 60000), BIND_ADDRESS(ConfigurationProperties.BIND_ADDRESS, String.class), CACHE_XML_FILE(ConfigurationProperties.CACHE_XML_FILE, String.class), - CLUSTER_CONFIGURATION_DIR(ConfigurationProperties.CLUSTER_CONFIGURATION_DIR, File.class), CONFLATE_EVENTS(ConfigurationProperties.CONFLATE_EVENTS, String.class, "server"), CONSERVE_SOCKETS(ConfigurationProperties.CONSERVE_SOCKETS, Boolean.class, true), DELTA_PROPAGATION(ConfigurationProperties.DELTA_PROPAGATION, Boolean.class, true),