You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2020/01/23 14:44:56 UTC

[knox] branch master updated (5bea67f -> 0325d07)

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

smolnar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.


    from 5bea67f  KNOX-2188 - Handling discovery details via advanced configuration (#240)
     add 0325d07  KNOX-2190 - Processing advanced service discovery configuration on topology level (#242)

No new revisions were added by this update.

Summary of changes:
 .../ClouderaManagerIntegrationMessages.java        | 11 ++--
 .../ClouderaManagerDescriptorMonitor.java          | 42 ++++++++++----
 .../ClouderaManagerDescriptorParser.java           | 65 ++++++++++++++++------
 ...vanceServiceDiscoveryConfigurationMessages.java |  8 +--
 .../advanced/AdvancedServiceDiscoveryConfig.java   | 22 +++++---
 ...vancedServiceDiscoveryConfigurationMonitor.java | 53 +++++++++++++-----
 .../ClouderaManagerDescriptorParserTest.java       | 57 ++++++++++++++-----
 .../org/apache/knox/gateway/GatewayServer.java     |  3 +-
 .../gateway/SimpleDescriptorHandlerFuncTest.java   |  1 +
 9 files changed, 186 insertions(+), 76 deletions(-)