[tomee-site-generator] branch main updated: TOMEE-3981 update javadoc to reflect updates on Jakarta EE

2022-10-04 Thread dblevins
This is an automated email from the ASF dual-hosted git repository.

dblevins 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 4406e53  TOMEE-3981 update javadoc to reflect updates on Jakarta EE
 new e2f20f2  Merge pull request #50 from sultan/update-javadoc
4406e53 is described below

commit 4406e535733f9d7b87ce2b54a72b55a1cb1aaa6c
Author: Swell <5782559+sul...@users.noreply.github.com>
AuthorDate: Tue Oct 4 10:39:25 2022 +0200

TOMEE-3981 update javadoc to reflect updates on Jakarta EE
---
 src/main/java/org/apache/tomee/website/Configuration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/tomee/website/Configuration.java 
b/src/main/java/org/apache/tomee/website/Configuration.java
index c83913c..1ea81b6 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -157,7 +157,7 @@ public class Configuration {
 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/.*", 
""),
+new 
Source("https://github.com/eclipse/microprofile-rest-client;, "3.0.1", 
"microprofile-5.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", 
""),
 };
 
 final Source[] microProfile4 = new Source[]{



[tomee-site-generator] branch main updated: TOMEE-3981 update javadoc to reflect updates on Jakarta EE (#43)

2022-09-28 Thread rzo1
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 <5782559+sul...@users.noreply.github.com>
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