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

zhaijia pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.6 by this push:
     new e561a6b  ISSUE #763: Javadoc layout should reflect new modules
e561a6b is described below

commit e561a6b1b8ed6a084adf7fdf823af57a437d9e9d
Author: Sijie Guo <[email protected]>
AuthorDate: Thu Nov 23 10:08:24 2017 +0100

    ISSUE #763: Javadoc layout should reflect new modules
    
    Descriptions of the changes in this PR:
    
    - add `org.apache.bookkeeper.client.api` in `BookKeeper Client (New Fluent 
API - Experimental)`
    - move prometheus package to `BookKeeper Stats Providers`
    
    Author: Sijie Guo <[email protected]>
    
    Reviewers: Ivan Kelly <[email protected]>, Jia Zhai <[email protected]>
    
    This closes #768 from sijie/fix_javadoc_layout, closes #763
---
 pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1614cff..6d6d69b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,14 +243,18 @@
               
<packages>org.apache.bookkeeper.client:org.apache.bookkeeper.common.annotation:org.apache.bookkeeper.conf:org.apache.bookkeeper.feature</packages>
             </group>
             <group>
+              <title>Bookkeeper Client (New Fluent API - Experimental)</title>
+              <packages>org.apache.bookkeeper.client.api</packages>
+            </group>
+            <group>
               <title>Bookkeeper Stats API</title>
-              <!-- currently codahale and prometheus are placed under `stats` 
package unfortunately.
-                   we might consider rename them to their own packages in 
future. -->
+              <!-- currently codahale is placed under `stats` package 
unfortunately.
+                   we might consider rename them to their own packages in 
future. {@link https://github.com/apache/bookkeeper/issues/762} -->
               <packages>org.apache.bookkeeper.stats</packages>
             </group>
             <group>
               <title>Bookkeeper Stats Providers</title>
-              
<packages>org.apache.bookkeeper.stats.twitter.finagle:org.apache.bookkeeper.stats.twitter.ostrich:org.apache.bookkeeper.stats.twitter.science</packages>
+              
<packages>org.apache.bookkeeper.stats.twitter.finagle:org.apache.bookkeeper.stats.twitter.ostrich:org.apache.bookkeeper.stats.twitter.science:org.apache.bookkeeper.stats.prometheus</packages>
             </group>
           </groups>
           <doctitle>BookKeeper Java API (version ${project.version})</doctitle>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to