DATAGEODE-240 - Upgrade to Apache Geode 1.9.2.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -22,7 +22,7 @@
|
||||
<antlr.version>2.7.7</antlr.version>
|
||||
<apache-shiro.version>1.4.1</apache-shiro.version>
|
||||
<cache-api.version>1.1.1</cache-api.version>
|
||||
<geode.version>1.9.1</geode.version>
|
||||
<geode.version>1.9.2</geode.version>
|
||||
<log4j.version>2.12.1</log4j.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<snappy.version>0.4</snappy.version>
|
||||
@@ -38,7 +38,7 @@
|
||||
<!--
|
||||
<repository>
|
||||
<id>apache-snapshots</id>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
||||
<url>https://repository.apache.org/content/repositories/orgapachegeode-1060</url>
|
||||
</repository>
|
||||
-->
|
||||
</repositories>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.data.gemfire.config.annotation;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
@@ -37,14 +36,14 @@ import javax.cache.annotation.CacheRemove;
|
||||
import javax.cache.annotation.CacheRemoveAll;
|
||||
import javax.cache.annotation.CacheResult;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.apache.geode.cache.GemFireCache;
|
||||
import org.apache.geode.cache.Region;
|
||||
import org.apache.geode.cache.RegionShortcut;
|
||||
import org.apache.geode.cache.client.ClientRegionShortcut;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.beans.factory.config.BeanPostProcessor;
|
||||
import org.springframework.beans.factory.config.ConfigurableBeanFactory;
|
||||
import org.springframework.cache.annotation.CacheEvict;
|
||||
|
||||
@@ -144,6 +144,10 @@ public class StubAsyncEventQueueFactory implements AsyncEventQueueFactory {
|
||||
return this;
|
||||
}
|
||||
|
||||
public AsyncEventQueueFactory pauseEventDispatching() {
|
||||
return this;
|
||||
}
|
||||
|
||||
public AsyncEventQueueFactory removeGatewayEventFilter(final GatewayEventFilter gatewayEventFilter) {
|
||||
gatewayEventFilters.remove(gatewayEventFilter);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user