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

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 0141da7ee8 TOMEE-4023 Comparison pages with wrong specs per profile
     new ccf58fc59e Merge pull request #914 from sultan/fix9
0141da7ee8 is described below

commit 0141da7ee836cdc90722b6d8b328af243c98a17e
Author: Swell <[email protected]>
AuthorDate: Sun Jul 31 14:30:05 2022 +0200

    TOMEE-4023 Comparison pages with wrong specs per profile
---
 docs/comparison.adoc | 67 +++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 45 insertions(+), 22 deletions(-)

diff --git a/docs/comparison.adoc b/docs/comparison.adoc
index a042cc23b5..5f31e41902 100644
--- a/docs/comparison.adoc
+++ b/docs/comparison.adoc
@@ -5,6 +5,7 @@
 :jbake-status: published
 :icons: font
 :y: icon:check[role="green"]
+:n: icon:times[role="red"]
 
 == Differences between TomEE versions and/or flavors
 
@@ -19,10 +20,8 @@ xref:../../comparison.adoc[See main comparison page.]
 |https://jakarta.ee/specifications/annotations/2.0/[Jakarta Annotations^] 
2.0|{y}|{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/authentication/2.0/[Jakarta 
Authentication^] (JASPIC) 2.0|{y}|{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/debugging/2.0/[Jakarta Debugging Support 
for Other Languages^] 2.0|{y}|{y}|{y}|{y}|{y}
-|https://jakarta.ee/specifications/security/2.0/[Jakarta Security^] (Java EE 
Enterprise Security) 2.0|{y}|{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/servlet/5.0/[Jakarta Servlet^] 
5.0|{y}|{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/pages/3.0/[Jakarta Server Pages^] (JSP) 
3.0|{y}|{y}|{y}|{y}|{y}
-|https://jakarta.ee/specifications/tags/2.0/[Jakarta Standard Tag Library^] 
(JSTL) 2.0|{y}|{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/expression-language/4.0/[Jakarta Expression 
Language^] (EL) 4.0|{y}|{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/websocket/2.0/[Jakarta WebSocket^] 
2.0|{y}|{y}|{y}|{y}|{y}
 // WEB PROFILE
@@ -40,6 +39,8 @@ xref:../../comparison.adoc[See main comparison page.]
 |https://jakarta.ee/specifications/managedbeans/2.0/[Jakarta Managed Beans^] 
2.0||{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/persistence/3.0/[Jakarta Persistence^] 
(JPA) 3.0||{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/restful-ws/3.0/[Jakarta RESTful Web 
Services^] (JAX-RS) 3.0||{y}|{y}|{y}|{y}
+|https://jakarta.ee/specifications/security/2.0/[Jakarta Security^] 
(Enterprise Security) * 2.0||{y}|{y}|{y}|{y}
+|https://jakarta.ee/specifications/tags/2.0/[Jakarta Standard Tag Library^] 
(JSTL) * 2.0||{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/transactions/2.0/[Jakarta Transactions^] 
(JTA) 2.0||{y}|{y}|{y}|{y}
 |https://jakarta.ee/specifications/xml-binding/3.0/[Jakarta XML Binding^] 
(JAXB) 3.0||{y}|{y}|{y}|{y}
 // MICRO PROFILE
@@ -60,41 +61,63 @@ xref:../../comparison.adoc[See main comparison page.]
 |https://jakarta.ee/specifications/connectors/2.0/[Jakarta Connectors^] 
2.0||||{y}|{y}
 |https://jakarta.ee/specifications/enterprise-ws/2.0/[Jakarta Enterprise Web 
Services^] 2.0||||{y}|{y}
 |https://jakarta.ee/specifications/messaging/3.0/[Jakarta Messaging^] (JMS) 
3.0||||{y}|{y}
-|https://jakarta.ee/specifications/soap-attachments/2.0/[Jakarta SOAP with 
Attachments^] 2.0||||{y}|{y}
-|https://jakarta.ee/specifications/web-services-metadata/3.0/[Jakarta Web 
Services Metadata^] 3.0||||{y}|{y}
+|https://jakarta.ee/specifications/soap-attachments/2.0/[Jakarta SOAP with 
Attachments^] (SAAJ) 2.0||||{y}|{y}
+|https://jakarta.ee/specifications/web-services-metadata/3.0/[Jakarta Web 
Services Metadata^] (JWS) 3.0||||{y}|{y}
 |https://jakarta.ee/specifications/xml-web-services/3.0/[Jakarta XML Web 
Services^] (JAX-WS) 3.0||||{y}|{y}
 // IMPLEMENTATIONS
 |Jakarta Faces (JSF) implementation||MyFaces|MyFaces|MyFaces|*Mojarra*
 |Jakarta Persistence (JPA) implementation(s)||OpenJPA|OpenJPA|OpenJPA|OpenJPA, 
*EclipseLink*
 |===
 
-== [[implementations]] Implementations of Jakarta EE and MicroProfile features 
in TomEE
+* Please note that Tomcat does not ship with the jars for Standard Tag Library 
(JSTL) nor the jakarta.security.enterprise.* packages.
+
+== [[implementations]] Implementations of Jakarta EE and MicroProfile features 
in TomEE 9.x
 
 [options="header",cols="1,1"]
 |===
-|Specifications|Implementations included by TomEE
-|Jakarta Annotations, Servlet, Server Pages (JSP), +
-Jakarta Expression Language (EL), WebSocket, +
-Jakarta Authentication (JASPIC), Security, 
...|https://tomcat.apache.org/[Apache Tomcat^]
+|Specifications|Implementations included by TomEE 9.x
+|Jakarta Servlet, Server Pages (JSP), Expression Language (EL), +
+Jakarta Annotations, Authentication (JASPIC), WebSocket, ... |
+https://tomcat.apache.org/[Apache Tomcat^] 10.0.x
 
|Jakarta{nbsp}Standard{nbsp}Tag{nbsp}Library{nbsp}(JSTL)|https://tomcat.apache.org/taglibs.html[Apache
 Standard Taglib Implementation^]
-|Jakarta Faces (JSF)|https://myfaces.apache.org/[Apache MyFaces^] *(in all 
TomEE flavors except Plume)* +
-https://projects.eclipse.org/projects/ee4j.mojarra[Eclipse Mojarra^] *(in 
TomEE Plume only)*
-|Jakarta Bean Validation|https://bval.apache.org/[Apache BVal^] *(in TomEE 8.x 
and earlier)* +
-https://hibernate.org/validator/[Hibernate Validator^] *(in TomEE 9.x and 
later)*
-|Jakarta Contexts and Dependency Injection 
(CDI)|https://openwebbeans.apache.org/[Apache OpenWebBeans^]
+// 2.0.x
+|Jakarta Faces (JSF)|
+https://myfaces.apache.org/[Apache MyFaces^] *(shipped in all TomEE flavors 
except Plume)* +
+https://projects.eclipse.org/projects/ee4j.mojarra[Eclipse Mojarra^] *(shipped 
in TomEE Plume)*
+|Jakarta Contexts and Dependency Injection 
(CDI)|https://openwebbeans.apache.org/[Apache OpenWebBeans^] 2.x (with jakarta 
classifier)
 |Jakarta Enterprise Beans (EJB)|https://openejb.apache.org/[Apache OpenEJB^]
