http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/CHANGELOG/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/CHANGELOG/index.html 
b/documentation/0.8.0/CHANGELOG/index.html
new file mode 100644
index 0000000..7ba06b8
--- /dev/null
+++ b/documentation/0.8.0/CHANGELOG/index.html
@@ -0,0 +1,547 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="">
+        <meta name="author" content="">
+
+        <link href="/assets/css/bootstrap.css" rel="stylesheet">
+        <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+        <!-- JS -->
+        <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
+        <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+  </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Documentation <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu">
+                      <li><a href="/documentation/0.6.0/">Docs for 
v0.6.0</a></li>
+                      <li><a href="/documentation/0.7.0/">Docs for 
v0.7.0</a></li>
+                      <li><a href="/documentation/0.8.0/">Docs for 
v0.8.0</a></li>
+                      <li><a href="/documentation/in-progress/">In Progress 
Docs for Contributors</a>
+                      </li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" 
aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing 
Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS";><i class="fa 
fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus";><i 
class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://github.com/apache/yetus";><i class="fa 
fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="/contribute/"><i class="fa fa-code-fork"></i> 
Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://twitter.com/ApacheYetus";><i class="fa 
fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org";>Apache 
Homepage</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/licenses/";>Apache License</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/security/";>Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <!---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+-->
+
+<h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
+
+<h2 id="release-0-8-0-2018-08-24">Release 0.8.0 - 2018-08-24</h2>
+
+<h3 id="important-issues">IMPORTANT ISSUES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-609";>YETUS-609</a></td>
+<td style="text-align: left">releasedocmaker indexer uses wrong filename</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Release Doc Maker</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-643";>YETUS-643</a></td>
+<td style="text-align: left">default custom maven repo should use workspace 
when in jenkins mode</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-657";>YETUS-657</a></td>
+<td style="text-align: left">volumes on non-existent files creates a 
directory</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="new-features">NEW FEATURES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-620";>YETUS-620</a></td>
+<td style="text-align: left">reject patches if they contain files with 
names/paths over a certain length</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-46";>YETUS-46</a></td>
+<td style="text-align: left">releasedocmaker should support JIRA 
authentication</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Release Doc Maker</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-45";>YETUS-45</a></td>
+<td style="text-align: left">the test patch script should check for filenames 
that differ only in case</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Owen O&#39;Malley</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-658";>YETUS-658</a></td>
+<td style="text-align: left">Built-in Support For Unit Test Excluding</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Jack Bearden</td>
+<td style="text-align: left">Jack Bearden</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-591";>YETUS-591</a></td>
+<td style="text-align: left">Match git SHA1 with github pull request #</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-640";>YETUS-640</a></td>
+<td style="text-align: left">add hadolint (Dockerfile linter) support</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="improvements">IMPROVEMENTS:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-605";>YETUS-605</a></td>
+<td style="text-align: left">jenkins-admin lacks version information</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-603";>YETUS-603</a></td>
+<td style="text-align: left">Update years to 2018</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-618";>YETUS-618</a></td>
+<td style="text-align: left">Update release process to replace md5 with  
sha512</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">build</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-635";>YETUS-635</a></td>
+<td style="text-align: left">Maven plugin should fail when partially 
enabled</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-607";>YETUS-607</a></td>
+<td style="text-align: left">Update bundle and remove version constraint from 
middleman-livereload</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Jack Bearden</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-242";>YETUS-242</a></td>
+<td style="text-align: left">hadoop: add -Drequire.valgrind</td>
+<td style="text-align: left">Trivial</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-406";>YETUS-406</a></td>
+<td style="text-align: left">Publish Yetus Audience Annotations to Maven 
Central/JCenter</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Audience Annotations, website and 
documentation</td>
+<td style="text-align: left">Michael Kobit</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-602";>YETUS-602</a></td>
+<td style="text-align: left">Add Sizzle to LICENSE</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-606";>YETUS-606</a></td>
+<td style="text-align: left">jenkins-admin &ndash;help should not use .py</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-642";>YETUS-642</a></td>
+<td style="text-align: left">reaper generated shelldocs output is busted</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch, website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-611";>YETUS-611</a></td>
+<td style="text-align: left">xml test should specfically say which files are 
broken</td>
+<td style="text-align: left">Trivial</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="bug-fixes">BUG FIXES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-614";>YETUS-614</a></td>
+<td style="text-align: left">github_jira_bridge is not working after the 
update of ASF JIRA</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Akira Ajisaka</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-616";>YETUS-616</a></td>
+<td style="text-align: left">mvn dep ordering should use -fae</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-619";>YETUS-619</a></td>
+<td style="text-align: left">audience-annotations-jdiff doclet does not work 
on Java 9</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Audience Annotations</td>
+<td style="text-align: left">Grant Henke</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-621";>YETUS-621</a></td>
+<td style="text-align: left">docker-cleanup doesn&rsquo;t support robot or 
sentinel correctly</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-622";>YETUS-622</a></td>
+<td style="text-align: left">docker-cleanup removes non-Yetus docker images 
even if not in sentinel mode</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Kengo Seki</td>
+<td style="text-align: left">Kengo Seki</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-623";>YETUS-623</a></td>
+<td style="text-align: left">docker-cleanup doesn&rsquo;t support options 
which start with docker correctly</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Kengo Seki</td>
+<td style="text-align: left">Kengo Seki</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-634";>YETUS-634</a></td>
+<td style="text-align: left">maven plugin dropping 
&lsquo;&ndash;batch-mode&rsquo; maven argument</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-615";>YETUS-615</a></td>
+<td style="text-align: left">Fix a typo in smart-apply-patch.sh</td>
+<td style="text-align: left">Trivial</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Akira Ajisaka</td>
+<td style="text-align: left">abipc</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-610";>YETUS-610</a></td>
+<td style="text-align: left">version directory is always created, even when 
not requested</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Release Doc Maker</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-639";>YETUS-639</a></td>
+<td style="text-align: left">hadoop: parallel tests on &lt; 2.8.0 are not 
guarateed to work</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-641";>YETUS-641</a></td>
+<td style="text-align: left">Hardcoded pylint version</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">build</td>
+<td style="text-align: left">Jack Bearden</td>
+<td style="text-align: left">Jack Bearden</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-432";>YETUS-432</a></td>
+<td style="text-align: left">website generation mysteriously fails when 
releasedocmaker fails</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">build, website and documentation</td>
+<td style="text-align: left">Ajay Yadava</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-604";>YETUS-604</a></td>
+<td style="text-align: left">Release documentation for homebrew has wrong 
flag</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-647";>YETUS-647</a></td>
+<td style="text-align: left">ssh-based git repos do not work correctly under 
docker</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-661";>YETUS-661</a></td>
+<td style="text-align: left">ant/gradle/maven assumes container $HOME and host 
$HOME are the same</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-646";>YETUS-646</a></td>
+<td style="text-align: left">curl grabbed the wrong patch</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-660";>YETUS-660</a></td>
+<td style="text-align: left">checkstyle should report when it fails to 
execute</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-671";>YETUS-671</a></td>
+<td style="text-align: left">Remove 0.4.0 and 0.5.0 symlinks</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-672";>YETUS-672</a></td>
+<td style="text-align: left">unit-test-filter-file.example and javadoc&rsquo;s 
script.js need an asf license exception</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="tests">TESTS:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-662";>YETUS-662</a></td>
+<td style="text-align: left">integration test runner</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="other">OTHER:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-630";>YETUS-630</a></td>
+<td style="text-align: left">Add HDDS subproject to the Hadoop personality</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Elek, Marton</td>
+<td style="text-align: left">Elek, Marton</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-668";>YETUS-668</a></td>
+<td style="text-align: left">EOL 0.4.0 and 0.5.0</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">build, website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-669";>YETUS-669</a></td>
+<td style="text-align: left">0.8.0 Release</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">build</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2018 <a href="http://www.apache.org/";>Apache 
Software Foundation</a>. Licensed under the <a 
href="http://www.apache.org/licenses/";>Apache License v2.0</a>. Apache Yetus 
and the Apache feather logo are trademarks of The Apache Software Foundation.
+              </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/RELEASENOTES/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/RELEASENOTES/index.html 
b/documentation/0.8.0/RELEASENOTES/index.html
new file mode 100644
index 0000000..4727566
--- /dev/null
+++ b/documentation/0.8.0/RELEASENOTES/index.html
@@ -0,0 +1,210 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="">
+        <meta name="author" content="">
+
+        <link href="/assets/css/bootstrap.css" rel="stylesheet">
+        <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+        <!-- JS -->
+        <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
+        <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+  </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Documentation <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu">
+                      <li><a href="/documentation/0.6.0/">Docs for 
v0.6.0</a></li>
+                      <li><a href="/documentation/0.7.0/">Docs for 
v0.7.0</a></li>
+                      <li><a href="/documentation/0.8.0/">Docs for 
v0.8.0</a></li>
+                      <li><a href="/documentation/in-progress/">In Progress 
Docs for Contributors</a>
+                      </li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" 
aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing 
Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS";><i class="fa 
fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus";><i 
class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://github.com/apache/yetus";><i class="fa 
fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="/contribute/"><i class="fa fa-code-fork"></i> 
Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://twitter.com/ApacheYetus";><i class="fa 
fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org";>Apache 
Homepage</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/licenses/";>Apache License</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/security/";>Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <!---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+-->
+
+<h1 id="apache-yetus-0-8-0-release-notes">Apache Yetus  0.8.0 Release 
Notes</h1>
+
+<p>These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-620";>YETUS-620</a> | 
<em>Major</em> | <strong>reject patches if they contain files with names/paths 
over a certain length</strong></li>
+</ul>
+
+<p>The pathlen plugin has been added to precommit to flag file paths that are 
over a certain length (default is 240 characters).  This is to help projects 
that build on file systems such as FAT32 that have severe limits on such 
paths.</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-609";>YETUS-609</a> | 
<em>Blocker</em> | <strong>releasedocmaker indexer uses wrong 
filename</strong></li>
+</ul>
+
+<p>As a follow on to the work done in renaming CHANGES to CHANGELOG, the 
releasedocmaker readme/index files now expects the CHANGELOG when building.</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-46";>YETUS-46</a> | 
<em>Major</em> | <strong>releasedocmaker should support JIRA 
authentication</strong></li>
+</ul>
+
+<p>Support JIRA authentication in case of a 401 Unauthorized error</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-643";>YETUS-643</a> | 
<em>Critical</em> | <strong>default custom maven repo should use workspace when 
in jenkins mode</strong></li>
+</ul>
+
+<!-- markdown -->
+
+<p>The default maven repo when:</p>
+
+<ul>
+<li>custom maven repos are enabled</li>
+<li>precommit is in jenkins mode</li>
+</ul>
+
+<p>has been moved from the home directory to the workspace.</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-657";>YETUS-657</a> | 
<em>Blocker</em> | <strong>volumes on non-existent files creates a 
directory</strong></li>
+</ul>
+
+<!-- markdown -->
+
+<p>In addition to fixing issues with Docker containers not creating certain 
reports if the files didn&rsquo;t previous exist, the brief report mode has had 
some internal and external code cleanup to make it consistent.  As a result, 
the plugin is now called as &lsquo;briefreport&rsquo; instead of 
&lsquo;brieftext&rsquo;.</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-45";>YETUS-45</a> | 
<em>Major</em> | <strong>the test patch script should check for filenames that 
differ only in case</strong></li>
+</ul>
+
+<p>Apache Yetus will no longer process patches that have filenames or 
directories that only differ by case.</p>
+
+<hr>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/YETUS-591";>YETUS-591</a> | 
<em>Major</em> | <strong>Match git SHA1 with github pull request #</strong></li>
+</ul>
+
+<p>test-patch now supports the &lsquo;GHSHA:&rsquo; string to use a way to 
locate the GitHub pull request to use.  This allows for various continuous 
integration systems that only expose the SHA rather than the pull request 
number (&lsquo;GH:&rsquo;) to be used with test-patch.</p>
+
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2018 <a href="http://www.apache.org/";>Apache 
Software Foundation</a>. Licensed under the <a 
href="http://www.apache.org/licenses/";>Apache License v2.0</a>. Apache Yetus 
and the Apache feather logo are trademarks of The Apache Software Foundation.
+              </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git 
a/documentation/0.8.0/audience-annotations-apidocs/allclasses-frame.html 
b/documentation/0.8.0/audience-annotations-apidocs/allclasses-frame.html
new file mode 100644
index 0000000..0fba505
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/allclasses-frame.html
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Yetus - Audience Annotations Component 0.8.0 
API)</title>
+<meta name="date" content="2018-08-30">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in org.apache.yetus.audience.tools" 
target="classFrame">ExcludePrivateAnnotationsJDiffDoclet</a></li>
+<li><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in org.apache.yetus.audience.tools" 
target="classFrame">ExcludePrivateAnnotationsStandardDoclet</a></li>
+<li><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in org.apache.yetus.audience.tools" 
target="classFrame">IncludePublicAnnotationsStandardDoclet</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.html" title="class in 
org.apache.yetus.audience" target="classFrame">InterfaceAudience</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" 
title="annotation in org.apache.yetus.audience" 
target="classFrame">InterfaceAudience.LimitedPrivate</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.Private.html" 
title="annotation in org.apache.yetus.audience" 
target="classFrame">InterfaceAudience.Private</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.Public.html" 
title="annotation in org.apache.yetus.audience" 
target="classFrame">InterfaceAudience.Public</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.html" title="class 
in org.apache.yetus.audience" target="classFrame">InterfaceStability</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" 
title="annotation in org.apache.yetus.audience" 
target="classFrame">InterfaceStability.Evolving</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.Stable.html" 
title="annotation in org.apache.yetus.audience" 
target="classFrame">InterfaceStability.Stable</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" 
title="annotation in org.apache.yetus.audience" 
target="classFrame">InterfaceStability.Unstable</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git 
a/documentation/0.8.0/audience-annotations-apidocs/allclasses-noframe.html 
b/documentation/0.8.0/audience-annotations-apidocs/allclasses-noframe.html
new file mode 100644
index 0000000..e04bca7
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Yetus - Audience Annotations Component 0.8.0 
API)</title>
+<meta name="date" content="2018-08-30">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsJDiffDoclet</a></li>
+<li><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsStandardDoclet</a></li>
+<li><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">IncludePublicAnnotationsStandardDoclet</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.html" title="class in 
org.apache.yetus.audience">InterfaceAudience</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" 
title="annotation in 
org.apache.yetus.audience">InterfaceAudience.LimitedPrivate</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.Private.html" 
title="annotation in 
org.apache.yetus.audience">InterfaceAudience.Private</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceAudience.Public.html" 
title="annotation in 
org.apache.yetus.audience">InterfaceAudience.Public</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.html" title="class 
in org.apache.yetus.audience">InterfaceStability</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" 
title="annotation in 
org.apache.yetus.audience">InterfaceStability.Evolving</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.Stable.html" 
title="annotation in 
org.apache.yetus.audience">InterfaceStability.Stable</a></li>
+<li><a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" 
title="annotation in 
org.apache.yetus.audience">InterfaceStability.Unstable</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git 
a/documentation/0.8.0/audience-annotations-apidocs/constant-values.html 
b/documentation/0.8.0/audience-annotations-apidocs/constant-values.html
new file mode 100644
index 0000000..33b19bc
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/constant-values.html
@@ -0,0 +1,126 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (Apache Yetus - Audience Annotations Component 
0.8.0 API)</title>
+<meta name="date" content="2018-08-30">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Constant Field Values (Apache Yetus - 
Audience Annotations Component 0.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git 
a/documentation/0.8.0/audience-annotations-apidocs/deprecated-list.html 
b/documentation/0.8.0/audience-annotations-apidocs/deprecated-list.html
new file mode 100644
index 0000000..3cfad38
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/deprecated-list.html
@@ -0,0 +1,126 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Apache Yetus - Audience Annotations Component 0.8.0 
API)</title>
+<meta name="date" content="2018-08-30">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Deprecated List (Apache Yetus - Audience 
Annotations Component 0.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Deprecated API" class="title">Deprecated API</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/audience-annotations-apidocs/help-doc.html 
b/documentation/0.8.0/audience-annotations-apidocs/help-doc.html
new file mode 100644
index 0000000..89c0886
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/help-doc.html
@@ -0,0 +1,231 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Apache Yetus - Audience Annotations Component 0.8.0 
API)</title>
+<meta name="date" content="2018-08-30">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="API Help (Apache Yetus - Audience 
Annotations Component 0.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">How This API Document Is Organized</h1>
+<div class="subTitle">This API (Application Programming Interface) document 
has pages corresponding to the items in the navigation bar, described as 
follows.</div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>Overview</h2>
+<p>The <a href="overview-summary.html">Overview</a> page is the front page of 
this API document and provides a list of all packages with a summary for each.  
This page can also contain an overall description of the set of packages.</p>
+</li>
+<li class="blockList">
+<h2>Package</h2>
+<p>Each package has a page that contains a list of its classes and interfaces, 
with a summary for each. This page can contain six categories:</p>
+<ul>
+<li>Interfaces (italic)</li>
+<li>Classes</li>
+<li>Enums</li>
+<li>Exceptions</li>
+<li>Errors</li>
+<li>Annotation Types</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Class/Interface</h2>
+<p>Each class, interface, nested class and nested interface has its own 
separate page. Each of these pages has three sections consisting of a 
class/interface description, summary tables, and detailed member 
descriptions:</p>
+<ul>
+<li>Class inheritance diagram</li>
+<li>Direct Subclasses</li>
+<li>All Known Subinterfaces</li>
+<li>All Known Implementing Classes</li>
+<li>Class/interface declaration</li>
+<li>Class/interface description</li>
+</ul>
+<ul>
+<li>Nested Class Summary</li>
+<li>Field Summary</li>
+<li>Constructor Summary</li>
+<li>Method Summary</li>
+</ul>
+<ul>
+<li>Field Detail</li>
+<li>Constructor Detail</li>
+<li>Method Detail</li>
+</ul>
+<p>Each summary entry contains the first sentence from the detailed 
description for that item. The summary entries are alphabetical, while the 
detailed descriptions are in the order they appear in the source code. This 
preserves the logical groupings established by the programmer.</p>
+</li>
+<li class="blockList">
+<h2>Annotation Type</h2>
+<p>Each annotation type has its own separate page with the following 
sections:</p>
+<ul>
+<li>Annotation Type declaration</li>
+<li>Annotation Type description</li>
+<li>Required Element Summary</li>
+<li>Optional Element Summary</li>
+<li>Element Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Enum</h2>
+<p>Each enum has its own separate page with the following sections:</p>
+<ul>
+<li>Enum declaration</li>
+<li>Enum description</li>
+<li>Enum Constant Summary</li>
+<li>Enum Constant Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page.  This 
page describes what packages, classes, methods, constructors and fields use any 
part of the given class or package. Given a class or interface A, its Use page 
includes subclasses of A, fields declared as A, methods that return A, and 
methods and constructors with parameters of type A.  You can access this page 
by first going to the package, class or interface, then clicking on the "Use" 
link in the navigation bar.</p>
+</li>
+<li class="blockList">
+<h2>Tree (Class Hierarchy)</h2>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all 
packages, plus a hierarchy for each package. Each hierarchy page contains a 
list of classes and a list of interfaces. The classes are organized by 
inheritance structure starting with <code>java.lang.Object</code>. The 
interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<ul>
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy 
for all packages.</li>
+<li>When viewing a particular package, class or interface page, clicking 
"Tree" displays the hierarchy for only that package.</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Deprecated API</h2>
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the 
API that have been deprecated. A deprecated API is not recommended for use, 
generally due to improvements, and a replacement API is usually given. 
Deprecated APIs may be removed in future implementations.</p>
+</li>
+<li class="blockList">
+<h2>Index</h2>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all 
classes, interfaces, constructors, methods, and fields.</p>
+</li>
+<li class="blockList">
+<h2>Prev/Next</h2>
+<p>These links take you to the next or previous class, interface, package, or 
related page.</p>
+</li>
+<li class="blockList">
+<h2>Frames/No Frames</h2>
+<p>These links show and hide the HTML frames.  All pages are available with or 
without frames.</p>
+</li>
+<li class="blockList">
+<h2>All Classes</h2>
+<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all 
classes and interfaces except non-static nested types.</p>
+</li>
+<li class="blockList">
+<h2>Serialized Form</h2>
+<p>Each serializable or externalizable class has a description of its 
serialization fields and methods. This information is of interest to 
re-implementors, not to developers using the API. While there is no link in the 
navigation bar, you can get to this information by going to any serialized 
class and clicking "Serialized Form" in the "See also" section of the class 
description.</p>
+</li>
+<li class="blockList">
+<h2>Constant Field Values</h2>
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the 
static final fields and their values.</p>
+</li>
+</ul>
+<span class="emphasizedPhrase">This help file applies to API documentation 
generated using the standard doclet.</span></div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/audience-annotations-apidocs/index-all.html 
b/documentation/0.8.0/audience-annotations-apidocs/index-all.html
new file mode 100644
index 0000000..54557f6
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/index-all.html
@@ -0,0 +1,249 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-30">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Index (Apache Yetus - Audience Annotations 
Component 0.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#I:E">E</a>&nbsp;<a 
href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a 
href="#I:S">S</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a name="I:E">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in org.apache.yetus.audience.tools"><span 
class="typeNameLink">ExcludePrivateAnnotationsJDiffDoclet</span></a> - Class in 
<a 
href="org/apache/yetus/audience/tools/package-summary.html">org.apache.yetus.audience.tools</a></dt>
+<dd>
+<div class="block">A <a 
href="http://java.sun.com/javase/6/docs/jdk/api/javadoc/doclet/";>Doclet</a>
+ for excluding elements that are annotated with
+ <a href="org/apache/yetus/audience/InterfaceAudience.Private.html" 
title="annotation in 
org.apache.yetus.audience"><code>InterfaceAudience.Private</code></a> or
+ <a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" 
title="annotation in 
org.apache.yetus.audience"><code>InterfaceAudience.LimitedPrivate</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html#ExcludePrivateAnnotationsJDiffDoclet--">ExcludePrivateAnnotationsJDiffDoclet()</a></span>
 - Constructor for class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsJDiffDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in org.apache.yetus.audience.tools"><span 
