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/04/04 12:12:00 UTC

svn commit: r1079046 - in /websites/production/tapestry/content: cache/main.pageCache index.html indexv2-old.html indexv2.html news.html

Author: buildbot
Date: Mon Apr  4 12:11:59 2022
New Revision: 1079046

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/index.html
    websites/production/tapestry/content/indexv2-old.html
    websites/production/tapestry/content/indexv2.html
    websites/production/tapestry/content/news.html

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/tapestry/content/index.html
==============================================================================
--- websites/production/tapestry/content/index.html (original)
+++ websites/production/tapestry/content/index.html Mon Apr  4 12:11:59 2022
@@ -221,17 +221,17 @@
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
+                <a class="blogHeading" href="2022/04/04/tapestry-581-release.html">Tapestry 5.8.1 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 04, 2022</div>
             
         </div>
     
     <div class="wiki-content">
-        Hello, Tapestry community!Tapestry 5.8.0 has just been released. It's focused on a couple of new features:
-Support for writing REST endpoints. Read more about this on its documentation page: https://tapestry.apache.org/rest-support-580.html https://tapestry.apache.org/rest-support-580.html.
-Support for Servlet API 3.0+ asynchronous requests.
-Full release notes at&#160;https://tapestry.apache.org/release-notes-580.html https://tapestry.apache.org/release-notes-580.html.
-Tapestry 5.8.&#8230;
+        Hello, Tapestry community!
+We've just released Tapestry 5.8.1. It's mostly about getting Tapestry-IoC to support all Java language features introduced between Java 9 and 17 https://docs.oracle.com/en/java/javase/17/language/. &#160;It also includes some other bug fixes and small improvements.
+Tapestry 5.8.1 is a drop-in replacement and recommended upgrade for Tapestry 5.7.0+ projects.
+All the details are in the&#160;release notes.
+Happy coding!
     </div>
     
         
@@ -249,14 +249,17 @@ Tapestry 5.8.&#8230;
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2021/08/16/tapestry-573-released.html">Tapestry 5.7.3 released</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Aug 16, 2021</div>
+                <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
             
         </div>
     
     <div class="wiki-content">
-        Tapestry 5.7.3 is a new release focused on some improvements and new features. Main ones are:
-Upgrading Hibernate's version from&#160;5.1.1.Final&#160;to&#160;5.4.32.Final. This required some changes in tapestry-hibernate due to some non-backward-compatible changes between these 2 Hibernate versions. If your project doesn't work with this new Hibernate version, you should be able to use version 5.7.2 of tapestry-hibernate and tapestry-hibernate with 5.7.3 of everything else without issues.&#8230;
+        Hello, Tapestry community!Tapestry 5.8.0 has just been released. It's focused on a couple of new features:
+Support for writing REST endpoints. Read more about this on its documentation page: https://tapestry.apache.org/rest-support-580.html https://tapestry.apache.org/rest-support-580.html.
+Support for Servlet API 3.0+ asynchronous requests.
+Full release notes at&#160;https://tapestry.apache.org/release-notes-580.html https://tapestry.apache.org/release-notes-580.html.
+Tapestry 5.8.&#8230;
     </div>
     
         
@@ -274,13 +277,14 @@ Upgrading Hibernate's version from&#160;
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2021/04/14/tapestry-572-released.html">Tapestry 5.7.2 released</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 14, 2021</div>
+                <a class="blogHeading" href="2021/08/16/tapestry-573-released.html">Tapestry 5.7.3 released</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Aug 16, 2021</div>
             
         </div>
     
     <div class="wiki-content">
