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:52 UTC

[tomee-site-generator] branch master updated (35c3def -> a123040)

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

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


    from 35c3def  TOMEE-3904: Updates release documentation
     new 9f46b89  TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1
     new 021b501  TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1
     new a123040  TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/tomee/website/Configuration.java    | 200 ++++++++++++++-------
 src/main/java/org/apache/tomee/website/Source.java |   9 +-
 2 files changed, 143 insertions(+), 66 deletions(-)


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

Posted by rz...@apache.org.
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 9f46b89de133eddcda9534931e36a60a427b51a7
Author: Swell <57...@users.noreply.github.com>
AuthorDate: Tue Apr 19 21:40:33 2022 +0200

    TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1
---
 .../org/apache/tomee/website/Configuration.java    | 196 ++++++++++++++-------
 src/main/java/org/apache/tomee/website/Source.java |   9 +-
 src/main/jbake/content/download.adoc               |   4 +-
 3 files changed, 141 insertions(+), 68 deletions(-)

diff --git a/src/main/java/org/apache/tomee/website/Configuration.java b/src/main/java/org/apache/tomee/website/Configuration.java
index faf5750..6459b49 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -28,78 +28,148 @@ package org.apache.tomee.website;
  */
 public class Configuration {
     public static Source[] getSources() {
-        final Source[] microProfile2 = new Source[]{
-                new Source("https://github.com/eclipse/microprofile-jwt-auth.git", "1.1.1", "microprofile-jwt-1.1").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-config.git", "1.3", "microprofile-config-1.3").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-fault-tolerance", "1.1.4", "microprofile-fault-tolerance-1.1").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-health", "1.0", "microprofile-health-1.0").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-metrics", "1.1.1", "microprofile-metrics-1.1").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-open-api", "1.0.2", "microprofile-open-api-1.0").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-opentracing", "1.1", "microprofile-opentracing-1.1").filterJavadoc(".*/api/src/main/java/.*", ""),
-                new Source("https://github.com/eclipse/microprofile-rest-client", "1.1", "microprofile-rest-client-1.1").filterJavadoc(".*/api/src/main/java/.*", ""),
+
+//        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[] 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"),
         };
 
         final Source[] jakartaEE8 = {
-                new Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "EE4J_8", "common-annotations-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/concurrency-api.git", "EE4J_8", "concurrency-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git", "EE4J_8", "ejb-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/interceptor-api.git", "EE4J_8", "interceptor-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git", "EE4J_8", "jax-rpc-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git", "EE4J_8", "jax-ws-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git", "EE4J_8", "jaxb-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jaxr-api.git", "EE4J_8", "jaxr-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git", "EE4J_8", "jaxrs-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git", "EE4J_8", "jca-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git", "EE4J_8", "jms-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git", "EE4J_8", "jpa-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git", "EE4J_8", "jsonb-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git", "EE4J_8", "jsp-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jstl-api.git", "EE4J_8", "jstl-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git", "EE4J_8", "jta-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git", "EE4J_8", "jws-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/management-api.git", "EE4J_8", "management-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git", "EE4J_8", "saaj-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git", "EE4J_8", "security-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git", "EE4J_8", "servlet-api-EE4J_81.0"),
-                new Source("https://github.com/eclipse-ee4j/websocket-api.git", "EE4J_8", "websocket-api-EE4J_81.0")
+                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"),
         };
 
-        final Source[] jakartaEE9 = {
-                new Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "master", "common-annotations-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/concurrency-api.git", "master", "concurrency-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/ejb-api.git", "master", "ejb-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/interceptor-api.git", "master", "interceptor-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jax-rpc-api.git", "master", "jax-rpc-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jax-ws-api.git", "master", "jax-ws-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jaxb-api.git", "master", "jaxb-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jaxr-api.git", "master", "jaxr-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jaxrs-api.git", "master", "jaxrs-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jca-api.git", "master", "jca-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jms-api.git", "master", "jms-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jpa-api.git", "master", "jpa-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jsonb-api.git", "master", "jsonb-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jsp-api.git", "master", "jsp-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jstl-api.git", "master", "jstl-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jta-api.git", "master", "jta-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/jws-api.git", "master", "jws-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/management-api.git", "master", "management-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/saaj-api.git", "master", "saaj-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/security-api.git", "master", "security-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/servlet-api.git", "master", "servlet-api-ee9"),
-                new Source("https://github.com/eclipse-ee4j/websocket-api.git", "master", "websocket-api-ee9")
+//        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/.*", ""),
+                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-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/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-open-api", "3.0", "microprofile-5.0-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-opentracing", "3.0", "microprofile-5.0-repos/opentracing").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-rest-client", "3.0", "microprofile-5.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", ""),
+        };
+
+        final Source[] microProfile4 = new Source[]{
+                new Source("https://github.com/eclipse/microprofile-config.git", "2.0.1", "microprofile-4.1-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-fault-tolerance", "3.0", "microprofile-4.1-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-health", "3.1", "microprofile-4.1-repos/health").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-jwt-auth.git", "1.2.2", "microprofile-4.1-repos/jwt").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-metrics", "3.0.1", "microprofile-4.1-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-open-api", "2.0.1", "microprofile-4.1-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-opentracing", "2.0", "microprofile-4.1-repos/opentracing").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-rest-client", "2.0", "microprofile-4.1-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", ""),
+        };
+
+        final Source[] microProfile2 = new Source[]{
+                new Source("https://github.com/eclipse/microprofile-config.git", "1.3", "microprofile-2.0-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-fault-tolerance", "1.1.4", "microprofile-2.0-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-health", "1.0", "microprofile-2.0-repos/health").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-jwt-auth.git", "1.1.1", "microprofile-2.0-repos/jwt").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-metrics", "1.1.5", "microprofile-2.0-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-open-api", "1.0.1", "microprofile-2.0-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-opentracing", "1.1.2", "microprofile-2.0-repos/opentracing").filterJavadoc(".*/api/src/main/java/.*", ""),
+                new Source("https://github.com/eclipse/microprofile-rest-client", "1.1", "microprofile-2.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", ""),
         };
 
