You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/10/20 11:11:47 UTC

[myfaces-tobago] branch master updated: demo: versions

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a941f8  demo: versions
9a941f8 is described below

commit 9a941f831a88b24bbc850382332921761b39aa05
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Oct 20 13:03:55 2021 +0200

    demo: versions
---
 .../000-intro/60-compatibility/Compatibility.xhtml | 38 ++++++++++++++++++----
 1 file changed, 31 insertions(+), 7 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/60-compatibility/Compatibility.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/60-compatibility/Compatibility.xhtml
index 2a75b55..7c1ea6f 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/60-compatibility/Compatibility.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/60-compatibility/Compatibility.xhtml
@@ -35,10 +35,11 @@
       <th>2.x</th>
       <th>3.x<tc:badge value="archived"/></th>
       <th>4.x</th>
-      <th>5.x<tc:badge value="in development"/></th>
+      <th>5.x</th>
+      <th>6.x<tc:badge value="in development"/></th>
     </tr>
     <tr>
-      <th colspan="7">Specifications</th>
+      <th colspan="8">Specifications</th>
     </tr>
     <tr>
       <td>Java</td>
@@ -48,6 +49,7 @@
       <td>1.8, 9, 10</td>
       <td>1.8, 9, 10, ...</td>
       <td>1.8, 9, 10, ...</td>
+      <td>11, ...</td>
     </tr>
     <tr>
       <td>JSF</td>
@@ -57,6 +59,7 @@
       <td>2.0, 2.1, 2.2</td>
       <td>2.0, 2.1, 2.2, 2.3</td>
       <td>2.3</td>
+      <td>3.0</td>
     </tr>
     <tr>
       <td>Facelets</td>
@@ -66,6 +69,7 @@
       <td><tc:badge value="int"/></td>
       <td><tc:badge value="int"/></td>
       <td><tc:badge value="int"/></td>
+      <td><tc:badge value="int"/></td>
     </tr>
     <tr>
       <td>Servlet</td>
@@ -76,6 +80,7 @@
       <td>3.0, 3.1</td>
       <td>3.0, 3.1, 4.0</td>
       <td>4.0</td>
+      <td>5.0</td>
     </tr>
     <tr>
       <td>JSP</td>
@@ -85,9 +90,10 @@
       <td>-</td>
       <td>-</td>
       <td>-</td>
+      <td>-</td>
     </tr>
     <tr>
-      <th colspan="7">Implementations</th>
+      <th colspan="8">Implementations</th>
     </tr>
     <tr>
       <td>MyFaces</td>
@@ -97,6 +103,7 @@
       <td>yes</td>
       <td>yes</td>
       <td>yes</td>
+      <td>yes</td>
     </tr>
     <tr>
       <td>Mojarra</td>
@@ -106,9 +113,10 @@
       <td>2.1 and higher</td>
       <td>2.1 and higher</td>
       <td>yes</td>
+      <td>yes</td>
     </tr>
     <tr>
-      <th colspan="7">Servers</th>
+      <th colspan="8">Servers</th>
     </tr>
     <tr>
       <td>Tomcat</td>
@@ -117,7 +125,8 @@
       <td>5.5<tc:badge value="facelets only"/>, 6, 7</td>
       <td>7, 8</td>
       <td>7, 8, 9</td>
-      <td>9, 10</td>
+      <td>9</td>
+      <td>10</td>
     </tr>
     <tr>
       <td>Jetty</td>
@@ -126,7 +135,8 @@
       <td>6, 7, 8</td>
       <td>8, 9</td>
       <td>8, 9</td>
-      <td>9.3, ...</td>
+      <td>9.3, 10</td>
+      <td>11</td>
     </tr>
     <tr>
       <td>WebLogic</td>
@@ -136,6 +146,7 @@
       <td>12c</td>
       <td>12c</td>
       <td>?</td>
+      <td>?</td>
     </tr>
     <tr>
       <td>WebSphere</td>
@@ -145,6 +156,7 @@
       <td>8, 8.5, 9</td>
       <td>8, 8.5, 9</td>
       <td>?</td>
+      <td>?</td>
     </tr>
     <tr>
       <td>Quarkus</td>
@@ -153,7 +165,8 @@
       <td></td>
       <td></td>
       <td></td>
-      <td>yes</td>
+      <td>?</td>
+      <td>?</td>
     </tr>
     <tr>
       <td>Other</td>
@@ -163,6 +176,7 @@
       <td><tc:badge value="other servers"/></td>
       <td><tc:badge value="other servers"/></td>
       <td><tc:badge value="other servers"/></td>
+      <td><tc:badge value="other servers"/></td>
     </tr>
     <tr>
       <th colspan="6">Browser</th>
@@ -175,6 +189,7 @@
       <td>10<tc:badge value="lim"/>, 11, ...</td>
       <td>10<tc:badge value="lim"/>, 11, ...</td>
       <td><tc:badge value="latest"/></td>
+      <td><tc:badge value="latest"/></td>
     </tr>
     <tr>
       <td>Firefox</td>
@@ -184,6 +199,7 @@
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
+      <td><tc:badge value="latest"/></td>
     </tr>
     <tr>
       <td>Safari</td>
@@ -193,6 +209,7 @@
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
+      <td><tc:badge value="latest"/></td>
     </tr>
     <tr>
       <td>Chrome</td>
@@ -202,6 +219,7 @@
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
+      <td><tc:badge value="latest"/></td>
     </tr>
     <tr>
       <td>Opera</td>
@@ -211,6 +229,7 @@
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
       <td><tc:badge value="latest"/></td>
+      <td><tc:badge value="latest"/></td>
     </tr>
     <tr>
       <td><tc:badge value="other browsers"/></td>
@@ -220,6 +239,7 @@
       <td><tc:badge value="other browsers"/></td>
       <td><tc:badge value="other browsers"/></td>
       <td>with ES6 support</td>
+      <td>with ES6 support</td>
     </tr>
     <tr>
       <th colspan="6">Frameworks</th>
@@ -232,6 +252,7 @@
       <td>yes</td>
       <td>yes</td>
       <td>yes</td>
+      <td>yes</td>
     </tr>
     <tr>
       <td>Codi</td>
@@ -241,6 +262,7 @@
       <td>yes</td>
       <td>yes</td>
       <td>yes</td>
+      <td>yes</td>
     </tr>
     <tr>
       <td>DeltaSpike</td>
@@ -250,6 +272,7 @@
       <td>yes</td>
       <td>yes</td>
       <td>n/a</td>
+      <td>n/a</td>
     </tr>
     <tr>
       <td>JSR-303 / BV</td>
@@ -259,6 +282,7 @@
       <td>yes</td>
       <td>yes</td>
       <td>yes</td>
+      <td>yes</td>
     </tr>
     </tbody>
   </table>