You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/05/03 06:23:29 UTC

[tomee-site-generator] 02/05: TOMEE-3846 improved comparison page

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit 26b441ce3ca5df86f0e759124ce61f95c6bb0529
Author: Swell <57...@users.noreply.github.com>
AuthorDate: Wed Apr 20 09:05:46 2022 +0200

    TOMEE-3846 improved comparison page
---
 src/main/jbake/content/comparison.adoc | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/main/jbake/content/comparison.adoc b/src/main/jbake/content/comparison.adoc
index 8e08a57..22349ab 100644
--- a/src/main/jbake/content/comparison.adoc
+++ b/src/main/jbake/content/comparison.adoc
@@ -12,14 +12,15 @@ Apache TomEE is an open source software implementation of the Jakarta EE (formal
 Different versions of Apache TomEE are available for different versions of the specifications. +
 The mapping between the specifications and the respective Apache TomEE versions is:
 
-[options="header",cols=""]
+[options="header",cols="5*1,2"]
 |===
-|TomEE version|Based on Tomcat|Java{nbsp}SE version|Micro{nbsp}Profile version|Jakarta{nbsp}EE version|Full list of specs versions
-//|10.x|10.1.x|11|TBA|10.0|xref:tomee-10.0/docs/comparison.adoc#specifications[specifications versions]
-| 9.x|10.0.x|11|5.0| 9.1|xref:tomee-9.0/docs/comparison.adoc#specifications[specifications versions]
-| 8.x| 9.0.x| 8|2.0| 8.0|xref:tomee-8.0/docs/comparison.adoc#specifications[specifications versions]
+|TomEE version|Based on Tomcat|Java{nbsp}SE version|Micro{nbsp}Profile version|Jakarta{nbsp}EE version|Full list of specs versions and implementations choices
+//|10.x|10.1.x|11|TBA|10.0|xref:tomee-10.0/docs/comparison.adoc#specifications[specifications versions] tomee-10.0/docs/comparison.adoc#implementations[implementations details]
+| 9.x|10.0.x|11|5.0| 9.1|xref:tomee-9.0/docs/comparison.adoc#specifications[specifications versions] xref:tomee-9.0/docs/comparison.adoc#implementations[implementations details]
+| 8.x| 9.0.x| 8|2.0| 8.0|xref:tomee-8.0/docs/comparison.adoc#specifications[specifications versions] xref:tomee-8.0/docs/comparison.adoc#implementations[implementations details]
 | 7.x| 8.5.x|7 or 8|1.4| 7.0|
-//xref:tomee-7.1/docs/comparison.adoc#specifications[specifications versions]
+specifications versions implementations details (WIP)
+//xref:tomee-7.1/docs/comparison.adoc#specifications[specifications versions] xref:tomee-7.1/docs/comparison.adoc#implementations[implementations details]
 |===
 
 Jakarta EE 9.x introduces breaking changes (relocation from javax.* to jakarta.* namespace). +
@@ -108,6 +109,10 @@ Jakarta SOAP Web Services (JAX-WS)||||{y}|{y}
 |Jakarta Persistence (JPA) implementation(s)||OpenJPA|OpenJPA|OpenJPA|OpenJPA, *EclipseLink*
 |===
 
+////
+
+// implementations table moved out to version-specific documentation
+
 == [[implementations]] Implementations of Jakarta EE and MicroProfile features in TomEE
 
 [options="header",cols="1,1"]
@@ -139,3 +144,5 @@ https://johnzon.apache.org/[Apache Johnzon^]
 |===
 
 In bold : Implementations that differ between flavors or between versions
+
+////