You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/09/23 08:19:24 UTC

[tomcat] branch 10.0.x updated: Correct Javadoc link. Should be Jakarta EE 9 not Java EE 8.

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

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 6b84dbc5c9 Correct Javadoc link. Should be Jakarta EE 9 not Java EE 8.
6b84dbc5c9 is described below

commit 6b84dbc5c94d67f909e993438fd03161a0d5d2e5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 23 09:18:14 2022 +0100

    Correct Javadoc link. Should be Jakarta EE 9 not Java EE 8.
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 4afc5d07ac..774e25ea37 100644
--- a/build.xml
+++ b/build.xml
@@ -2310,7 +2310,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
       <link href="../websocketapi"/>
       <link href="../jaspicapi"/>
       <link href="https://docs.oracle.com/javase/8/docs/api/"/>
-      <link href="https://javaee.github.io/javaee-spec/javadocs/"/>
+      <link href="https://jakarta.ee/specifications/platform/9/apidocs/"/>
       <packageset dir="${tomcat.dist}/src/java/">
         <include name="org/**"/>
         <exclude name="org/apache/el/parser/**"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org