You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2019/08/12 16:40:36 UTC

[geode] branch develop updated (2a609df -> 1bc729b)

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

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


    from 2a609df  raise build timeout from 10 minutes to 20 minutes
     add 1bc729b  GEODE-6717: Logging out when all JMX connections are closed (#3903)

No new revisions were added by this update.

Summary of changes:
 .../security/JmxMultipleConnectionsTest.java       | 70 ++++++++++++++++++++++
 .../security/shiro/JMXShiroAuthenticator.java      | 13 +++-
 .../junit/rules/MBeanServerConnectionRule.java     | 12 ++--
 3 files changed, 88 insertions(+), 7 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/management/internal/security/JmxMultipleConnectionsTest.java