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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 43bf7a4  Provide utils to dump component configuration as json string 
(#1552)
43bf7a4 is described below

commit 43bf7a40da1ff5fe6f784accc2bd3f9194490186
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Jul 23 13:15:32 2018 -0700

    Provide utils to dump component configuration as json string (#1552)
    
    
    
    *Motivation*
    
    It is useful to dump configuration during service components started.
    Bookie server already did that.
    
    *Changes*
    
    - Move JsonUtil to bookkeeper-common module to make it available to other 
modules.
    - Add toJson method to ComponentConfiguration

Reply via email to