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/04/22 11:22:54 UTC

[tomee-site-generator] 02/03: TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1

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 021b501793154ec0b3fbe5160949cdb287ec846f
Author: Swell <57...@users.noreply.github.com>
AuthorDate: Wed Apr 20 16:08:18 2022 +0200

    TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1
---
 .../org/apache/tomee/website/Configuration.java    | 182 +++++++++++----------
 1 file changed, 93 insertions(+), 89 deletions(-)

diff --git a/src/main/java/org/apache/tomee/website/Configuration.java b/src/main/java/org/apache/tomee/website/Configuration.java
index 6459b49..6ee0fcc 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -29,91 +29,94 @@ package org.apache.tomee.website;
 public class Configuration {
     public static Source[] getSources() {
 
-//        final Source[] jakartaEE10 = {
-//                new Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "master", "jakartaee-10.0-repos/common-annotations-api"),
-//                new Source("https://github.com/eclipse-ee4j/concurrency-api.git", "master", "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", "master", "jakartaee-10.0-repos/interceptor-api"),
-//                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git", "master", "jakartaee-10.0-repos/jax-rpc-api"),
-//                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git", "master", "jakartaee-10.0-repos/jax-ws-api"),
-//                new Source("https://github.com/eclipse-ee4j/jaxb-api.git", "master", "jakartaee-10.0-repos/jaxb-api"),
-//                new Source("https://github.com/eclipse-ee4j/jaxr-api.git", "master", "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", "master", "jakartaee-10.0-repos/jca-api"),
-//                new Source("https://github.com/eclipse-ee4j/jms-api.git", "master", "jakartaee-10.0-repos/jms-api"),
-//                new Source("https://github.com/eclipse-ee4j/jpa-api.git", "master", "jakartaee-10.0-repos/jpa-api"),
-//                new Source("https://github.com/eclipse-ee4j/jsonb-api.git", "master", "jakartaee-10.0-repos/jsonb-api"),
-//                new Source("https://github.com/eclipse-ee4j/jsp-api.git", "master", "jakartaee-10.0-repos/jsp-api"),
-//                new Source("https://github.com/eclipse-ee4j/jstl-api.git", "master", "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", "master", "jakartaee-10.0-repos/management-api"),
-//                new Source("https://github.com/eclipse-ee4j/saaj-api.git", "master", "jakartaee-10.0-repos/saaj-api"),
-//                new Source("https://github.com/eclipse-ee4j/security-api.git", "master", "jakartaee-10.0-repos/security-api"),
-//                new Source("https://github.com/eclipse-ee4j/servlet-api.git", "master", "jakartaee-10.0-repos/servlet-api"),
-//                new Source("https://github.com/eclipse-ee4j/websocket-api.git", "master", "jakartaee-10.0-repos/websocket-api"),
-//        };
+        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/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"),
+        };
 
         final Source[] jakartaEE9 = {
-                new Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "master", "jakartaee-9.1-repos/common-annotations-api"),
-                new Source("https://github.com/eclipse-ee4j/concurrency-api.git", "master", "jakartaee-9.1-repos/concurrency-api"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git", "master", "jakartaee-9.1-repos/ejb-api"),
-                new Source("https://github.com/eclipse-ee4j/interceptor-api.git", "master", "jakartaee-9.1-repos/interceptor-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git", "master", "jakartaee-9.1-repos/jax-rpc-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git", "master", "jakartaee-9.1-repos/jax-ws-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git", "master", "jakartaee-9.1-repos/jaxb-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxr-api.git", "master", "jakartaee-9.1-repos/jaxr-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git", "master", "jakartaee-9.1-repos/jaxrs-api"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git", "master", "jakartaee-9.1-repos/jca-api"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git", "master", "jakartaee-9.1-repos/jms-api"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git", "master", "jakartaee-9.1-repos/jpa-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git", "master", "jakartaee-9.1-repos/jsonb-api"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git", "master", "jakartaee-9.1-repos/jsp-api"),
-                new Source("https://github.com/eclipse-ee4j/jstl-api.git", "master", "jakartaee-9.1-repos/jstl-api"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git", "master", "jakartaee-9.1-repos/jta-api"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git", "master", "jakartaee-9.1-repos/jws-api"),
-                new Source("https://github.com/eclipse-ee4j/management-api.git", "master", "jakartaee-9.1-repos/management-api"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git", "master", "jakartaee-9.1-repos/saaj-api"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git", "master", "jakartaee-9.1-repos/security-api"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git", "master", "jakartaee-9.1-repos/servlet-api"),
-                new Source("https://github.com/eclipse-ee4j/websocket-api.git", "master", "jakartaee-9.1-repos/websocket-api"),
+                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/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"),
         };
 
         final Source[] jakartaEE8 = {
-                new Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "EE4J_8", "jakartaee-8.0-repos/common-annotations-api"),
-                new Source("https://github.com/eclipse-ee4j/concurrency-api.git", "EE4J_8", "jakartaee-8.0-repos/concurrency-api"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git", "EE4J_8", "jakartaee-8.0-repos/ejb-api"),
-                new Source("https://github.com/eclipse-ee4j/interceptor-api.git", "EE4J_8", "jakartaee-8.0-repos/interceptor-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git", "EE4J_8", "jakartaee-8.0-repos/jax-rpc-api"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git", "EE4J_8", "jakartaee-8.0-repos/jax-ws-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git", "EE4J_8", "jakartaee-8.0-repos/jaxb-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxr-api.git", "EE4J_8", "jakartaee-8.0-repos/jaxr-api"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git", "EE4J_8", "jakartaee-8.0-repos/jaxrs-api"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git", "EE4J_8", "jakartaee-8.0-repos/jca-api"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git", "EE4J_8", "jakartaee-8.0-repos/jms-api"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git", "EE4J_8", "jakartaee-8.0-repos/jpa-api"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git", "EE4J_8", "jakartaee-8.0-repos/jsonb-api"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git", "EE4J_8", "jakartaee-8.0-repos/jsp-api"),
-                new Source("https://github.com/eclipse-ee4j/jstl-api.git", "EE4J_8", "jakartaee-8.0-repos/jstl-api"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git", "EE4J_8", "jakartaee-8.0-repos/jta-api"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git", "EE4J_8", "jakartaee-8.0-repos/jws-api"),
-                new Source("https://github.com/eclipse-ee4j/management-api.git", "EE4J_8", "jakartaee-8.0-repos/management-api"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git", "EE4J_8", "jakartaee-8.0-repos/saaj-api"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git", "EE4J_8", "jakartaee-8.0-repos/security-api"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git", "EE4J_8", "jakartaee-8.0-repos/servlet-api"),
-                new Source("https://github.com/eclipse-ee4j/websocket-api.git", "EE4J_8", "jakartaee-8.0-repos/websocket-api"),
+                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/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"),
         };
 
-//        final Source[] microProfile6 = new Source[]{
-//                new Source("https://github.com/eclipse/microprofile-config.git", "master", "microprofile-6.0-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-fault-tolerance", "master", "microprofile-6.0-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-health", "master", "microprofile-6.0-repos/health").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-jwt-auth.git", "master", "microprofile-6.0-repos/jwt").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-metrics", "master", "microprofile-6.0-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-open-api", "master", "microprofile-6.0-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-opentracing", "master", "microprofile-6.0-repos/opentracing").filterJavadoc(".*/api/src/main/java/.*", ""),
-//                new Source("https://github.com/eclipse/microprofile-rest-client", "master", "microprofile-6.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", ""),
-//        };
+        final Source[] microProfile6 = new Source[]{
+                new Source("https://github.com/eclipse/microprofile-config.git", "master", "microprofile-6.0-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-fault-tolerance", "master", "microprofile-6.0-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-health", "master", "microprofile-6.0-repos/health").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-jwt-auth.git", "master", "microprofile-6.0-repos/jwt").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-metrics", "master", "microprofile-6.0-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-open-api", "master", "microprofile-6.0-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-opentracing", "master", "microprofile-6.0-repos/opentracing").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-rest-client", "master", "microprofile-6.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", ""),
+        };
 
         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/.*", ""),
@@ -151,22 +154,23 @@ public class Configuration {
 //        if (1 == 1) return new Source[0]; // uncomment this line to generate only the main site pages.
         return new Source[]{
                 // TOMEE NEXT
-//                new Source("https://github.com/apache/tomee.git", "master", "tomee-10.0", false, "10.0.0-M1").label("milestone").related(microProfile6).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"),
-//                new Source("https://github.com/apache/tomee.git", "tomee-9.0", "tomee-9.0", true, "9.0.0").related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
-//                new Source("https://github.com/apache/tomee.git", "tomee-8.x", "tomee-8.0", false, "8.0.11").related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
-//                new Source("https://github.com/apache/tomee.git", "tomee-7.1.x", "tomee-7.1", false, "7.1.4").javadoc("^org.apache.(openejb|tomee).*"),
-//                new Source("https://github.com/apache/tomee.git", "tomee-7.0.x", "tomee-7.0", false, "7.0.9").javadoc("^org.apache.(openejb|tomee).*"),
+//                new Source("https://github.com/apache/tomee.git", "master", "tomee-10.0", false).label("milestone").related(microProfile6).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"),
+//                new Source("https://github.com/apache/tomee.git", "tomee-9.0", "tomee-9.0", true).related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
+//                new Source("https://github.com/apache/tomee.git", "tomee-8.x", "tomee-8.0", false).related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
+//                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).*"),
                 // TOMEE CURRENT
-                new Source("https://github.com/apache/tomee.git", "master", "tomee-9.0", false, "9.0.0-M7").label("milestone").related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "tomee-8.x", "tomee-8.0", true, "8.0.10").related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "tomee-7.1.x", "tomee-7.1", false, "7.1.4").javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "tomee-7.0.x", "tomee-7.0", false, "7.0.9").javadoc("^org.apache.(openejb|tomee).*"),
+                new Source("https://github.com/apache/tomee.git", "master", "tomee-9.0", false).label("milestone").related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
+                new Source("https://github.com/apache/tomee.git", "tomee-8.x", "tomee-8.0", true).related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
+                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").related(jakartaEE10).javadoc("^jakarta.*"),
+                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", "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).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.*"),