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

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


The following commit(s) were added to refs/heads/main by this push:
     new 24604d9  TOMEE-3981 update javadoc to reflect updates on Jakarta EE 
(#43)
24604d9 is described below

commit 24604d9dcb69360504a924aabe19de9494dd18fb
Author: Gwénaël Ruelland <[email protected]>
AuthorDate: Wed Sep 28 19:49:33 2022 +0200

    TOMEE-3981 update javadoc to reflect updates on Jakarta EE (#43)
    
    * TOMEE-3981 update javadoc to reflect updates on Jakarta EE
---
 .../org/apache/tomee/website/Configuration.java    | 171 ++++++++++++---------
 1 file changed, 101 insertions(+), 70 deletions(-)

diff --git a/src/main/java/org/apache/tomee/website/Configuration.java 
b/src/main/java/org/apache/tomee/website/Configuration.java
index 6ee0fcc..c83913c 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -30,81 +30,112 @@ public class Configuration {
     public static Source[] getSources() {
 
         final Source[] jakartaEE10 = {
-                new 
Source("https://github.com/eclipse-ee4j/common-annotations-api.git";, "2.1.0", 
"jakartaee-10.0-repos/common-annotations-api"),
-                new 
Source("https://github.com/eclipse-ee4j/concurrency-api.git";, "3.0.0", 
"jakartaee-10.0-repos/concurrency-api"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git";, 
"master", "jakartaee-10.0-repos/ejb-api"),
-                new 
Source("https://github.com/eclipse-ee4j/interceptor-api.git";, "2.1.0-RELEASE", 
"jakartaee-10.0-repos/interceptor-api"),
-                // new 
Source("https://github.com/eclipse-ee4j/jax-rpc-api.git";, "MISSING", 
"jakartaee-10.0-repos/jax-rpc-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git";, 
"4.0.0", "jakartaee-10.0-repos/jax-ws-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git";, 
"4.0.0", "jakartaee-10.0-repos/jaxb-api"),
-                // new Source("https://github.com/eclipse-ee4j/jaxr-api.git";, 
"MISSING", "jakartaee-10.0-repos/jaxr-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git";, 
"master", "jakartaee-10.0-repos/jaxrs-api"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git";, 
"2.1.0-RELEASE", "jakartaee-10.0-repos/jca-api"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git";, 
"3.1.0-RELEASE", "jakartaee-10.0-repos/jms-api"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git";, 
"3.1-3.1.0-RELEASE", "jakartaee-10.0-repos/jpa-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git";, 
"3.0.0", "jakartaee-10.0-repos/jsonb-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonp.git";, 
"2.1.0-RELEASE", "jakartaee-10.0-repos/jsonp"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git";, 
"3.1.0-RELEASE", "jakartaee-10.0-repos/jsp-api"),
+                new Source("https://github.com/eclipse-ee4j/jaf.git";, "2.1.0", 
"jakartaee-10.0-repos/activation-api"),
+                new 
Source("https://github.com/eclipse-ee4j/common-annotations-api.git";, "2.1.1", 
"jakartaee-10.0-repos/annotations-api"),
+                new Source("https://github.com/jakartaee/authentication.git";, 
"3.0.0-RELEASE", "jakartaee-10.0-repos/authentication-api"),
+                new Source("https://github.com/jakartaee/authorization.git";, 
"2.1.0-RELEASE", "jakartaee-10.0-repos/authorization-api"),
+                new Source("https://github.com/eclipse-ee4j/batch-api.git";, 
"2.1.1", "jakartaee-10.0-repos/batch-api"),
+                new Source("https://github.com/jakartaee/cdi.git";, "4.0.1", 
"jakartaee-10.0-repos/cdi-api"),
+                new Source("https://github.com/jakartaee/concurrency.git";, 
"3.0.2", "jakartaee-10.0-repos/concurrency-api"),
+                new Source("https://github.com/eclipse-ee4j/jca-api.git";, 
"2.1.0-RELEASE", "jakartaee-10.0-repos/connectors-api"),
+                new 
Source("https://github.com/jakartaee/enterprise-beans.git";, "4.0.1-RELEASE", 
"jakartaee-9.1-repos/enterprise-beans-api"),
+                new 
Source("https://github.com/jakartaee/expression-language.git";, 
"5.0.1-RELEASE-api", "jakartaee-10.0-repos/expression-language-api"),
+                // new Source("https://github.com/jakartaee/faces.git";, 
"4.0.1-RELEASE", "jakartaee-10.0-repos/faces-api"), // NO JAVA SOURCE, ONLY DOC.
+                new Source("https://github.com/eclipse-ee4j/mojarra.git";, 
"4.0.0-RELEASE", "jakartaee-10.0-repos/faces-impl"), // TAKE API FROM MOJARRA 
IMPL.
+                new 
Source("https://github.com/eclipse-ee4j/injection-api.git";, "2.0.1", 
"jakartaee-9.1-repos/injection-api"),
+                new Source("https://github.com/jakartaee/interceptors.git";, 
"2.1.0-RELEASE", "jakartaee-10.0-repos/interceptors-api"),
+                new Source("https://github.com/eclipse-ee4j/jsonb-api.git";, 
"3.0.0", "jakartaee-10.0-repos/json-binding-api"),
+                new Source("https://github.com/eclipse-ee4j/jsonp.git";, 
"2.1.1-RELEASE", "jakartaee-10.0-repos/json-processing-api"),
+                new Source("https://github.com/eclipse-ee4j/mail.git";, 
"2.1.0", "jakartaee-10.0-repos/mail-api"),
+                new Source("https://github.com/jakartaee/messaging.git";, 
"3.1.0-RELEASE", "jakartaee-10.0-repos/messaging-api"),
+                // new Source("https://github.com/eclipse-ee4j/mvc-api.git";, 
"2.0.1", "jakartaee-9.1-repos/mvc-api"), // NOT PART OF JAKARTA EE RELEASE
+                new Source("https://github.com/jakartaee/pages.git";, 
"3.1.0-RELEASE", "jakartaee-10.0-repos/server-pages-api"),
+                new Source("https://github.com/eclipse-ee4j/jpa-api.git";, 
"3.1-3.1.0-RELEASE", "jakartaee-10.0-repos/persistence-api"),
+                new Source("https://github.com/jakartaee/rest.git";, "3.1.0", 
"jakartaee-10.0-repos/rest-api"),
+                new Source("https://github.com/jakartaee/security.git";, 
"3.0.0-RELEASE", "jakartaee-10.0-repos/security-api"),
+                new Source("https://github.com/jakartaee/servlet.git";, 
"6.0.0-RELEASE", "jakartaee-10.0-repos/servlet-api"),
                 new Source("https://github.com/eclipse-ee4j/jstl-api.git";, 
"3.0.0-RELEASE", "jakartaee-10.0-repos/jstl-api"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git";, 
"master", "jakartaee-10.0-repos/jta-api"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git";, 
"master", "jakartaee-10.0-repos/jws-api"),
-                // new 
Source("https://github.com/eclipse-ee4j/management-api.git";, "MISSING", 
"jakartaee-10.0-repos/management-api"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git";, 
"3.0.0", "jakartaee-10.0-repos/saaj-api"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git";, 
"3.0.0-RELEASE", "jakartaee-10.0-repos/security-api"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git";, 
"6.0.0-RELEASE", "jakartaee-10.0-repos/servlet-api"),
-                new 
Source("https://github.com/eclipse-ee4j/websocket-api.git";, "2.1.0-RELEASE", 
"jakartaee-10.0-repos/websocket-api"),
+                new Source("https://github.com/jakartaee/transactions.git";, 
"2.0.1", "jakartaee-9.1-repos/transactions-api"),
+                new Source("https://github.com/jakartaee/validation.git";, 
"3.0.2", "jakartaee-9.1-repos/validation-api"),
+                new Source("https://github.com/jakartaee/websocket.git";, 
"2.1.0-RELEASE", "jakartaee-10.0-repos/websocket-api"),
+                new Source("https://github.com/eclipse-ee4j/jaxb-api.git";, 
"4.0.0", "jakartaee-10.0-repos/xml-binding-api"),
+                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git";, 
"4.0.0", "jakartaee-10.0-repos/xml-web-services-api"),
+                // new Source("https://github.com/eclipse-ee4j/jws-api.git";, 
"3.0.0", "jakartaee-9.1-repos/xml-ws-annotations-api"), // NOW PART OF JAX-WS 
API
+                new Source("https://github.com/eclipse-ee4j/saaj-api.git";, 
"3.0.0", "jakartaee-10.0-repos/xml-soap-ws-api"),
         };
 
         final Source[] jakartaEE9 = {
-                new 
Source("https://github.com/eclipse-ee4j/common-annotations-api.git";, "2.0.0", 
"jakartaee-9.1-repos/common-annotations-api"),
-                new 
Source("https://github.com/eclipse-ee4j/concurrency-api.git";, "2.0.0", 
"jakartaee-9.1-repos/concurrency-api"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git";, 
"4.0.0-RELEASE", "jakartaee-9.1-repos/ejb-api"),
-                new 
Source("https://github.com/eclipse-ee4j/interceptor-api.git";, "2.0.1-RELEASE", 
"jakartaee-9.1-repos/interceptor-api"),
-                // new 
Source("https://github.com/eclipse-ee4j/jax-rpc-api.git";, "MISSING", 
"jakartaee-9.1-repos/jax-rpc-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git";, 
"3.0.1", "jakartaee-9.1-repos/jax-ws-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git";, 
"3.0.1", "jakartaee-9.1-repos/jaxb-api"),
-                // new Source("https://github.com/eclipse-ee4j/jaxr-api.git";, 
"MISSING", "jakartaee-9.1-repos/jaxr-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git";, 
"3.0.0", "jakartaee-9.1-repos/jaxrs-api"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git";, 
"2.0.0", "jakartaee-9.1-repos/jca-api"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git";, 
"3.0.0-RELEASE", "jakartaee-9.1-repos/jms-api"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git";, 
"3.0-3.0.0-RELEASE", "jakartaee-9.1-repos/jpa-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/jsonb-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonp.git";, 
"2.0.1-RELEASE", "jakartaee-9.1-repos/jsonp"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git";, 
"3.0.0-RELEASE", "jakartaee-9.1-repos/jsp-api"),
+                new Source("https://github.com/eclipse-ee4j/jaf.git";, "2.0.1", 
"jakartaee-9.1-repos/activation-api"),
+                new 
Source("https://github.com/eclipse-ee4j/common-annotations-api.git";, "2.0.0", 
"jakartaee-9.1-repos/annotations-api"),
+                new Source("https://github.com/jakartaee/authentication.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/authentication-api"),
+                new Source("https://github.com/jakartaee/authorization.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/authorization-api"),
+                new Source("https://github.com/eclipse-ee4j/batch-api.git";, 
"2.0.0", "jakartaee-9.1-repos/batch-api"),
+                new Source("https://github.com/jakartaee/cdi.git";, "3.0.0", 
"jakartaee-9.1-repos/cdi-api"), // UNABLE TO FIND WHERE IS CDI 3.0.1
+                new Source("https://github.com/jakartaee/concurrency.git";, 
"2.0.0", "jakartaee-9.1-repos/concurrency-api"),
+                new Source("https://github.com/eclipse-ee4j/jca-api.git";, 
"2.0.0", "jakartaee-9.1-repos/connectors-api"),
+                new 
Source("https://github.com/jakartaee/enterprise-beans.git";, "4.0.1-RELEASE", 
"jakartaee-9.1-repos/enterprise-beans-api"),
+                new 
Source("https://github.com/jakartaee/expression-language.git";, "4.0.0-RELEASE", 
"jakartaee-9.1-repos/expression-language-api"),
+                // new Source("https://github.com/jakartaee/faces.git";, 
"3.0.0-RELEASE", "jakartaee-9.1-repos/faces-api"), // NO JAVA SOURCE, ONLY DOC.
+                new Source("https://github.com/eclipse-ee4j/mojarra";, 
"3.0.2-RELEASE", "jakartaee-9.1-repos/faces-impl"), // TAKE API FROM MOJARRA 
IMPL.
+                new 
Source("https://github.com/eclipse-ee4j/injection-api.git";, "2.0.1", 
"jakartaee-9.1-repos/injection-api"),
+                new Source("https://github.com/jakartaee/interceptors.git";, 
"2.0.1-RELEASE", "jakartaee-9.1-repos/interceptors-api"),
+                new Source("https://github.com/eclipse-ee4j/jsonb-api.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/json-binding-api"),
+                new Source("https://github.com/eclipse-ee4j/jsonp.git";, 
"2.0.2-RELEASE", "jakartaee-9.1-repos/json-processing-api"),
+                new Source("https://github.com/eclipse-ee4j/mail.git";, 
"2.0.1", "jakartaee-9.1-repos/mail-api"),
+                new Source("https://github.com/jakartaee/messaging.git";, 
"3.0.0-RELEASE", "jakartaee-9.1-repos/messaging-api"),
+                // new Source("https://github.com/eclipse-ee4j/mvc-api.git";, 
"2.0.1", "jakartaee-9.1-repos/mvc-api"), // NOT PART OF JAKARTA EE RELEASE
+                new Source("https://github.com/jakartaee/pages.git";, 
"3.0.0-RELEASE", "jakartaee-9.1-repos/server-pages-api"),
+                new Source("https://github.com/eclipse-ee4j/jpa-api.git";, 
"3.0-3.0.0-RELEASE", "jakartaee-9.1-repos/persistence-api"),
+                new Source("https://github.com/jakartaee/rest.git";, "3.0.0", 
"jakartaee-9.1-repos/rest-api"),
+                new Source("https://github.com/jakartaee/security.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/security-api"),
+                new Source("https://github.com/jakartaee/servlet.git";, 
"5.0.0-RELEASE", "jakartaee-9.1-repos/servlet-api"),
                 new Source("https://github.com/eclipse-ee4j/jstl-api.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/jstl-api"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git";, 
"2.0.1-staging", "jakartaee-9.1-repos/jta-api"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git";, 
"3.0.0", "jakartaee-9.1-repos/jws-api"),
-                // new 
Source("https://github.com/eclipse-ee4j/management-api.git";, "MISSING", 
"jakartaee-9.1-repos/management-api"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git";, 
"2.0.1", "jakartaee-9.1-repos/saaj-api"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/security-api"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git";, 
"5.0.0-RELEASE", "jakartaee-9.1-repos/servlet-api"),
-                new 
Source("https://github.com/eclipse-ee4j/websocket-api.git";, "2.0.0-RELEASE", 
"jakartaee-9.1-repos/websocket-api"),
+                new Source("https://github.com/jakartaee/transactions.git";, 
"2.0.1", "jakartaee-9.1-repos/transactions-api"),
+                new Source("https://github.com/jakartaee/validation.git";, 
"3.0.2", "jakartaee-9.1-repos/validation-api"),
+                new Source("https://github.com/jakartaee/websocket.git";, 
"2.0.0-RELEASE", "jakartaee-9.1-repos/websocket-api"),
+                new Source("https://github.com/eclipse-ee4j/jaxb-api.git";, 
"3.0.1", "jakartaee-9.1-repos/xml-binding-api"),
+                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git";, 
"3.0.1", "jakartaee-9.1-repos/xml-web-services-api"),
+                new Source("https://github.com/eclipse-ee4j/jws-api.git";, 
"3.0.0", "jakartaee-9.1-repos/xml-ws-annotations-api"),
+                new Source("https://github.com/eclipse-ee4j/saaj-api.git";, 
"2.0.1", "jakartaee-9.1-repos/xml-soap-ws-api"),
         };
 
         final Source[] jakartaEE8 = {
-                new 
Source("https://github.com/eclipse-ee4j/common-annotations-api.git";, "1.3.5", 
"jakartaee-8.0-repos/common-annotations-api"),
-                new 
Source("https://github.com/eclipse-ee4j/concurrency-api.git";, "1.1.2", 
"jakartaee-8.0-repos/concurrency-api"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git";, 
"3.2.6-RELEASE ", "jakartaee-8.0-repos/ejb-api"),
-                new 
Source("https://github.com/eclipse-ee4j/interceptor-api.git";, "1.2.5-RELEASE", 
"jakartaee-8.0-repos/interceptor-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git";, 
"1.1.4", "jakartaee-8.0-repos/jax-rpc-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git";, 
"2.3.3", "jakartaee-8.0-repos/jax-ws-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git";, 
"2.3.3", "jakartaee-8.0-repos/jaxb-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxr-api.git";, 
"1.0.10", "jakartaee-8.0-repos/jaxr-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git";, 
"2.1.6", "jakartaee-8.0-repos/jaxrs-api"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git";, 
"1.7.4", "jakartaee-8.0-repos/jca-api"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git";, 
"2.0.3-RELEASE", "jakartaee-8.0-repos/jms-api"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git";, 
"2.2-2.2.3-RELEASE", "jakartaee-8.0-repos/jpa-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git";, 
"1.0-1.0.2-RELEASE", "jakartaee-8.0-repos/jsonb-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonp.git";, 
"1.1-1.1.6-RELEASE", "jakartaee-8.0-repos/jsonp"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git";, 
"2.3.6-RELEASE", "jakartaee-8.0-repos/jsp-api"),
-                new Source("https://github.com/eclipse-ee4j/jstl-api.git";, 
"1.2.7-RELEASE", "jakartaee-8.0-repos/jstl-api"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git";, 
"1.3.3", "jakartaee-8.0-repos/jta-api"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git";, 
"2.1.0", "jakartaee-8.0-repos/jws-api"),
+                new Source("https://github.com/eclipse-ee4j/jaf.git";, "1.2.2", 
"jakartaee-8.0-repos/activation-api"),
+                new 
Source("https://github.com/eclipse-ee4j/common-annotations-api.git";, "1.3.5", 
"jakartaee-8.0-repos/annotations-api"),
+                new Source("https://github.com/jakartaee/authentication.git";, 
"1.1.3-RELEASE", "jakartaee-8.0-repos/authentication-api"),
+                new Source("https://github.com/jakartaee/authorization.git";, 
"1.5.0-RELEASE", "jakartaee-8.0-repos/authorization-api"),
+                new Source("https://github.com/eclipse-ee4j/batch-api.git";, 
"jakartabatch-1021", "jakartaee-8.0-repos/batch-api"),
+                new Source("https://github.com/jakartaee/cdi.git";, "2.0.2", 
"jakartaee-8.0-repos/cdi-api"),
+                new Source("https://github.com/jakartaee/concurrency.git";, 
"1.1.2", "jakartaee-8.0-repos/concurrency-api"),
+                new Source("https://github.com/eclipse-ee4j/jca-api.git";, 
"1.7.4", "jakartaee-8.0-repos/connectors-api"),
+                new 
Source("https://github.com/eclipse-ee4j/enterprise-deployment.git";, "1.7.3", 
"jakartaee-8.0-repos/deployment-api"),
+                new 
Source("https://github.com/jakartaee/enterprise-beans.git";, "3.2.6-RELEASE", 
"jakartaee-8.0-repos/enterprise-beans-api"),
+                new 
Source("https://github.com/jakartaee/expression-language.git";, "3.0.3-RELEASE", 
"jakartaee-8.0-repos/expression-language-api"),
+                // new Source("https://github.com/jakartaee/faces.git";, 
"2.3.2-RELEASE", "jakartaee-8.0-repos/faces-api"), // NO JAVA SOURCE, ONLY DOC.
+                new Source("https://github.com/eclipse-ee4j/mojarra.git";, 
"2.3.17-RELEASE", "jakartaee-8.0-repos/faces-impl"), // TAKE API FROM MOJARRA 
IMPL.
+                new 
Source("https://github.com/eclipse-ee4j/injection-api.git";, "1.0.5", 
"jakartaee-8.0-repos/injection-api"),
+                new Source("https://github.com/jakartaee/interceptors.git";, 
"1.2.5-RELEASE", "jakartaee-8.0-repos/interceptors-api"),
+                new Source("https://github.com/eclipse-ee4j/jsonb-api.git";, 
"1.0-1.0.2-RELEASE", "jakartaee-8.0-repos/json-binding-api"),
+                new Source("https://github.com/eclipse-ee4j/jsonp.git";, 
"1.1-1.1.6-RELEASE", "jakartaee-8.0-repos/json-processing-api"),
+                new Source("https://github.com/eclipse-ee4j/mail.git";, 
"1.6.7", "jakartaee-8.0-repos/mail-api"),
                 new 