class="typeNameLink">ExcludePrivateAnnotationsStandardDoclet</span></a> - Class 
in <a 
href="org/apache/yetus/audience/tools/package-summary.html">org.apache.yetus.audience.tools</a></dt>
+<dd>
+<div class="block">A <a 
href="http://java.sun.com/javase/6/docs/jdk/api/javadoc/doclet/";>Doclet</a>
+ for excluding elements that are annotated with
+ <a href="org/apache/yetus/audience/InterfaceAudience.Private.html" 
title="annotation in 
org.apache.yetus.audience"><code>InterfaceAudience.Private</code></a> or
+ <a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" 
title="annotation in 
org.apache.yetus.audience"><code>InterfaceAudience.LimitedPrivate</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html#ExcludePrivateAnnotationsStandardDoclet--">ExcludePrivateAnnotationsStandardDoclet()</a></span>
 - Constructor for class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:I">
+<!--   -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in org.apache.yetus.audience.tools"><span 
class="typeNameLink">IncludePublicAnnotationsStandardDoclet</span></a> - Class 
in <a 
href="org/apache/yetus/audience/tools/package-summary.html">org.apache.yetus.audience.tools</a></dt>
+<dd>
+<div class="block">A <a 
href="http://java.sun.com/javase/6/docs/jdk/api/javadoc/doclet/";>Doclet</a>
+ that only includes class-level elements that are annotated with
+ <a href="org/apache/yetus/audience/InterfaceAudience.Public.html" 
title="annotation in 
org.apache.yetus.audience"><code>InterfaceAudience.Public</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html#IncludePublicAnnotationsStandardDoclet--">IncludePublicAnnotationsStandardDoclet()</a></span>
 - Constructor for class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">IncludePublicAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceAudience.html" title="class in 
