This is an automated email from the ASF dual-hosted git repository.
mhanson pushed a change to branch release/1.11.0
in repository https://gitbox.apache.org/repos/asf/geode.git.
from e606e36 add missing variables
new e87b763 GEODE-7537: use dm.getCache instead of
CacheFactory.getAnyInstance (#4486)
new efee065 GEODE-7531: Added type checking before casting generic
`Pool.java` to `PoolImpl.java` (#4490)
new 0890c4f GEODE-7159: Amending emergencyClose to type check before
casting. Also included Optional instead of null checks (#4493)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../geode/internal/cache/PoolManagerImpl.java | 67 ++++++++++----------
...aySenderQueueEntrySynchronizationOperation.java | 21 +++----
.../wan/parallel/ParallelGatewaySenderQueue.java | 12 ++--
...nderQueueEntrySynchronizationOperationTest.java | 71 ++++++++++++++++++++++
.../ParallelGatewaySenderQueueJUnitTest.java | 28 +++++++++
5 files changed, 150 insertions(+), 49 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/wan/GatewaySenderQueueEntrySynchronizationOperationTest.java