SGF-558 - Rename Geode package imports from com.gemstone.gemfire to org.apache.geode.

Upgrade Apache Geode to 1.1.0-incubating-SNAPSHOT.
This commit is contained in:
John Blum
2016-10-08 01:41:48 -07:00
parent 6edbe55f15
commit 0f0468e68d
413 changed files with 2826 additions and 3118 deletions

View File

@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 5.7//EN" "http://www.gemstone.com/dtd/cache5_7.dtd">
<!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 8.0//EN" "http://www.gemstone.com/dtd/cache8_0.dtd">
<cache lock-lease="120" lock-timeout="60" search-timeout="300">
<region-attributes id="attTemplate" scope="local" data-policy="normal" initial-capacity="16" load-factor="0.75" concurrency-level="16" statistics-enabled="true">
<key-constraint>java.lang.String</key-constraint>
<cache-loader>
<class-name>org.springframework.data.gemfire.UserObject</class-name>
</cache-loader>
</region-attributes>
<region name="root">
<region-attributes refid="attTemplate" scope="distributed-no-ack">
@@ -28,5 +28,5 @@
<value><string>1.0</string></value>
</entry>
</region>
</cache>