You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bu...@apache.org on 2022/06/19 15:11:52 UTC

svn commit: r1079887 [2/3] - in /websites/production/tapestry/content: cache/main.pageCache configuration.html cors-cross-origin-resource-sharing-support-582.html documentation.html release-notes-582.html release-notes.html

Added: websites/production/tapestry/content/release-notes-582.html
==============================================================================
--- websites/production/tapestry/content/release-notes-582.html (added)
+++ websites/production/tapestry/content/release-notes-582.html Sun Jun 19 15:11:52 2022
@@ -0,0 +1,767 @@
+<!DOCTYPE html>
+<!--
+  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 http-equiv="content-type" content="text/html; charset=utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="keywords" content="tapestry, apache, apache tapestry, framework, java, web, component, open source, application, dynamic, scalable, robust, servlet">
+  <meta name="description" content="Apache Tapestry is a open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.">
+
+  <title>
+          Release Notes 5.8.2 - Apache Tapestry
+      </title>
+
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apache-tapestry-icon-144.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apache-tapestry-icon-114.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apache-tapestry-icon-72.png">
+  <link rel="apple-touch-icon-precomposed" href="/images/apache-tapestry-icon-57.png">
+  <link rel="shortcut icon" href="/images/apache-tapestry-icon-32.png">
+
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;0,700;1,400;1,700&display=swap"> 
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism.min.css">
+  <link rel="stylesheet" href="/styles/main.css">
+
+  <script type="text/javascript">
+    if (window.location.protocol === 'http:' && window.location.hostname !== 'localhost') {
+      window.location = window.location.href.replace('http://', 'https://');
+    }
+  </script>
+
+  <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous" defer></script>
+  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous" defer></script>
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous" defer></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/prism.min.js" defer></script>
+	<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/plugins/autoloader/prism-autoloader.min.js" defer></script>
+
+  <script type="text/javascript">
+    window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+    ga('create', 'UA-400821-1', 'auto');
+    ga('send', 'pageview');
+  </script>
+  <script async src="https://www.google-analytics.com/analytics.js"></script>
+</head>
+<body>
+  <!-- /// Navigation Start -->
+    <div id="navigation"><p><header>
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-12">
+        <nav class="navbar navbar-expand-xl navbar-light justify-content-between">
+          <a class="navbar-brand" href="/index.html">
+            <img src="/images/apache-tapestry-icon-dark.svg" width="60" alt="Apache Tapestry" title="Apache Tapestry">
+            <span>apache tapestry</span>
+          </a>
+          <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+          </button>
+          <div class="collapse navbar-collapse" id="navbarCollapse">
+            <ul class="navbar-nav mx-auto"><li class="nav-item">
+                <a class="nav-link active" href="/getting-started.html">Getting Started</a>
+              </li><li class="nav-item">
+                <a class="nav-link active" href="/documentation.html">Documentation</a>
+              </li><li class="nav-item">
+                <a class="nav-link active" href="/download.html">Download</a>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="communityNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Community
+                </a>
+                <div class="dropdown-menu" aria-labelledby="communityNavbarDropdown">
+                  <a class="dropdown-item" href="/community.html">Mailing Lists</a>
+                  <a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a>
+                  <a class="dropdown-item" href="/support.html">Support</a>
+                  <a class="dropdown-item" href="/community.html">Getting Involved</a>
+                  <a class="dropdown-item" href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=217387550" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a>
+                  <div class="dropdown-divider"></div>
+                  <a class="dropdown-item" href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a>
+                  <a class="dropdown-item" href="https://twitter.com/hashtag/tapestry5">#tapestry5</a>
+                </div>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="developmentNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Development
+                </a>
+                <div class="dropdown-menu" aria-labelledby="developmentNavbarDropdown">
+                  <a class="dropdown-item" href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a>
+                  <a class="dropdown-item" href="https://issues.apache.org/jira/browse/TAP5">Issues</a>
+                </div>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="apacheNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Apache
+                </a>
+                <div class="dropdown-menu" aria-labelledby="apacheNavbarDropdown">
+                  <a class="dropdown-item" href="https://www.apache.org/">About Apache</a>
+                  <a class="dropdown-item" href="https://apachecon.com/?ref=royale.apache.org">Events</a>
+                  <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                  <a class="dropdown-item" href="https://www.apache.org/licenses/LICENSE-2.0">License</a>
+                  <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                  <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks!</a>
+                </div>
+              </li></ul>
+            <form enctype="application/x-www-form-urlencoded" method="get" class="form-inline" action="search.html">
+              <input type="search" class="form-control search-input" name="q" placeholder="Search docs, issues, wikis and blogs" aria-label="Search">
+              <button type="submit" class="d-none">Search</button>
+            </form>
+          </div>
+        </nav>
+      </div>
+    </div>
+  </div>
+</header></p></div>
+  <!-- /// Navigation End -->
+
+  <article>
+    <div class="container-fluid">
+      <div class="container pt-5">
+        <div class="row">
+          <div class="col-12">
+                          <!-- /// Breadcrumb Start -->
+              <div id="breadcrumb" class="mb-2 text-small">
+                                <a href="index.html">Apache Tapestry</a>&nbsp;&gt;&nbsp;<a href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a href="release-notes.html">Release Notes</a>&nbsp;&gt;&nbsp;<a href="release-notes-582.html">Release Notes 5.8.2</a>
+              </div>
+              <!-- /// Breadcrumb End -->
+
+              <!-- /// Smallbanner Start -->
+                            <div id="smallbanner"><h1 class="title" id="title">Release Notes 5.8.2</h1></div>
+              <!-- /// Smallbanner Start -->
+            
+            <!-- /// Content Start -->
+            <div id="content">
+                            <div id="ConfluenceContent"><p>Tapestry 5.8.2 is a new release introducing <a href="cors-cross-origin-resource-sharing-support-582.html">CORS (Cross-Origin Resource Sharing) support</a> and also includes a number of bug fixes and small improvements.</p><p><span class="pl-s"><span class="pl-pds"><span style="color: rgb(3,47,98);">Tapestry 5.8.2 is a drop-in replacement and recommended upgrade for Tapestry 5.7.0+ projects.</span></span></span></p><h2 id="ReleaseNotes5.8.2-Improvementsmade">Improvements made</h2><p>
+
+
+
+
+
+<style type="text/css">
+    #refresh-module-497953781 .icon {
+        background-position: left center;
+        background-repeat: no-repeat;
+        display: inline-block;
+        font-size: 0;
+        max-height: 16px;
+        text-align: left;
+        text-indent: -9999em;
+        vertical-align: text-bottom;
+    }
+</style>
+</p><div class="refresh-module-id jira-table" id="refresh-module-497953781">
+<p>
+    
+        
+    
+        
+    </p><div class="jira-issues" id="jira-issues-497953781" style="width: 100%;  overflow: auto;">
+        <table class="table table-bordered table-responsive"><tbody><tr><td></td></tr><tr><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Key</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Summary</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">T</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Created</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Updated</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Due</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Assignee</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Reporter</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">P</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Status</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Resolution</span>
+                                </th></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2728?src=confmacro">TAP5-2728</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2728?src=confmacro">
+                                            EventContext enhancements
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2728?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21140&amp;avatarType=issuetype" alt="Improvement"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 01, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 07, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Unassigned
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/minor.svg" alt="Minor">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Resolved
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2725?src=confmacro">TAP5-2725</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2725?src=confmacro">
+                                            Lack of HTML escaping in validation error message
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2725?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21140&amp;avatarType=issuetype" alt="Improvement"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 14, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Resolved
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2724?src=confmacro">TAP5-2724</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2724?src=confmacro">
+                                            Resolve split package caused by DisableStrictChecks
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2724?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21140&amp;avatarType=issuetype" alt="Improvement"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 21, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2720?src=confmacro">TAP5-2720</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2720?src=confmacro">
+                                            Tapestry support for CORS
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2720?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21141&amp;avatarType=issuetype" alt="New Feature"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 16, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2607?src=confmacro">TAP5-2607</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2607?src=confmacro">
+                                            Update Spanish (es) translation
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2607?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21140&amp;avatarType=issuetype" alt="Improvement"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 16, 2019
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            picodotdev
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/trivial.svg" alt="Trivial">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Implemented
+                                                                    </td></tr><tr><td colspan="11" rowspan="1">
+                        <div class="jira-oauth-message-marker">
+                            <div class="aui-message-container">
+                                <div class="aui-message aui-message-info info">
+                                    <span><a class="static-oauth-init" href="https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b">Authenticate</a> to retrieve your issues</span>
+                                </div>
+                            </div>
+                        </div>
+                    </td></tr></tbody></table>
+    </div>
+            <div class="refresh-issues-bottom">
+                            <span class="total-issues-count" id="total-issues-count">
+                                                                    <a title="View all matching issues in Jira." href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D%22Tapestry+5%22+and+fixVersion+%3D+5.8.2+and+type+%21%3D+bug+++++++&amp;src=confmacro">
+                                                            5 issues
+                                                    </a>
+                                        </span>
+                                </div>
+        
+
+    
+</div>
+<h2 id="ReleaseNotes5.8.2-Bugsfixed">Bugs fixed</h2><p>
+
+
+
+
+
+<style type="text/css">
+    #refresh-module--411761092 .icon {
+        background-position: left center;
+        background-repeat: no-repeat;
+        display: inline-block;
+        font-size: 0;
+        max-height: 16px;
+        text-align: left;
+        text-indent: -9999em;
+        vertical-align: text-bottom;
+    }
+</style>
+</p><div class="refresh-module-id jira-table" id="refresh-module--411761092">
+<p>
+    
+        
+    
+        
+    </p><div class="jira-issues" id="jira-issues--411761092" style="width: 100%;  overflow: auto;">
+        <table class="table table-bordered table-responsive"><tbody><tr><td></td></tr><tr><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Key</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Summary</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">T</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Created</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Updated</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Due</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Assignee</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Reporter</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">P</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Status</span>
+                                </th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; padding:5px !important;">
+                                    <span class="jim-table-header-content">Resolution</span>
+                                </th></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2723?src=confmacro">TAP5-2723</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2723?src=confmacro">
+                                            CronExpression fails handling L-&lt;dayOfMonth&gt;
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2723?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 26, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 07, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/minor.svg" alt="Minor">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Resolved
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2719?src=confmacro">TAP5-2719</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2719?src=confmacro">
+                                            Missing dependency for commons-fileupload
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2719?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 05, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2718?src=confmacro">TAP5-2718</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2718?src=confmacro">
+                                            Tapestry Announcement lacks version
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2718?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 05, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 08, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/minor.svg" alt="Minor">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2717?src=confmacro">TAP5-2717</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2717?src=confmacro">
+                                            tapestry-hibernate pom.xml doesn't have a compile dependency on tapestry-hibernate-core
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2717?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 04, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 04, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2716?src=confmacro">TAP5-2716</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2716?src=confmacro">
+                                            Missing dependency for Google Closure Compiler
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2716?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 04, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 05, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2715?src=confmacro">TAP5-2715</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2715?src=confmacro">
+                                            Client-side generated error message renders unstyled with Bootstrap 4
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2715?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 03, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2714?src=confmacro">TAP5-2714</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2714?src=confmacro">
+                                            Checkbox and Label components with Boostrap 4
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2714?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Apr 03, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 07, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Resolved
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2713?src=confmacro">TAP5-2713</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2713?src=confmacro">
+                                            ChecksumPath: java.lang.StringIndexOutOfBoundsException
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2713?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 28, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 01, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Ben Weidig
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/minor.svg" alt="Minor">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Resolved
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2667?src=confmacro">TAP5-2667</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2667?src=confmacro">
+                                            Plastic class should exclude interface static methods
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2667?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 11, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Jun 07, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Piotr Czerwik
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2609?src=confmacro">TAP5-2609</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2609?src=confmacro">
+                                            Grid component doc: configuration sample code is incorrect
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2609?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 06, 2019
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Andrew Fowler
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/minor.svg" alt="Minor">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2574?src=confmacro">TAP5-2574</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2574?src=confmacro">
+                                            Add core translations for Norwegian Nynorsk (nn)
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2574?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 23, 2017
+                                                                    </td><td colspan="1" nowrap>
+                                                                            May 27, 2022
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Volker Lamp
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Svein
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr><td colspan="11" rowspan="1">
+                        <div class="jira-oauth-message-marker">
+                            <div class="aui-message-container">
+                                <div class="aui-message aui-message-info info">
+                                    <span><a class="static-oauth-init" href="https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b">Authenticate</a> to retrieve your issues</span>
+                                </div>
+                            </div>
+                        </div>
+                    </td></tr></tbody></table>
+    </div>
+            <div class="refresh-issues-bottom">
+                            <span class="total-issues-count" id="total-issues-count">
+                                                                    <a title="View all matching issues in Jira." href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D%22Tapestry+5%22+and+fixVersion+%3D5.8.2+and+type+%3Dbug+++++++&amp;src=confmacro">
+                                                            11 issues
+                                                    </a>
+                                        </span>
+                                </div>
+        
+
+    
+</div>
+</div>
+            </div>
+            <!-- /// Content End -->
+          </div>
+        </div>
+      </div>
+    </div>
+  </article>
+
+  <!-- /// Footer Start -->
+    <div id="footer"><p>Apache Tapestry, Tapestry, Apache, the Apache feather logo, and the Apache Tapestry project logo are trademarks of The Apache Software Foundation.</p><p><br clear="none"><footer class="py-3">
+  <div class="container-fluid">
+    <div class="container">
+      <div class="row">
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Apache Tapestry</span>
+          <ul><li><a href="index.html">Home</a></li><li><a href="download.html">Download</a></li><li><a href="about.html">Team</a></li><li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li></ul>
+          <span class="font-weight-bold">Documentation</span>
+          <ul><li><a href="introduction.html">Introduction</a></li><li><a href="principles.html">Principles</a></li><li><i class="fas fa-play"></i> <a href="getting-started.html">Getting Started</a></li><li><i class="fas fa-play"></i> <a href="user-guide.html">User Guide</a></li><li><i class="fas fa-book"></i> <a href="documentation.html">Docs</a></li><li><i class="fas fa-book"></i> <a href="component-reference.html">Component Reference</a></li><li><i class="fas fa-book"></i> <a href="current/apidocs">Apidocs</a></li><li><a href="frequently-asked-questions.html">FAQ</a></li></ul>
+        </div>
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Community</span>
+          <ul><li><i class="fas fa-envelope-open-text"></i> <a href="community.html">Mailing Lists</a></li><li><i class="fab fa-stack-overflow"> </i> <a href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a></li><li><a href="support.html">Support</a></li><li><a href="community.html">Getting Involved</a></li><li><a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=217387550" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a></li></ul>
+          <span class="font-weight-bold">Social</span>
+          <ul><li><i class="fab fa-twitter"></i> <a href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a></li><li><i class="fas fa-hashtag"></i> <a href="https://twitter.com/hashtag/tapestry5">#tapestry5</a></li></ul>
+          <span class="font-weight-bold">Development</span>
+          <ul><li><i class="fab fa-git"></i> <a href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a></li><li><i class="fab fa-jira"></i> <a href="https://issues.apache.org/jira/browse/TAP5">Issues</a></li></ul>
+        </div>
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Apache</span>
+          <ul><li><a href="https://www.apache.org/">About Apache</a></li><li><a href="https://apachecon.com/?ref=royale.apache.org">Events</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li><li><a href="https://www.apache.org/security/">Security</a></li><li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li></ul>
+        </div>
+        <div class="col-md-12 col-lg-6 clearfix">
+          <span class="font-weight-bold d-block">About us</span>
+          <p class="float-right ml-3 mb-0"><img src="images/apache-tapestry-icon-light.svg" width="100" alt="Apache Tapestry" title="Apache Tapestry"></p>
+          <p><a href="https://tapestry.apache.org/">Apache Tapestry&#8482;</a> is an open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java.</p>
+          <p>Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.</p>
+          <p class="float-right ml-3 mb-0"><img src="images/apache-powered-by.svg" width="100" alt="Apache PoweredBy" title="Apache PoweredBy"></p>
+          <p>
+            <a href="https://tapestry.apache.org/">Apache Tapestry&#8482;</a>, <a href="https://www.apache.org/">Apache&#8482;</a> and the <a href="https://www.apache.org/foundation/press/kit/">Apache feather logo&#8482;</a>
+            are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+          </p>
+        </div>
+      </div>
+      <div class="row">
+        <div class="col-12">
+          Copyright &#169; 2020 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        </div>
+      </div>
+    </div>
+  </div>
+</footer><br clear="none"></p><p><br clear="none"></p></div>
+  <!-- /// Footer End -->
+</body>
+</html>