-        Tapestry 5.7.2 is a drop-in replacement and recommended upgrade for Tapestry 5.7 releases. To upgrade, just update the dependency in your build configuration (Maven POM, Gradle build script, etc.) &#8211; or&#160;Download https://cwiki.apache.org/confluence/display/TAPESTRY/Download&#160;the new JAR file -- and the new version will just work. However, please review the&#160;How to Upgrade https://cwiki.apache.org/confluence/display/TAPESTRY/How+to+Upgrade&#160;instructions before upgrading.&#8230;
+        Tapestry 5.7.3 is a new release focused on some improvements and new features. Main ones are:
+Upgrading Hibernate's version from&#160;5.1.1.Final&#160;to&#160;5.4.32.Final. This required some changes in tapestry-hibernate due to some non-backward-compatible changes between these 2 Hibernate versions. If your project doesn't work with this new Hibernate version, you should be able to use version 5.7.2 of tapestry-hibernate and tapestry-hibernate with 5.7.3 of everything else without issues.&#8230;
     </div>
     
         

Modified: websites/production/tapestry/content/indexv2-old.html
==============================================================================
--- websites/production/tapestry/content/indexv2-old.html (original)
+++ websites/production/tapestry/content/indexv2-old.html Mon Apr  4 12:11:59 2022
@@ -255,17 +255,17 @@
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
+                <a class="blogHeading" href="2022/04/04/tapestry-581-release.html">Tapestry 5.8.1 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 04, 2022</div>
             
         </div>
     
     <div class="wiki-content">
-        Hello, Tapestry community!Tapestry 5.8.0 has just been released. It's focused on a couple of new features:
-Support for writing REST endpoints. Read more about this on its documentation page: https://tapestry.apache.org/rest-support-580.html https://tapestry.apache.org/rest-support-580.html.
-Support for Servlet API 3.0+ asynchronous requests.
-Full release notes at&#160;https://tapestry.apache.org/release-notes-580.html https://tapestry.apache.org/release-notes-580.html.
-Tapestry 5.8.&#8230;
+        Hello, Tapestry community!
+We've just released Tapestry 5.8.1. It's mostly about getting Tapestry-IoC to support all Java language features introduced between Java 9 and 17 https://docs.oracle.com/en/java/javase/17/language/. &#160;It also includes some other bug fixes and small improvements.
+Tapestry 5.8.1 is a drop-in replacement and recommended upgrade for Tapestry 5.7.0+ projects.
+All the details are in the&#160;release notes.
+Happy coding!
     </div>
     
         
@@ -283,14 +283,17 @@ Tapestry 5.8.&#8230;
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2021/08/16/tapestry-573-released.html">Tapestry 5.7.3 released</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Aug 16, 2021</div>
+                <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
             
         </div>
     
     <div class="wiki-content">
-        Tapestry 5.7.3 is a new release focused on some improvements and new features. Main ones are:
-Upgrading Hibernate's version from&#160;5.1.1.Final&#160;to&#160;5.4.32.Final. This required some changes in tapestry-hibernate due to some non-backward-compatible changes between these 2 Hibernate versions. If your project doesn't work with this new Hibernate version, you should be able to use version 5.7.2 of tapestry-hibernate and tapestry-hibernate with 5.7.3 of everything else without issues.&#8230;
+        Hello, Tapestry community!Tapestry 5.8.0 has just been released. It's focused on a couple of new features:
+Support for writing REST endpoints. Read more about this on its documentation page: https://tapestry.apache.org/rest-support-580.html https://tapestry.apache.org/rest-support-580.html.
+Support for Servlet API 3.0+ asynchronous requests.
+Full release notes at&#160;https://tapestry.apache.org/release-notes-580.html https://tapestry.apache.org/release-notes-580.html.
+Tapestry 5.8.&#8230;
     </div>
     
         
@@ -308,13 +311,14 @@ Upgrading Hibernate's version from&#160;
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2021/04/14/tapestry-572-released.html">Tapestry 5.7.2 released</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 14, 2021</div>
+                <a class="blogHeading" href="2021/08/16/tapestry-573-released.html">Tapestry 5.7.3 released</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Aug 16, 2021</div>
             
         </div>
     
     <div class="wiki-content">