-|Jakarta Persistence (JPA)|https://openjpa.apache.org/[Apache OpenJPA^] (in 
all TomEE flavors) +
-https://www.eclipse.org/eclipselink/[EclipseLink^] *(in TomEE Plume only)*
 |Jakarta Transactions (JTA)|Apache{nbsp}Geronimo{nbsp}Transaction{nbsp}Manager
-|Jakarta Mail (JavaMail)|Apache Geronimo JavaMail
-|MicroProfile|Apache Geronimo MicroProfile *(in TomEE 7.1.x and 8.x)* +
-https://smallrye.io/[SmallRye MicroProfile^] *(in TomEE 9.x and later)*
+|Jakarta Persistence (JPA)|
+https://openjpa.apache.org/[Apache OpenJPA^] 3.2.x jakarta (shipped in all 
TomEE flavors) +
+https://www.eclipse.org/eclipselink/[EclipseLink^] 3.x *(shipped in TomEE 
Plume)*
+|Jakarta Bean Validation|
+https://bval.apache.org/[Apache BVal^]
+|Web Services|https://cxf.apache.org/[Apache CXF^] 3.5.x
 |Jakarta JSON Binding (JSON-B), +
-Jakarta JSON Processing (JSON-P)|https://johnzon.apache.org/[Apache Johnzon^]
-|Jakarta XML Binding 
(JAXB)|https://projects.eclipse.org/projects/ee4j.jaxb-impl[Eclipse 
Implementation of JAXB^]
-|Web Services|https://cxf.apache.org/[Apache CXF^]
+Jakarta JSON Processing (JSON-P)|
+https://johnzon.apache.org/[Apache Johnzon^] 1.2.x
+|Jakarta XML Binding 
(JAXB)|https://projects.eclipse.org/projects/ee4j.jaxb-impl[Eclipse 
Implementation of JAXB^] 3.0.x
+|Jakarta Mail (JavaMail)|Apache Geronimo JavaMail
+|MicroProfile|
+Apache Geronimo MicroProfile {n} *(ok with TomEE 7.1.x and 8.x)* +
+https://smallrye.io/[SmallRye MicroProfile^] {y} *(ok with TomEE 9.x and 
later)*
 |Jakarta Batch (JBatch)|https://geronimo.apache.org/batchee/[Apache BatchEE^]
 |Jakarta Messaging (JMS)|https://activemq.apache.org/[Apache ActiveMQ^]
 |===
 
 In bold : Implementations that differ between flavors or between versions
+
+== [[Compatibility]] Compatibility with other implementations
+
+[options="header",cols="1,1"]
+|===
+|Specifications|Implementations alternatives +
+//(see icons for compatibilities with TomEE 9.x)
+|Jakarta Persistence (JPA)|https://hibernate.org/orm/[Hibernate ORM^] {y} 
6.1.x +
+|Jakarta MVC|
+https://eclipse-ee4j.github.io/krazo/[Eclipse Krazo^] {y} 2.0.x +
+|Other containers (CDI, EJB, JTA, etc.) and frameworks|
+https://spring.io/[Spring^] {y} 6.0.x +
+|===
+
+* Please note that TomEE does not ship with the jars for Hibernate ORM, 
Jersey, Krazo, Spring.

Reply via email to