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/05/16 18:23:04 UTC

[tomcat] branch 8.5.x updated: Update building page. Java 11 & svn -> git

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new bb18cb686b Update building page. Java 11 & svn -> git
bb18cb686b is described below

commit bb18cb686b3715e52adcfa4fc4916d711c8f98df
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 16 18:49:29 2022 +0100

    Update building page. Java 11 & svn -> git
---
 webapps/docs/building.xml  | 18 +++++++++---------
 webapps/docs/changelog.xml |  9 +++++++++
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml
index b1302ec4b2..1487a814cb 100644
--- a/webapps/docs/building.xml
+++ b/webapps/docs/building.xml
@@ -43,12 +43,12 @@ The following is a quick step by step guide.
 
 </section>
 
-<section name="Download a Java Development Kit (JDK) version 7">
+<section name="Download a Java Development Kit (JDK) version 11 or later">
 
 <p>
-Building Apache Tomcat requires a JDK (version 7) to be installed. You can download one from<br />
-<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a><br/>
-<a href="http://openjdk.java.net/install/index.html">http://openjdk.java.net/install/index.html</a><br/>
+Building Apache Tomcat requires a JDK (version 11) or later to be installed. You
+can download one from
+<a href="https://adoptium.net/temurin/releases">https://adoptium.net/temurin/releases</a>
 or another JDK vendor.
 </p>
 
@@ -83,11 +83,11 @@ available, which will be used to actually perform the build.
 
 </section>
 
-<section name="Checkout or obtain the Tomcat source code">
+<section name="Obtain the Tomcat source code">
 
   <p>
-  Tomcat SVN repository URL:
-  <a href="https://svn.apache.org/repos/asf/tomcat/tc8.5.x/trunk/">https://svn.apache.org/repos/asf/tomcat/tc8.5.x/trunk/</a>
+  Tomcat Git repository URL:
+  <a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a>
   </p>
   <p>
   Tomcat source packages:
@@ -95,8 +95,8 @@ available, which will be used to actually perform the build.
   </p>
 
   <p>
-  Checkout the source using SVN, selecting a tag for released version or
-  trunk for the current development code, or download and unpack a
+  Clone the source repository using Git, selecting a tag for released version or
+  8.5.x for the current development code, or download and unpack a
   source package. For the remainder of this guide, the symbolic name
   <code>${tomcat.source}</code> is used to refer to the
   location where the source has been placed.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index e614d12a46..2d5e860065 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,15 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 8.5.80 (schultz)" rtext="in development">
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>66064</bug>: Update the building page in the documentation web
+        application to reflect changes in required Java version and source
+        repository. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 8.5.79 (schultz)" rtext="release in progress">
   <subsection name="Catalina">


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