Return-Path: X-Original-To: apmail-yetus-commits-archive@minotaur.apache.org Delivered-To: apmail-yetus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52B1F1999E for ; Thu, 14 Apr 2016 06:23:55 +0000 (UTC) Received: (qmail 19046 invoked by uid 500); 14 Apr 2016 06:23:55 -0000 Delivered-To: apmail-yetus-commits-archive@yetus.apache.org Received: (qmail 18997 invoked by uid 500); 14 Apr 2016 06:23:55 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 18524 invoked by uid 99); 14 Apr 2016 06:23:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 06:23:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0CE3E0329; Thu, 14 Apr 2016 06:23:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: busbey@apache.org To: commits@yetus.apache.org Date: Thu, 14 Apr 2016 06:24:12 -0000 Message-Id: <129499fe8a5d45f1b64f462554d81e4c@git.apache.org> In-Reply-To: <6b4323df2ede4260b4fb2b20f5b781d8@git.apache.org> References: <6b4323df2ede4260b4fb2b20f5b781d8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/24] yetus git commit: git hash c7cc9dba3463b790739d34a6a8fcc020f64de53e http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/audience-annotations-apidocs/stylesheet.css ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/audience-annotations-apidocs/stylesheet.css b/documentation/0.1.0/audience-annotations-apidocs/stylesheet.css index 0aeaa97..98055b2 100644 --- a/documentation/0.1.0/audience-annotations-apidocs/stylesheet.css +++ b/documentation/0.1.0/audience-annotations-apidocs/stylesheet.css @@ -2,16 +2,19 @@ /* Overall document style */ + +@import url('resources/fonts/dejavu.css'); + body { background-color:#ffffff; color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; margin:0; } a:link, a:visited { text-decoration:none; - color:#4c6b87; + color:#4A6782; } a:hover, a:focus { text-decoration:none; @@ -19,7 +22,7 @@ a:hover, a:focus { } a:active { text-decoration:none; - color:#4c6b87; + color:#4A6782; } a[name] { color:#353833; @@ -29,41 +32,51 @@ a[name]:hover { color:#353833; } pre { - font-size:1.3em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; } h1 { - font-size:1.8em; + font-size:20px; } h2 { - font-size:1.5em; + font-size:18px; } h3 { - font-size:1.4em; + font-size:16px; + font-style:italic; } h4 { - font-size:1.3em; + font-size:13px; } h5 { - font-size:1.2em; + font-size:12px; } h6 { - font-size:1.1em; + font-size:11px; } ul { list-style-type:disc; } code, tt { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; } dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; } table tr td dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; vertical-align:top; + padding-top:4px; } sup { - font-size:.6em; + font-size:8px; } /* Document title and Copyright styles @@ -76,9 +89,9 @@ Document title and Copyright styles .aboutLanguage { float:right; padding:0px 21px; - font-size:.8em; + font-size:11px; z-index:200; - margin-top:-7px; + margin-top:-9px; } .legalCopy { margin-left:.5em; @@ -92,9 +105,6 @@ Document title and Copyright styles } .tab { background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; color:#ffffff; padding:8px; width:5em; @@ -104,17 +114,15 @@ Document title and Copyright styles Navigation bar styles */ .bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; padding:.8em .5em .4em .8em; height:auto;/*height:1.8em;*/ - font-size:1em; + font-size:11px; margin:0; } .topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -123,11 +131,11 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .bottomNav { margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -136,18 +144,20 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .subNav { background-color:#dee3e9; - border-bottom:1px solid #9eadc0; float:left; width:100%; overflow:hidden; + font-size:12px; } .subNav div { clear:left; float:left; padding:0 0 5px 6px; + text-transform:uppercase; } ul.navList, ul.subNavList { float:left; @@ -157,27 +167,33 @@ ul.navList, ul.subNavList { ul.navList li{ list-style:none; float:left; - padding:3px 6px; + padding: 5px 6px; + text-transform:uppercase; } ul.subNavList li{ list-style:none; float:left; - font-size:90%; } .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { color:#FFFFFF; text-decoration:none; + text-transform:uppercase; } .topNav a:hover, .bottomNav a:hover { text-decoration:none; color:#bb7a2a; + text-transform:uppercase; } .navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; + background-color:#F8981D; + color:#253441; margin: auto 5px; - border:1px solid #c9aa44; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; } /* Page header and footer styles @@ -191,8 +207,11 @@ Page header and footer styles margin:10px; position:relative; } +.indexHeader span{ + margin-right:15px; +} .indexHeader h1 { - font-size:1.3em; + font-size:13px; } .title { color:#2c4557; @@ -202,7 +221,7 @@ Page header and footer styles margin:5px 0 0 0; } .header ul { - margin:0 0 25px 0; + margin:0 0 15px 0; padding:0; } .footer ul { @@ -210,24 +229,22 @@ Page header and footer styles } .header ul li, .footer ul li { list-style:none; - font-size:1.2em; + font-size:13px; } /* Heading styles */ div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList ul.blockList li.blockList h3 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList li.blockList h3 { padding:0; @@ -247,10 +264,10 @@ Page layout container styles .indexContainer { margin:10px; position:relative; - font-size:1.0em; + font-size:12px; } .indexContainer h2 { - font-size:1.1em; + font-size:13px; padding:0 0 3px 0; } .indexContainer ul { @@ -259,15 +276,18 @@ Page layout container styles } .indexContainer ul li { list-style:none; + padding-top:2px; } .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; + font-size:12px; font-weight:bold; margin:10px 0 0 0; color:#4E4E4E; } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; } .serializedFormContainer dl.nameValue dt { margin-left:1px; @@ -306,25 +326,24 @@ ul.blockList, ul.blockListLast { } ul.blockList li.blockList, ul.blockListLast li.blockList { list-style:none; - margin-bottom:25px; + margin-bottom:15px; + line-height:1.4; } ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; + border:1px solid #ededed; + background-color:#f8f8f8; } ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { padding:0 0 5px 8px; background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; + border:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { margin-left:0; padding-left:0; padding-bottom:15px; border:none; - border-bottom:1px solid #9eadc0; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { list-style:none; @@ -338,107 +357,155 @@ table tr td dl, table tr td dl dt, table tr td dl dd { /* Table styles */ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; - width:100%; -} -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; } -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; +.overviewSummary, .memberSummary { + padding:0px; } -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { position:relative; text-align:left; background-repeat:no-repeat; - color:#FFFFFF; + color:#253441; font-weight:bold; clear:none; overflow:hidden; padding:0px; + padding-top:10px; + padding-left:1px; margin:0px; -} -caption a:link, caption a:hover, caption a:active, caption a:visited { + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { color:#FFFFFF; } -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; float:left; - background-image:url(resources/titlebar.gif); - height:18px; + background-color:#F8981D; + border: none; + height:16px; } -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; - position:relative; +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; float:left; + background-color:#F8981D; + height:16px; } -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; } -.tableSubHeadingColor { - background-color: #EEEEFF; +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; } -.altColor { - background-color:#eeeeef; +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; } -.rowColor { - background-color:#ffffff; +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + } -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { text-align:left; - padding:3px 3px 3px 7px; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; } -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { +th.colFirst, th.colLast, th.colOne, .constantsSummary th { background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; + padding:8px 3px 3px 7px; } td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; white-space:nowrap; + font-size:13px; } td.colLast, th.colLast { - border-right:1px solid #9eadc0; + font-size:13px; } td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; } -table.overviewSummary { - padding:0px; - margin-left:0px; +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; } -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; +.tableSubHeadingColor { + background-color:#EEEEFF; } -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; } /* Content styles @@ -453,6 +520,24 @@ Content styles .docSummary { padding:0; } + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} /* Formatting effect styles */ @@ -463,12 +548,27 @@ Formatting effect styles h1.hidden { visibility:hidden; overflow:hidden; - font-size:.9em; + font-size:10px; } .block { display:block; - margin:3px 0 0 0; + margin:3px 10px 2px 0px; + color:#474747; } -.strong { +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { font-weight:bold; } +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/index.html b/documentation/0.1.0/index.html index 6653f65..e49b070 100644 --- a/documentation/0.1.0/index.html +++ b/documentation/0.1.0/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-advanced/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-advanced/index.html b/documentation/0.1.0/precommit-advanced/index.html index 6f1f4d6..8e9225b 100644 --- a/documentation/0.1.0/precommit-advanced/index.html +++ b/documentation/0.1.0/precommit-advanced/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-apidocs/core/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-apidocs/core/index.html b/documentation/0.1.0/precommit-apidocs/core/index.html index 864ddbf..e797000 100644 --- a/documentation/0.1.0/precommit-apidocs/core/index.html +++ b/documentation/0.1.0/precommit-apidocs/core/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-apidocs/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-apidocs/index.html b/documentation/0.1.0/precommit-apidocs/index.html index 984e493..4530234 100644 --- a/documentation/0.1.0/precommit-apidocs/index.html +++ b/documentation/0.1.0/precommit-apidocs/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-apidocs/plugins/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-apidocs/plugins/index.html b/documentation/0.1.0/precommit-apidocs/plugins/index.html index 50ff040..6f399a1 100644 --- a/documentation/0.1.0/precommit-apidocs/plugins/index.html +++ b/documentation/0.1.0/precommit-apidocs/plugins/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html b/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html index 818759e..3236608 100644 --- a/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html +++ b/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-apidocs/test-patch/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-apidocs/test-patch/index.html b/documentation/0.1.0/precommit-apidocs/test-patch/index.html index 13fcaab..114e1ef 100644 --- a/documentation/0.1.0/precommit-apidocs/test-patch/index.html +++ b/documentation/0.1.0/precommit-apidocs/test-patch/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-architecture/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-architecture/index.html b/documentation/0.1.0/precommit-architecture/index.html index c368468..d8dc2ef 100644 --- a/documentation/0.1.0/precommit-architecture/index.html +++ b/documentation/0.1.0/precommit-architecture/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-basic/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-basic/index.html b/documentation/0.1.0/precommit-basic/index.html index 7478154..1fc7cec 100644 --- a/documentation/0.1.0/precommit-basic/index.html +++ b/documentation/0.1.0/precommit-basic/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-bugsystems/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-bugsystems/index.html b/documentation/0.1.0/precommit-bugsystems/index.html index 871c7f0..537b712 100644 --- a/documentation/0.1.0/precommit-bugsystems/index.html +++ b/documentation/0.1.0/precommit-bugsystems/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-buildtools/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-buildtools/index.html b/documentation/0.1.0/precommit-buildtools/index.html index 12efeaa..1b0abb2 100644 --- a/documentation/0.1.0/precommit-buildtools/index.html +++ b/documentation/0.1.0/precommit-buildtools/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-glossary/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-glossary/index.html b/documentation/0.1.0/precommit-glossary/index.html index 981b329..ce909eb 100644 --- a/documentation/0.1.0/precommit-glossary/index.html +++ b/documentation/0.1.0/precommit-glossary/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-patchnames/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-patchnames/index.html b/documentation/0.1.0/precommit-patchnames/index.html index 8e3649b..6a41b57 100644 --- a/documentation/0.1.0/precommit-patchnames/index.html +++ b/documentation/0.1.0/precommit-patchnames/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-smart-apply-patch/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-smart-apply-patch/index.html b/documentation/0.1.0/precommit-smart-apply-patch/index.html index 4baea33..2e875b0 100644 --- a/documentation/0.1.0/precommit-smart-apply-patch/index.html +++ b/documentation/0.1.0/precommit-smart-apply-patch/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/precommit-testformats/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/precommit-testformats/index.html b/documentation/0.1.0/precommit-testformats/index.html index 34d98fb..a86a27d 100644 --- a/documentation/0.1.0/precommit-testformats/index.html +++ b/documentation/0.1.0/precommit-testformats/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.1.0/releasedocmaker/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.1.0/releasedocmaker/index.html b/documentation/0.1.0/releasedocmaker/index.html index 9d7ee61..25e36a7 100644 --- a/documentation/0.1.0/releasedocmaker/index.html +++ b/documentation/0.1.0/releasedocmaker/index.html @@ -55,6 +55,7 @@ http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/CHANGES/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/CHANGES/index.html b/documentation/0.2.0/CHANGES/index.html index e1c47fc..38d1083 100644 --- a/documentation/0.2.0/CHANGES/index.html +++ b/documentation/0.2.0/CHANGES/index.html @@ -55,6 +55,7 @@ @@ -142,12 +143,12 @@ Contributor -YETUS-282 -Allow the specification of a base JIRA URL +YETUS-62 +add auto-formatting of usage options Major -Release Doc Maker -Pathangi Jatinshravan -Pathangi Jatinshravan +Test Patch +Allen Wittenauer +Allen Wittenauer YETUS-241 @@ -158,14 +159,6 @@ Sean Busbey -YETUS-229 -split –jenkins up -Major -Test Patch -Allen Wittenauer -Allen Wittenauer - - YETUS-187 maven javac/javadoc can’t use calcdiffs Blocker @@ -182,8 +175,16 @@ Allen Wittenauer -YETUS-62 -add auto-formatting of usage options +YETUS-282 +Allow the specification of a base JIRA URL +Major +Release Doc Maker +Pathangi Jatinshravan +Pathangi Jatinshravan + + +YETUS-229 +split –jenkins up Major Test Patch Allen Wittenauer @@ -200,12 +201,12 @@ Contributor -YETUS-285 -flag to enable/disable docker privileged mode -Blocker -Test Patch -Allen Wittenauer +YETUS-204 +shelldocs lint mode +Major +ShellDocs Allen Wittenauer +Kengo Seki YETUS-263 @@ -232,17 +233,17 @@ Kengo Seki -YETUS-204 -shelldocs lint mode +YETUS-78 +add support for orc Major -ShellDocs +Test Patch +Allen Wittenauer Allen Wittenauer -Kengo Seki -YETUS-78 -add support for orc -Major +YETUS-285 +flag to enable/disable docker privileged mode +Blocker Test Patch Allen Wittenauer Allen Wittenauer @@ -258,28 +259,28 @@ Contributor -YETUS-308 -improve guidance on website maintenance -Minor -website and documentation -Sean Busbey -Sean Busbey +YETUS-240 +Skip checkstyle/findbugs during mvninstall +Major +Test Patch +Josh Elser +Josh Elser -YETUS-287 -Update year to 2016 on website footer -Blocker -website and documentation -Allen Wittenauer +YETUS-191 +plugins that require external executables should verify those external executables exist. +Major +Test Patch Allen Wittenauer +Marco Zühlke -YETUS-281 -hadoop: use built-in dependency order -Blocker +YETUS-273 +Misleading warning messages when FINDBUGS_HOME is not set +Trivial Test Patch -Allen Wittenauer -Allen Wittenauer +John Zhuge +Marco Zühlke YETUS-280 @@ -290,12 +291,12 @@ Allen Wittenauer -YETUS-273 -Misleading warning messages when FINDBUGS_HOME is not set -Trivial +YETUS-173 +report fixed issues +Major Test Patch -John Zhuge -Marco Zühlke +Allen Wittenauer +Allen Wittenauer YETUS-272 @@ -306,28 +307,20 @@ Allen Wittenauer -YETUS-240 -Skip checkstyle/findbugs during mvninstall -Major -Test Patch -Josh Elser -Josh Elser - - -YETUS-226 -Document release process +YETUS-287 +Update year to 2016 on website footer Blocker website and documentation -Sean Busbey -Sean Busbey +Allen Wittenauer +Allen Wittenauer -YETUS-191 -plugins that require external executables should verify those external executables exist. -Major +YETUS-281 +hadoop: use built-in dependency order +Blocker Test Patch Allen Wittenauer -Marco Zühlke +Allen Wittenauer YETUS-190 @@ -338,12 +331,20 @@ Allen Wittenauer -YETUS-173 -report fixed issues -Major -Test Patch -Allen Wittenauer -Allen Wittenauer +YETUS-226 +Document release process +Blocker +website and documentation +Sean Busbey +Sean Busbey + + +YETUS-308 +improve guidance on website maintenance +Minor +website and documentation +Sean Busbey +Sean Busbey

BUG FIXES:

@@ -356,68 +357,68 @@ Contributor -YETUS-319 -broken links on contrib page -Blocker -website and documentation -Allen Wittenauer -Sean Busbey +YETUS-209 +releasedocmaker’s error message is unintelligible if a non-existent project is specified +Minor +Release Doc Maker +Kengo Seki +Kengo Seki -YETUS-299 -RAT exclusions must include symlinks for 0.1.0 release -Blocker -build -Sean Busbey -Sean Busbey +YETUS-232 +releasedocmaker with range option fails if project name is specified in lower case +Major +Release Doc Maker +Kengo Seki +Kengo Seki -YETUS-298 -precommit jira plugin will try to download deleted attachments -Critical +YETUS-221 +asflicense check exits multi-module Maven build early if there are pre-existing license problems. +Major Test Patch -Sean Busbey +Chris Nauroth Allen Wittenauer -YETUS-297 -when verify_multijdk_test is no, use JAVA_HOME, not JDK_DIR_LIST +YETUS-249 +asflicense with ant can fail and succeed simultaneously Major Test Patch -Allen Wittenauer -Allen Wittenauer +Kengo Seki +Kengo Seki -YETUS-290 -reference to another function in calcdiffs’ description is wrong -Trivial -Test Patch -Kengo Seki -Marco Zühlke +YETUS-258 +build.sh should detect missing third party dependecies and suggest how to install +Major +build +Wei-Chiu Chuang +Wei-Chiu Chuang -YETUS-284 -maven dependency solver needs enhancements -Blocker +YETUS-260 +distclean step is not working +Critical Test Patch -Allen Wittenauer -Allen Wittenauer +Marco Zühlke +Marco Zühlke -YETUS-275 -removing files(?) causes pylint file open failures +YETUS-182 +document git hash in patchnames doc Major -Test Patch +Test Patch, website and documentation Allen Wittenauer Marco Zühlke -YETUS-271 -findbugs.sh will -1 if there are no java source code in the module. +YETUS-251 +default patch-naming-rule points to old yetus url Major Test Patch -Akira AJISAKA -Allen Wittenauer +Sean Busbey +Marco Zühlke YETUS-267 @@ -436,44 +437,52 @@ Allen Wittenauer -YETUS-260 -distclean step is not working -Critical +YETUS-271 +findbugs.sh will -1 if there are no java source code in the module. +Major Test Patch -Marco Zühlke -Marco Zühlke +Akira AJISAKA +Allen Wittenauer -YETUS-258 -build.sh should detect missing third party dependecies and suggest how to install +YETUS-275 +removing files(?) causes pylint file open failures Major -build -Wei-Chiu Chuang -Wei-Chiu Chuang +Test Patch +Allen Wittenauer +Marco Zühlke -YETUS-252 -‘Max memory used’ is unexplained, +YETUS-104 +Update document about plugin functions Major website and documentation -stack -Allen Wittenauer +Kengo Seki +Marco Zühlke -YETUS-251 -default patch-naming-rule points to old yetus url +YETUS-235 +releasedocmaker does not give an error if a non-existent version is given Major -Test Patch +Release Doc Maker Sean Busbey -Marco Zühlke +Kengo Seki -YETUS-249 -asflicense with ant can fail and succeed simultaneously -Major +YETUS-290 +reference to another function in calcdiffs’ description is wrong +Trivial Test Patch Kengo Seki -Kengo Seki +Marco Zühlke + + +YETUS-201 +dsec file hanging around +Trivial +Test Patch +Allen Wittenauer +Marco Zühlke YETUS-236 @@ -484,35 +493,19 @@ Allen Wittenauer -YETUS-235 -releasedocmaker does not give an error if a non-existent version is given -Major -Release Doc Maker +YETUS-299 +RAT exclusions must include symlinks for 0.1.0 release +Blocker +build +Sean Busbey Sean Busbey -Kengo Seki - - -YETUS-233 -rdm release notes in markdown are corrupting underscores in some instances -Major -Release Doc Maker -Allen Wittenauer -Allen Wittenauer - - -YETUS-232 -releasedocmaker with range option fails if project name is specified in lower case -Major -Release Doc Maker -Kengo Seki -Kengo Seki -YETUS-221 -asflicense check exits multi-module Maven build early if there are pre-existing license problems. -Major +YETUS-284 +maven dependency solver needs enhancements +Blocker Test Patch -Chris Nauroth +Allen Wittenauer Allen Wittenauer @@ -524,28 +517,28 @@ Allen Wittenauer -YETUS-209 -releasedocmaker’s error message is unintelligible if a non-existent project is specified -Minor -Release Doc Maker -Kengo Seki -Kengo Seki +YETUS-298 +precommit jira plugin will try to download deleted attachments +Critical +Test Patch +Sean Busbey +Allen Wittenauer -YETUS-201 -dsec file hanging around -Trivial -Test Patch +YETUS-252 +‘Max memory used’ is unexplained, +Major +website and documentation +stack Allen Wittenauer -Marco Zühlke -YETUS-182 -document git hash in patchnames doc +YETUS-233 +rdm release notes in markdown are corrupting underscores in some instances Major -Test Patch, website and documentation +Release Doc Maker +Allen Wittenauer Allen Wittenauer -Marco Zühlke YETUS-144 @@ -556,12 +549,20 @@ Allen Wittenauer -YETUS-104 -Update document about plugin functions -Major +YETUS-319 +broken links on contrib page +Blocker website and documentation -Kengo Seki -Marco Zühlke +Allen Wittenauer +Sean Busbey + + +YETUS-297 +when verify_multijdk_test is no, use JAVA_HOME, not JDK_DIR_LIST +Major +Test Patch +Allen Wittenauer +Allen Wittenauer

TESTS:

http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/RELEASENOTES/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/RELEASENOTES/index.html b/documentation/0.2.0/RELEASENOTES/index.html index 775a688..23c79b0 100644 --- a/documentation/0.2.0/RELEASENOTES/index.html +++ b/documentation/0.2.0/RELEASENOTES/index.html @@ -55,6 +55,7 @@ @@ -125,40 +126,36 @@
    -
  • YETUS-297 | Major | when verify_multijdk_test is no, use JAVA_HOME, not JDK_DIR_LIST
  • +
  • YETUS-62 | Major | add auto-formatting of usage options
-

For downstream users:

- -

The cli for configuring which tests should be run during Multi-JDK mode now works correctly. e.g. –multijdktests=compile will cause just compilation against additional jdk versions.

+

test-patch and smart-apply-patch now have variable size output to match the screen dimensions when printing the usage information. As a result, the plugin_usage functions now use the yetus_add_option to add options to output. Plug-ins written to use raw echos will still work, but the output will be strange looking.

-

Note that the full suite of tests is always run against the java version given in JAVA_HOME.

+
-

For plugin developers:

+
    +
  • YETUS-241 | Major | revamp parameterized site
  • +
-

Authors of new plugins that wish to make them multi-jdk aware can add them to the default list by calling the yetus_add_entry function. i.e.:

-
yetus_add_entry JDK_TEST_LIST my_foo_test
-
+

Website layout was changed to better accommodate multiple versions.


    -
  • YETUS-285 | Blocker | flag to enable/disable docker privileged mode
  • +
  • YETUS-187 | Blocker | maven javac/javadoc can’t use calcdiffs
-

By default, Yetus now runs docker in privileged execution mode (when docker support is enabled).

- -

To opt instead for the previous behavior, use the cli option {{–dockerprivd=false}}.

+

The calcdiff function has been changed to be pluggable to allow for a variety of difference calculators to allow for greater accuracy when more information is available. As a result, this fixes some (but not all!) instances where pre-existing errors were reported as new in some reports.


    -
  • YETUS-282 | Major | Allow the specification of a base JIRA URL
  • +
  • YETUS-214 | Major | release doc maker should have option to specify output directory
-

Allow specification of the Base JIRA URL as a command line option

+

Allow specifying of output directory in releasedocmaker


@@ -183,10 +180,44 @@
-

Website layout was changed to better accommodate multiple versions.

+

There is now code in place to allow for plug-ins to report a much more nuanced report in the form of an equation. This equation tells exactly how many new, unchanged, and fixed issues a patch causes/removes as well as the old and new totals for issues. For patches where the totals are unchanged, the generic passed message is returned. Summarization is automatically as appropriate turned off as well.

+ +

With this change, most plug-ins have been updated to report these numbers.

+ +
+ +
    +
  • YETUS-70 | Major | add support for make, including cmake and autoconf
  • +
+ + + +

User-facing:

+ +
    +
  • make, cmake, and autoconf are now supported build tools
  • +
  • ctest is now a supported test format
  • +
  • Dockerfile content has been slimmed down and enhanced to just what is needed to run Apache Yetus
  • +
+ +

Developer-facing:

+ +
    +
  • BUILDTOOLCWD has changed in an incompatible way: instead of true/false it nows takes several different types of values. See documentation for more information
  • +
  • modules_workers now supports @@@BASEDIR@@@@ and @@@MODULEDIR@@@ as replaceable parameters on the command line
  • +
  • New buildtool_changed_modules function support to allow build tools to change the module list
  • +
+ +
+ +
    +
  • YETUS-282 | Major | Allow the specification of a base JIRA URL
  • +
+ +

Allow specification of the Base JIRA URL as a command line option


@@ -232,70 +263,40 @@
    -
  • YETUS-214 | Major | release doc maker should have option to specify output directory
  • -
- -

Allow specifying of output directory in releasedocmaker

- -
- -
    -
  • YETUS-187 | Blocker | maven javac/javadoc can’t use calcdiffs
  • +
  • YETUS-144 | Blocker | mvn install usually required on mvn builds
-

The calcdiff function has been changed to be pluggable to allow for a variety of difference calculators to allow for greater accuracy when more information is available. As a result, this fixes some (but not all!) instances where pre-existing errors were reported as new in some reports.

+

Plug-ins that use maven services should now use maven_add_install to be certain that a mvn install has been executed prior to their plug-in. This will help guarantee that all root-level maven dependencies have been satisfied. See the build system documentation for more information.


    -
  • YETUS-173 | Major | report fixed issues
  • +
  • YETUS-285 | Blocker | flag to enable/disable docker privileged mode
-

There is now code in place to allow for plug-ins to report a much more nuanced report in the form of an equation. This equation tells exactly how many new, unchanged, and fixed issues a patch causes/removes as well as the old and new totals for issues. For patches where the totals are unchanged, the generic passed message is returned. Summarization is automatically as appropriate turned off as well.

- -

With this change, most plug-ins have been updated to report these numbers.

- -
- -
    -
  • YETUS-144 | Blocker | mvn install usually required on mvn builds
  • -
+

By default, Yetus now runs docker in privileged execution mode (when docker support is enabled).

-

Plug-ins that use maven services should now use maven_add_install to be certain that a mvn install has been executed prior to their plug-in. This will help guarantee that all root-level maven dependencies have been satisfied. See the build system documentation for more information.

+

To opt instead for the previous behavior, use the cli option {{–dockerprivd=false}}.


    -
  • YETUS-70 | Major | add support for make, including cmake and autoconf
  • +
  • YETUS-297 | Major | when verify_multijdk_test is no, use JAVA_HOME, not JDK_DIR_LIST
-

User-facing:

- -
    -
  • make, cmake, and autoconf are now supported build tools
  • -
  • ctest is now a supported test format
  • -
  • Dockerfile content has been slimmed down and enhanced to just what is needed to run Apache Yetus
  • -
- -

Developer-facing:

- -
    -
  • BUILDTOOLCWD has changed in an incompatible way: instead of true/false it nows takes several different types of values. See documentation for more information
  • -
  • modules_workers now supports @@@BASEDIR@@@@ and @@@MODULEDIR@@@ as replaceable parameters on the command line
  • -
  • New buildtool_changed_modules function support to allow build tools to change the module list
  • -
+

For downstream users:

-
+

The cli for configuring which tests should be run during Multi-JDK mode now works correctly. e.g. –multijdktests=compile will cause just compilation against additional jdk versions.

-
    -
  • YETUS-62 | Major | add auto-formatting of usage options
  • -
+

Note that the full suite of tests is always run against the java version given in JAVA_HOME.

- +

For plugin developers:

-

test-patch and smart-apply-patch now have variable size output to match the screen dimensions when printing the usage information. As a result, the plugin_usage functions now use the yetus_add_option to add options to output. Plug-ins written to use raw echos will still work, but the output will be strange looking.

+

Authors of new plugins that wish to make them multi-jdk aware can add them to the default list by calling the yetus_add_entry function. i.e.:

+
yetus_add_entry JDK_TEST_LIST my_foo_test
+
http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html index 737f185..3015b35 100644 --- a/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html +++ b/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html @@ -2,14 +2,15 @@ - - + + All Classes (Apache Yetus - Audience Annotations Component 0.2.0 API) - + + -

All Classes

+

All Classes

  • ExcludePrivateAnnotationsJDiffDoclet
  • http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html index 1448abe..50782e0 100644 --- a/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html +++ b/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html @@ -2,14 +2,15 @@ - - + + All Classes (Apache Yetus - Audience Annotations Component 0.2.0 API) - + + -

    All Classes

    +

    All Classes

    • ExcludePrivateAnnotationsJDiffDoclet
    • http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/audience-annotations-apidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/audience-annotations-apidocs/constant-values.html b/documentation/0.2.0/audience-annotations-apidocs/constant-values.html index 3309a53..39a3880 100644 --- a/documentation/0.2.0/audience-annotations-apidocs/constant-values.html +++ b/documentation/0.2.0/audience-annotations-apidocs/constant-values.html @@ -2,16 +2,21 @@ - - + + Constant Field Values (Apache Yetus - Audience Annotations Component 0.2.0 API) - + + @@ -19,9 +24,11 @@
      JavaScript is disabled on your browser.
      -
      +
      - + + +
      - +
      @@ -68,9 +75,11 @@

      Contents

      -
      +
      - + + +
      - +
      http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html index fb5e7ec..495e1a5 100644 --- a/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html +++ b/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html @@ -2,16 +2,21 @@ - - + + Deprecated List (Apache Yetus - Audience Annotations Component 0.2.0 API) - + + @@ -19,9 +24,11 @@
      JavaScript is disabled on your browser.
      -
      +
      - + + +
      - +
      @@ -68,9 +75,11 @@

      Contents

      -
      +
      - + + +
      - +
      http://git-wip-us.apache.org/repos/asf/yetus/blob/3510a128/documentation/0.2.0/audience-annotations-apidocs/help-doc.html ---------------------------------------------------------------------- diff --git a/documentation/0.2.0/audience-annotations-apidocs/help-doc.html b/documentation/0.2.0/audience-annotations-apidocs/help-doc.html index 6dc6e1f..7bda35b 100644 --- a/documentation/0.2.0/audience-annotations-apidocs/help-doc.html +++ b/documentation/0.2.0/audience-annotations-apidocs/help-doc.html @@ -2,16 +2,21 @@ - - + + API Help (Apache Yetus - Audience Annotations Component 0.2.0 API) - + + @@ -19,9 +24,11 @@
      JavaScript is disabled on your browser.
      -
      +
      - + + +
      - +
      @@ -171,11 +178,13 @@

      The Constant Field Values page lists the static final fields and their values.

    -This help file applies to API documentation generated using the standard doclet.
    +This help file applies to API documentation generated using the standard doclet.
-
+
- + + +
- +