org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceAudience</span></a> - Class in <a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Annotation to inform users of a package, class or method's 
intended audience.</div>
+</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" 
title="annotation in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceAudience.LimitedPrivate</span></a> - Annotation 
Type in <a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Intended only for the project(s) specified in the 
annotation.</div>
+</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceAudience.Private.html" 
title="annotation in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceAudience.Private</span></a> - Annotation Type in 
<a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Intended for use only within a given project.</div>
+</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceAudience.Public.html" 
title="annotation in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceAudience.Public</span></a> - Annotation Type in 
<a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Intended for use by any project or application.</div>
+</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceStability.html" title="class 
in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceStability</span></a> - Class in <a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Annotation to inform users of how much to rely on a 
particular package,
+ class or method not changing over time.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/InterfaceStability.html#InterfaceStability--">InterfaceStability()</a></span>
 - Constructor for class org.apache.yetus.audience.<a 
href="org/apache/yetus/audience/InterfaceStability.html" title="class in 
org.apache.yetus.audience">InterfaceStability</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" 
title="annotation in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceStability.Evolving</span></a> - Annotation Type 
in <a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Evolving, but can break compatibility at minor release 
(i.e.</div>
+</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceStability.Stable.html" 
title="annotation in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceStability.Stable</span></a> - Annotation Type in 
<a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">Can evolve while retaining compatibility for minor release 
boundaries.</div>
+</dd>
+<dt><a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" 
title="annotation in org.apache.yetus.audience"><span 
class="typeNameLink">InterfaceStability.Unstable</span></a> - Annotation Type 
in <a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a></dt>
+<dd>
+<div class="block">No guarantee is provided as to reliability or stability 
across any
+ level of release granularity.</div>
+</dd>
+</dl>
+<a name="I:L">
+<!--   -->
+</a>
+<h2 class="title">L</h2>
+<dl>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html#languageVersion--">languageVersion()</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsJDiffDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html#languageVersion--">languageVersion()</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html#languageVersion--">languageVersion()</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">IncludePublicAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:O">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html#optionLength-java.lang.String-">optionLength(String)</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsJDiffDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html#optionLength-java.lang.String-">optionLength(String)</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html#optionLength-java.lang.String-">optionLength(String)</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">IncludePublicAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><a 
href="org/apache/yetus/audience/package-summary.html">org.apache.yetus.audience</a>
 - package org.apache.yetus.audience</dt>
+<dd>&nbsp;</dd>
+<dt><a 
href="org/apache/yetus/audience/tools/package-summary.html">org.apache.yetus.audience.tools</a>
 - package org.apache.yetus.audience.tools</dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:S">
+<!--   -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html#start-com.sun.javadoc.RootDoc-">start(RootDoc)</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsJDiffDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html#start-com.sun.javadoc.RootDoc-">start(RootDoc)</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html#start-com.sun.javadoc.RootDoc-">start(RootDoc)</a></span>
 - Static method in class org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">IncludePublicAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:V">
+<!--   -->
+</a>
+<h2 class="title">V</h2>
+<dl>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html#validOptions-java.lang.String:A:A-com.sun.javadoc.DocErrorReporter-">validOptions(String[][],
 DocErrorReporter)</a></span> - Static method in class 