-//        if (1 == 1) return new Source[0];
+//        if (1 == 1) return new Source[0]; // uncomment this line to generate only the main site pages.
         return new Source[]{
-//                new Source("https://github.com/apache/tomee.git", "master", "tomee-8.0"),
-                new Source("https://github.com/apache/tomee.git", "master", "tomee-9.0", false, "8.0.9").label("milestone").related(microProfile2).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "master", "tomee-8.0", true, "8.0.9").related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "tomee-7.1.0", "tomee-7.1", false, "7.1.4").javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "tomee-7.0.5", "tomee-7.0", false, "7.0.9").javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/apache/tomee.git", "master", "master", false, "8.0.9").javadoc("^org.apache.(openejb|tomee).*"),
-                new Source("https://github.com/eclipse/microprofile-bom.git", "master", "microprofile-2.0").related(microProfile2).javadoc("^org.eclipse.microprofile.*"),
+                // 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).*"),
+                // 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).*"),
+                // 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", "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.*"),
-                new Source("https://github.com/eclipse-ee4j/jakartaee-platform.git", "master", "jakartaee-9.0").related(jakartaEE9).javadoc("^jakarta.*")
+                // 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", "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.*"),
         };
     }
 }
diff --git a/src/main/java/org/apache/tomee/website/Source.java b/src/main/java/org/apache/tomee/website/Source.java
index 84cab92..4b887c1 100644
--- a/src/main/java/org/apache/tomee/website/Source.java
+++ b/src/main/java/org/apache/tomee/website/Source.java
@@ -32,13 +32,16 @@ import java.util.stream.Stream;
  *
  * Currently we have the following notable sources:
  *
+ *  - latest
+ *  - tomee-9.0
  *  - tomee-8.0
  *  - tomee-7.1
  *  - tomee-7.0
- *  - microprofile-2.0
+ *  - jakartaee-9.1
  *  - jakartaee-8.0
- *  - master
- *  - latest
+ *  - microprofile-5.0
+ *  - microprofile-4.1
+ *  - microprofile-2.0
  *
  * Each of these sources are given its own section on the website, for example:
  *
diff --git a/src/main/jbake/content/download.adoc b/src/main/jbake/content/download.adoc
index 6f0a870..f6a0639 100755
--- a/src/main/jbake/content/download.adoc
+++ b/src/main/jbake/content/download.adoc
@@ -12,8 +12,8 @@ You **must** link:https://www.apache.org/info/verification.html[verify] the inte
 == [[tomee-9.0]]Apache TomEE 9.0
 
 - Jakarta EE 9.1
-- MicroProfile 2.0
-- Java 8 or higher
+- MicroProfile 5.0
+- Java 11 or higher
 - link:9.0.0-M7/release-notes.html[Release Notes]
 - link:9.0.0-M7/plume/webprofile-9.1.html[Jakarta EE 9.1 Web Profile TCK Results for Java 11]
 


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

Posted by rz...@apache.org.
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.*"),


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

Posted by rz...@apache.org.
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 a123040d1c1579454f426d595b2e8180e6b4c9b7
Author: Swell <57...@users.noreply.github.com>
AuthorDate: Fri Apr 22 13:17:50 2022 +0200

    TOMEE-3917 update javadoc to MicroProfile 5.0 and Jakarta EE 9.1
---
 src/main/jbake/content/download.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/download.adoc b/src/main/jbake/content/download.adoc
index f6a0639..6f0a870 100755
--- a/src/main/jbake/content/download.adoc
+++ b/src/main/jbake/content/download.adoc
@@ -12,8 +12,8 @@ You **must** link:https://www.apache.org/info/verification.html[verify] the inte
 == [[tomee-9.0]]Apache TomEE 9.0
 
 - Jakarta EE 9.1
-- MicroProfile 5.0
-- Java 11 or higher
+- MicroProfile 2.0
+- Java 8 or higher
 - link:9.0.0-M7/release-notes.html[Release Notes]
 - link:9.0.0-M7/plume/webprofile-9.1.html[Jakarta EE 9.1 Web Profile TCK Results for Java 11]