Source("https://github.com/eclipse-ee4j/management-api.git";, "1.1.4", 
"jakartaee-8.0-repos/management-api"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git";, 
"1.4.2", "jakartaee-8.0-repos/saaj-api"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git";, 
"1.0.2-RELEASE", "jakartaee-8.0-repos/security-api"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git";, 
"4.0.4-RELEASE", "jakartaee-8.0-repos/servlet-api"),
-                new 
Source("https://github.com/eclipse-ee4j/websocket-api.git";, "1.1.2-RELEASE", 
"jakartaee-8.0-repos/websocket-api"),
+                new Source("https://github.com/jakartaee/messaging.git";, 
"2.0.3-RELEASE", "jakartaee-8.0-repos/messaging-api"),
+                // new Source("https://github.com/eclipse-ee4j/mvc-api.git";, 
"1.1.0-RELEASE", "jakartaee-8.0-repos/mvc-api"), // NOT PART OF JAKARTA EE 
RELEASE
+                new Source("https://github.com/jakartaee/pages.git";, 
"2.3.6-RELEASE", "jakartaee-8.0-repos/server-pages-api"),
+                new Source("https://github.com/eclipse-ee4j/jpa-api.git";, 
"2.2-2.2.3-RELEASE", "jakartaee-8.0-repos/persistence-api"),
+                new Source("https://github.com/jakartaee/rest.git";, "2.1.6", 
"jakartaee-8.0-repos/rest-api"),
+                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git";, 
"1.1.4", "jakartaee-8.0-repos/rpc-api"),
+                new Source("https://github.com/jakartaee/security.git";, 
"1.0.2-RELEASE", "jakartaee-8.0-repos/security-api"),
+                new Source("https://github.com/jakartaee/servlet.git";, 
"4.0.4-RELEASE", "jakartaee-8.0-repos/servlet-api"),
+                new Source("https://github.com/eclipse-ee4j/jstl-api.git";, 
"1.2.7-RELEASE", "jakartaee-8.0-repos/jstl-api"),
+                new Source("https://github.com/jakartaee/transactions.git";, 
"1.3.3", "jakartaee-8.0-repos/transactions-api"),
+                new Source("https://github.com/jakartaee/validation.git";, 
"2.0.2", "jakartaee-8.0-repos/validation-api"),
+                new Source("https://github.com/jakartaee/websocket.git";, 
"1.1.2-RELEASE", "jakartaee-8.0-repos/websocket-api"),
+                new Source("https://github.com/eclipse-ee4j/jaxb-api.git";, 
"2.3.3", "jakartaee-8.0-repos/xml-binding-api"),
+                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git";, 
"2.3.3", "jakartaee-8.0-repos/xml-web-services-api"),
+                new Source("https://github.com/eclipse-ee4j/jws-api.git";, 
"2.1.0", "jakartaee-8.0-repos/xml-ws-annotations-api"),
+                new Source("https://github.com/eclipse-ee4j/saaj-api.git";, 
"1.4.2", "jakartaee-8.0-repos/xml-soap-ws-api"),
+                new Source("https://github.com/eclipse-ee4j/jaxr-api.git";, 
"1.0.10", "jakartaee-8.0-repos/xml-registries-api"),
         };
 
         final Source[] microProfile6 = new Source[]{
@@ -119,8 +150,8 @@ public class Configuration {
         };
 
         final Source[] microProfile5 = new Source[]{
-                new 
Source("https://github.com/eclipse/microprofile-config.git";, "3.0.1", 
"microprofile-5.0-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new 
Source("https://github.com/eclipse/microprofile-fault-tolerance";, "4.0", 
"microprofile-5.0-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*",
 ""),
+                new 
Source("https://github.com/eclipse/microprofile-config.git";, "3.0.2", 
"microprofile-5.0-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new 
Source("https://github.com/eclipse/microprofile-fault-tolerance";, "4.0.1", 
"microprofile-5.0-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*",
 ""),
                 new Source("https://github.com/eclipse/microprofile-health";, 
"4.0", 
"microprofile-5.0-repos/health").filterJavadoc(".*/api/src/main/java/.*", ""),
                 new 
Source("https://github.com/eclipse/microprofile-jwt-auth.git";, "2.0", 
"microprofile-5.0-repos/jwt").filterJavadoc(".*/api/src/main/java/.*", ""),
                 new Source("https://github.com/eclipse/microprofile-metrics";, 
"4.0.1", 
"microprofile-5.0-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
@@ -165,12 +196,12 @@ public class Configuration {
                 new Source("https://github.com/apache/tomee.git";, 
"tomee-7.1.x", "tomee-7.1", false).javadoc("^org.apache.(openejb|tomee).*"),
                 new Source("https://github.com/apache/tomee.git";, 
"tomee-7.0.x", "tomee-7.0", false).javadoc("^org.apache.(openejb|tomee).*"),
                 // JAKARTA EE
-                new 
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git";, "v10.0", 
"jakartaee-10.0").label("milestone").related(jakartaEE10).javadoc("^jakarta.*"),
+                new 
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git";, "v10.0", 
"jakartaee-10.0").related(jakartaEE10).javadoc("^jakarta.*"),
                 new 
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git";, "v9.1", 
"jakartaee-9.1").related(jakartaEE9).javadoc("^jakarta.*"),
                 new 
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git";, "v8", 
"jakartaee-8.0").related(jakartaEE8).javadoc("^javax.*"),
                 // JAVA EE : no git source for v7 or less, javadoc is at 
https://docs.oracle.com/javaee/7/api/
                 // MICRO PROFILE
-                new Source("https://github.com/eclipse/microprofile.git";, 
"6.0", 
"microprofile-6.0").related(microProfile6).label("milestone").javadoc("^org.eclipse.microprofile.*"),
+//                new Source("https://github.com/eclipse/microprofile.git";, 
"6.0", 
"microprofile-6.0").related(microProfile6).label("milestone").javadoc("^org.eclipse.microprofile.*"),
                 new Source("https://github.com/eclipse/microprofile.git";, 
"5.0", 
"microprofile-5.0").related(microProfile5).javadoc("^org.eclipse.microprofile.*"),
                 new Source("https://github.com/eclipse/microprofile.git";, 
"4.1", 
"microprofile-4.1").related(microProfile4).javadoc("^org.eclipse.microprofile.*"),
                 new Source("https://github.com/eclipse/microprofile.git";, 
"2.0", 
"microprofile-2.0").related(microProfile2).javadoc("^org.eclipse.microprofile.*"),

Reply via email to