org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsJDiffDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html#validOptions-java.lang.String:A:A-com.sun.javadoc.DocErrorReporter-">validOptions(String[][],
 DocErrorReporter)</a></span> - Static method in class 
org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">ExcludePrivateAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html#validOptions-java.lang.String:A:A-com.sun.javadoc.DocErrorReporter-">validOptions(String[][],
 DocErrorReporter)</a></span> - Static method in class 
org.apache.yetus.audience.tools.<a 
href="org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html"
 title="class in 
org.apache.yetus.audience.tools">IncludePublicAnnotationsStandardDoclet</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="#I:E">E</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a 
href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a 
href="#I:V">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/audience-annotations-apidocs/index.html 
b/documentation/0.8.0/audience-annotations-apidocs/index.html
new file mode 100644
index 0000000..572fdb8
--- /dev/null
+++ b/documentation/0.8.0/audience-annotations-apidocs/index.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:41 PDT 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Yetus - Audience Annotations Component 0.8.0 API</title>
+<script type="text/javascript">
+    tmpTargetPage = "" + window.location.search;
+    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+        tmpTargetPage = tmpTargetPage.substring(1);
+    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+        tmpTargetPage = "undefined";
+    targetPage = tmpTargetPage;
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and 
interfaces (except non-static nested types)">
+</frameset>
+<frame src="overview-summary.html" name="classFrame" title="Package, class and 
interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to <a 
href="overview-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>

Reply via email to