-        Tapestry 5.7.2 is a drop-in replacement and recommended upgrade for Tapestry 5.7 releases. To upgrade, just update the dependency in your build configuration (Maven POM, Gradle build script, etc.) &#8211; or&#160;Download https://cwiki.apache.org/confluence/display/TAPESTRY/Download&#160;the new JAR file -- and the new version will just work. However, please review the&#160;How to Upgrade https://cwiki.apache.org/confluence/display/TAPESTRY/How+to+Upgrade&#160;instructions before upgrading.&#8230;
+        Tapestry 5.7.3 is a new release focused on some improvements and new features. Main ones are:
+Upgrading Hibernate's version from&#160;5.1.1.Final&#160;to&#160;5.4.32.Final. This required some changes in tapestry-hibernate due to some non-backward-compatible changes between these 2 Hibernate versions. If your project doesn't work with this new Hibernate version, you should be able to use version 5.7.2 of tapestry-hibernate and tapestry-hibernate with 5.7.3 of everything else without issues.&#8230;
     </div>
     
         

Modified: websites/production/tapestry/content/indexv2.html
==============================================================================
--- websites/production/tapestry/content/indexv2.html (original)
+++ websites/production/tapestry/content/indexv2.html Mon Apr  4 12:11:59 2022
@@ -227,17 +227,17 @@ a.blogDate { color: #FFFFFF; }a.blogHead
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
+                <a class="blogHeading" href="2022/04/04/tapestry-581-release.html">Tapestry 5.8.1 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 04, 2022</div>
             
         </div>
     
     <div class="wiki-content">
-        Hello, Tapestry community!Tapestry 5.8.0 has just been released. It's focused on a couple of new features:
-Support for writing REST endpoints. Read more about this on its documentation page: https://tapestry.apache.org/rest-support-580.html https://tapestry.apache.org/rest-support-580.html.
-Support for Servlet API 3.0+ asynchronous requests.
-Full release notes at&#160;https://tapestry.apache.org/release-notes-580.html https://tapestry.apache.org/release-notes-580.html.
-Tapestry 5.8.&#8230;
+        Hello, Tapestry community!
+We've just released Tapestry 5.8.1. It's mostly about getting Tapestry-IoC to support all Java language features introduced between Java 9 and 17 https://docs.oracle.com/en/java/javase/17/language/. &#160;It also includes some other bug fixes and small improvements.
+Tapestry 5.8.1 is a drop-in replacement and recommended upgrade for Tapestry 5.7.0+ projects.
+All the details are in the&#160;release notes.
+Happy coding!
     </div>
     
         
@@ -255,14 +255,17 @@ Tapestry 5.8.&#8230;
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2021/08/16/tapestry-573-released.html">Tapestry 5.7.3 released</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Aug 16, 2021</div>
+                <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
             
         </div>
     
     <div class="wiki-content">
-        Tapestry 5.7.3 is a new release focused on some improvements and new features. Main ones are:
-Upgrading Hibernate's version from&#160;5.1.1.Final&#160;to&#160;5.4.32.Final. This required some changes in tapestry-hibernate due to some non-backward-compatible changes between these 2 Hibernate versions. If your project doesn't work with this new Hibernate version, you should be able to use version 5.7.2 of tapestry-hibernate and tapestry-hibernate with 5.7.3 of everything else without issues.&#8230;
+        Hello, Tapestry community!Tapestry 5.8.0 has just been released. It's focused on a couple of new features:
+Support for writing REST endpoints. Read more about this on its documentation page: https://tapestry.apache.org/rest-support-580.html https://tapestry.apache.org/rest-support-580.html.
+Support for Servlet API 3.0+ asynchronous requests.
+Full release notes at&#160;https://tapestry.apache.org/release-notes-580.html https://tapestry.apache.org/release-notes-580.html.
+Tapestry 5.8.&#8230;
     </div>
     
         
@@ -280,13 +283,14 @@ Upgrading Hibernate's version from&#160;
                  </span>
             </span>
             <span class="blogHeading">
-                <a class="blogHeading" href="2021/04/14/tapestry-572-released.html">Tapestry 5.7.2 released</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 14, 2021</div>
+                <a class="blogHeading" href="2021/08/16/tapestry-573-released.html">Tapestry 5.7.3 released</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Aug 16, 2021</div>
             
         </div>
     
     <div class="wiki-content">
-        Tapestry 5.7.2 is a drop-in replacement and recommended upgrade for Tapestry 5.7 releases. To upgrade, just update the dependency in your build configuration (Maven POM, Gradle build script, etc.) &#8211; or&#160;Download https://cwiki.apache.org/confluence/display/TAPESTRY/Download&#160;the new JAR file -- and the new version will just work. However, please review the&#160;How to Upgrade https://cwiki.apache.org/confluence/display/TAPESTRY/How+to+Upgrade&#160;instructions before upgrading.&#8230;
+        Tapestry 5.7.3 is a new release focused on some improvements and new features. Main ones are:
+Upgrading Hibernate's version from&#160;5.1.1.Final&#160;to&#160;5.4.32.Final. This required some changes in tapestry-hibernate due to some non-backward-compatible changes between these 2 Hibernate versions. If your project doesn't work with this new Hibernate version, you should be able to use version 5.7.2 of tapestry-hibernate and tapestry-hibernate with 5.7.3 of everything else without issues.&#8230;
     </div>
     
         

Modified: websites/production/tapestry/content/news.html
==============================================================================
--- websites/production/tapestry/content/news.html (original)
+++ websites/production/tapestry/content/news.html Mon Apr  4 12:11:59 2022
@@ -157,6 +157,34 @@
                  </span>
             </span>
             <span class="blogHeading">
+                <a class="blogHeading" href="2022/04/04/tapestry-581-release.html">Tapestry 5.8.1 release</a>
+                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Apr 04, 2022</div>
+            
+        </div>
+    
+    <div class="wiki-content">
+        Hello, Tapestry community!
+We've just released Tapestry 5.8.1. It's mostly about getting Tapestry-IoC to support all Java language features introduced between Java 9 and 17 https://docs.oracle.com/en/java/javase/17/language/. &#160;It also includes some other bug fixes and small improvements.
+Tapestry 5.8.1 is a drop-in replacement and recommended upgrade for Tapestry 5.7.0+ projects.
+All the details are in the&#160;release notes.
+Happy coding!
+    </div>
+    
+        
+    </div>
+    
+        
+<div class="blog-post-listing">
+            <div class="logo-heading-block">
+            <span class="logoBlock">
+                 <span class="aui-avatar aui-avatar-large">
+                     <span class="aui-avatar-inner">
+                         <a class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~thiagohp">
+              <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.svg" alt="User icon: thiagohp" title="thiagohp">
+           </a>                     </span>
+                 </span>
+            </span>
+            <span class="blogHeading">
                 <a class="blogHeading" href="2022/01/26/tapestry-580-release.html">Tapestry 5.8.0 release</a>
                 </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~thiagohp">Thiago Henrique De Paula Figueiredo</a> posted on Jan 26, 2022</div>
             
@@ -762,30 +790,6 @@ If you're using Maven (or Gradle or Ivy,
     </div>
     
         
-    </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                 <span class="aui-avatar aui-avatar-large">
-                     <span class="aui-avatar-inner">
-                         <a class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~hlship">
-              <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.svg" alt="User icon: hlship" title="hlship">
-           </a>                     </span>
-                 </span>
-            </span>
-            <span class="blogHeading">
-                <a class="blogHeading" href="2012/10/12/announcing-tapestry-536.html">Announcing Tapestry 5.3.6</a>
-                </span><div class="page-metadata not-personal">    <a class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~hlship">Howard Lewis Ship</a> posted on Oct 12, 2012</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        Apache Tapestry 5.3.6: improves security and stability.
-    </div>
-    
-        
     </div>
     </div></div>
             </div>