This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch release/1.10.0 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 2372d119a12686dc4eab504440d93ef4161777f0 Author: Naburun Nag <[email protected]> AuthorDate: Fri Sep 13 14:47:22 2019 -0700 GEODE-7126: Added the new AsyncEventQueue cache config to the sanctioned list --- .../apache/geode/internal/sanctioned-geode-management-serializables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-management-serializables.txt b/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-management-serializables.txt index 2634fa5..683c9f0 100644 --- a/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-management-serializables.txt +++ b/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-management-serializables.txt @@ -1,4 +1,4 @@ -org/apache/geode/cache/configuration/CacheConfig$AsyncEventQueue,false,asyncEventListener:org/apache/geode/cache/configuration/DeclarableType,batchSize:java/lang/String,batchTimeInterval:java/lang/String,diskStoreName:java/lang/String,diskSynchronous:java/lang/Boolean,dispatcherThreads:java/lang/String,enableBatchConflation:java/lang/Boolean,forwardExpirationDestroy:java/lang/Boolean,gatewayEventFilters:java/util/List,gatewayEventSubstitutionFilter:org/apache/geode/cache/configuration/De [...] +org/apache/geode/cache/configuration/CacheConfig$AsyncEventQueue,false,asyncEventListener:org/apache/geode/cache/configuration/DeclarableType,batchSize:java/lang/String,batchTimeInterval:java/lang/String,diskStoreName:java/lang/String,diskSynchronous:java/lang/Boolean,dispatcherThreads:java/lang/String,enableBatchConflation:java/lang/Boolean,forwardExpirationDestroy:java/lang/Boolean,gatewayEventFilters:java/util/List,gatewayEventSubstitutionFilter:org/apache/geode/cache/configuration/De [...] org/apache/geode/cache/configuration/CacheElement,false,groups:java/util/List org/apache/geode/cache/configuration/ClassNameType,false,className:java/lang/String org/apache/geode/cache/configuration/DeclarableType,false,parameters:java/util/List
