Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DATAGEODE-340 - Remove enumerated value for GemFire/Geode 'cluster-co…
…nfiguration-dir' property deprecated in Apache Geode 1.14.

Resolves spring-projectsgh-389.
  • Loading branch information
jxblum committed Sep 3, 2021
1 parent 04cd4dd commit 4bf4cdb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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),
Expand Down

0 comments on commit 4bf4cdb

Please sign in to comment.