SGF-560 - Release version 1.0.0.INCUBATING-RELEASE.

This commit is contained in:
John Blum
2016-11-09 10:43:57 -08:00
parent 7ad21a2b90
commit 5d2219ca16
4 changed files with 6 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ Changes in version 1.0.0.APACHE-GEODE-INCUBATING-RELEASE (2016-11-02)
* SGF-560 - Release 1.0.0.APACHE-GEODE-INCUBATING-RELEASE.
* SGF-562 - Include attribute to enable BeanFactoryLocator support in Annotation config.
* SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations.
* SGF-566 - Upgrade dependencies... Java 8, Spring Data Commons 1.12.5 and Spring Framework to 4.3.4.
Changes in version 1.0.0.APACHE-GEODE-INCUBATING-M3 (2016-10-05)

View File

@@ -255,6 +255,7 @@ public class GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationT
.setProperty("mcast-port", "0")
.setProperty("log-level", logLevel())
.setProperty("locators", "localhost[11235]")
.setProperty("enable-cluster-configuration", "false")
.setProperty("groups", groups())
.setProperty("start-locator", startLocator())
.build();