You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/10/24 16:44:55 UTC

[geode] branch develop updated (113b200 -> cfd71dd)

This is an automated email from the ASF dual-hosted git repository.

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 113b200  GEODE-5194: allow gfsh to connect if serialization version matches (#4202)
     add cfd71dd  GEODE-6682: Create unit tests for MBeanProxyInvocationHandler (#4213)

No new revisions were added by this update.

Summary of changes:
 .../management/internal/MBeanProxyFactory.java     | 136 +++---
 .../internal/MBeanProxyInvocationHandler.java      | 478 ++++++++-------------
 .../internal/MXBeanProxyInvocationHandler.java     | 267 ++++++------
 .../management/internal/OpenTypeConverter.java     |   2 +-
 .../geode/management/internal/OpenTypeUtil.java    |  55 +--
 .../management/internal/MBeanProxyFactoryTest.java |  42 +-
 .../internal/MBeanProxyInvocationHandlerTest.java  | 104 +++++
 7 files changed, 522 insertions(+), 562 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/MBeanProxyInvocationHandlerTest.java