Merge pull request #23891 from gerdogdu/master

Update glassfish.org README and Downloads Page for 6.2.4 and 6.2.5 Releases
diff --git a/docs/website/src/main/resources/README.md b/docs/website/src/main/resources/README.md
index 9464bbe..d81428e 100644
--- a/docs/website/src/main/resources/README.md
+++ b/docs/website/src/main/resources/README.md
@@ -9,6 +9,24 @@
 
 ## Latest News
 
+## February 13, 2022 -- Eclipse GlassFish 6.2.5 Available
+
+We are pleased to announce the release of Eclipse GlassFish 6.2.5. This release provides implementations
+of the Jakarta EE 9.1 Platform and Web Profile specifications. Download links are available from the [GlassFish Download page](https://eclipse-ee4j.github.io/glassfish/download). Eclipse GlassFish 6.2.5 implements the Jakarta EE 9.1 specification ([Jakarta EE 9.1 Platform](https://jakarta.ee/specifications/platform/9.1/), [Jakarta EE 9 Web Profile](https://jakarta.ee/specifications/webprofile/9.1/)). GlassFish 6.2.5 updates and reenables a lot of tests that were disabled in previous versions (most after the GF 5 to 6 transition), once again improves JDK 17 compatibility (cases found by the new tests), fixes several bugs, and contains new versions of Hibernate Validator, Jackson and others.
+
+GlassFish 6.2.5 compiles and run with JDK 11 to JDK 18-EA releases.
+
+Note this release requires at least JDK 11. 
+
+## January 10, 2022 -- Eclipse GlassFish 6.2.4 Available
+
+We are pleased to announce the release of Eclipse GlassFish 6.2.4. This release provides implementations
+of the Jakarta EE 9.1 Platform and Web Profile specifications. Download links are available from the [GlassFish Download page](https://eclipse-ee4j.github.io/glassfish/download). Eclipse GlassFish 6.2.4 implements the Jakarta EE 9.1 specification ([Jakarta EE 9.1 Platform](https://jakarta.ee/specifications/platform/9.1/), [Jakarta EE 9 Web Profile](https://jakarta.ee/specifications/webprofile/9.1/)). GlassFish 6.2.4 brings initial support for JDK 18 (tested until ea29) and adds running several standalone Jakarta EE TCKs directly from the project. An import internal fix is removing a troublesome circular dependency between GlassFish and Jersey.
+
+GlassFish 6.2.4 compiles and run with JDK 11 to JDK 18-EA releases.
+
+Note this release requires at least JDK 11. 
+
 ## November 18, 2021 -- Eclipse GlassFish 6.2.3 Available
 
 We are pleased to announce the release of Eclipse GlassFish 6.2.3. This release provides implementations
diff --git a/docs/website/src/main/resources/download.md b/docs/website/src/main/resources/download.md
index ada4482..846888d 100644
--- a/docs/website/src/main/resources/download.md
+++ b/docs/website/src/main/resources/download.md
@@ -1,5 +1,23 @@
 # Eclipse GlassFish Downloads
 
+## Eclipse GlassFish 6.2.5
+
+GlassFish 6.2.5 updates and reenables a lot of tests that were disabled in previous versions (most after the GF 5 to 6 transition), once again improves JDK 17 compatibility (cases found by the new tests), fixes several bugs, and contains new versions of Hibernate Validator, Jackson and others.
+
+For more details on Jakarta EE 9.1, please see the [Jakarte EE Platform Specification Project](https://eclipse-ee4j.github.io/jakartaee-platform/).
+
+* [Eclipse GlassFish 6.2.5, Jakarta EE Platform, 9.1](https://www.eclipse.org/downloads/download.php?file=/ee4j/glassfish/glassfish-6.2.5.zip)
+* [Eclipse GlassFish 6.2.5, Jakarta EE Web Profile, 9.1](https://www.eclipse.org/downloads/download.php?file=/ee4j/glassfish/web-6.2.5.zip)
+
+## Eclipse GlassFish 6.2.4
+
+GlassFish 6.2.4 brings initial support for JDK 18 (tested until ea29) and adds running several standalone Jakarta EE TCKs directly from the project. An import internal fix is removing a troublesome circular dependency between GlassFish and Jersey.
+
+For more details on Jakarta EE 9.1, please see the [Jakarte EE Platform Specification Project](https://eclipse-ee4j.github.io/jakartaee-platform/).
+
+* [Eclipse GlassFish 6.2.4, Jakarta EE Platform, 9.1](https://www.eclipse.org/downloads/download.php?file=/ee4j/glassfish/glassfish-6.2.4.zip)
+* [Eclipse GlassFish 6.2.4, Jakarta EE Web Profile, 9.1](https://www.eclipse.org/downloads/download.php?file=/ee4j/glassfish/web-6.2.4.zip)
+
 ## Eclipse GlassFish 6.2.3
 
 GlassFish 6.2.3 brings Admin console fixes, build times improvement, component updates, and bug fixes.