You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Locator applications configured and bootstrapped with Spring to be optionally configured with Apache Geode's Cluster Configuration Service.
Configuration with Aapche Geode's Cluster Configuration Service is now disabled by default, to be consistent with peer Cache applications.
Closesspring-projects#622.
Copy file name to clipboardExpand all lines: spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplication.java
+14
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,16 @@
35
35
* application to become a {@link Locator} based application.
Copy file name to clipboardExpand all lines: spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfiguration.java
Copy file name to clipboardExpand all lines: spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurationIntegrationTests.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ public void locatorFactoryBeanWasConfiguredFromAnnotationAttributes() {
0 commit comments