Skip to content

Commit

Permalink
Update website for 7.0.3 release (#24365)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Mar 30, 2023
1 parent 1cdea23 commit 8950a11
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
8 changes: 8 additions & 0 deletions docs/website/src/main/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ sponsored by the Eclipse Foundation.

## Latest News

## March 30, 2023 -- Eclipse GlassFish 7.0.3 Available

We are pleased to announce the release today of Eclipse GlassFish 7.0.3.

The main features of this release are various bug fixes for things like a StackOverflow exception, a deployment error, and creating JavaMail sessions using the admin console. Additionally components have been updated for Faces, Messaging, Persistence, and (MP) Config. Support for newer JDK versions has been solidified by a new HK2 release and ASM 9.5 integration.

Eclipse GlassFish 7.0.3 compiles and runs with JDK 11 to JDK 20 releases. MicroProfile support requires JDK 17 or higher.

## February 27, 2023 -- Eclipse GlassFish 7.0.2 Available

We are happy to announce the release of Eclipse GlassFish 7.0.2.
Expand Down
12 changes: 6 additions & 6 deletions docs/website/src/main/resources/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Eclipse GlassFish 7.x

Eclipse GlassFish 7.0.2 is the second maintenance update of GlassFish 7. It compiles and runs on JDK 11 to JDK 19. MicroProfile support requires JDK 17 or higher. Compiling and running on JDK 20ea has been sucesfully tested, but is not yet officially supported.
Eclipse GlassFish 7.0.3 is the third maintenance update of GlassFish 7. It compiles and runs on JDK 11 to JDK 20. MicroProfile support requires JDK 17 or higher.

Download:

* [Eclipse GlassFish 7.0.2, Jakarta EE Platform, 10](https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.2.zip)
* [Eclipse GlassFish 7.0.2, Jakarta EE Web Profile, 10](https://download.eclipse.org/ee4j/glassfish/web-7.0.2.zip)
* [Eclipse GlassFish Embedded 7.0.2, Jakarta EE Full Profile, 10](https://search.maven.org/artifact/org.glassfish.main.extras/glassfish-embedded-all/7.0.2/jar)
* [Eclipse GlassFish Embedded 7.0.2, Jakarta EE Web Profile, 10](https://search.maven.org/artifact/org.glassfish.main.extras/glassfish-embedded-web/7.0.2/jar)
* [Eclipse GlassFish 7.0.3, Jakarta EE Platform, 10](https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.3.zip)
* [Eclipse GlassFish 7.0.3, Jakarta EE Web Profile, 10](https://download.eclipse.org/ee4j/glassfish/web-7.0.3.zip)
* [Eclipse GlassFish Embedded 7.0.3, Jakarta EE Full Profile, 10](https://search.maven.org/artifact/org.glassfish.main.extras/glassfish-embedded-all/7.0.3/jar)
* [Eclipse GlassFish Embedded 7.0.3, Jakarta EE Web Profile, 10](https://search.maven.org/artifact/org.glassfish.main.extras/glassfish-embedded-web/7.0.3/jar)

More details:

* [Eclipse GlassFish 7.0.2 Release Notes](https://github.com/eclipse-ee4j/glassfish/releases/tag/7.0.2)
* [Eclipse GlassFish 7.0.3 Release Notes](https://github.com/eclipse-ee4j/glassfish/releases/tag/7.0.3)
* [Jakarte EE Platform Specification Project](https://eclipse-ee4j.github.io/jakartaee-platform/) for more info about Jakarta EE 10


Expand Down
16 changes: 16 additions & 0 deletions docs/website/src/main/resources/download_gf7.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Eclipse GlassFish 7.x Downloads

### GlassFish 7.0.3

Eclipse GlassFish 7.0.3 is the third maintenance update of GlassFish 7. It compiles and runs on JDK 11 to JDK 20. MicroProfile support requires JDK 17 or higher.

Download:

* [Eclipse GlassFish 7.0.3, Jakarta EE Platform, 10](https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.3.zip)
* [Eclipse GlassFish 7.0.3, Jakarta EE Web Profile, 10](https://download.eclipse.org/ee4j/glassfish/web-7.0.3.zip)
* [Eclipse GlassFish Embedded 7.0.3, Jakarta EE Full Profile, 10](https://search.maven.org/artifact/org.glassfish.main.extras/glassfish-embedded-all/7.0.3/jar)
* [Eclipse GlassFish Embedded 7.0.3, Jakarta EE Web Profile, 10](https://search.maven.org/artifact/org.glassfish.main.extras/glassfish-embedded-web/7.0.3/jar)

More details:

* [Eclipse GlassFish 7.0.3 Release Notes](https://github.com/eclipse-ee4j/glassfish/releases/tag/7.0.3)
* [Jakarte EE Platform Specification Project](https://eclipse-ee4j.github.io/jakartaee-platform/) for more info about Jakarta EE 10

### GlassFish 7.0.2

Eclipse GlassFish 7.0.2 is the second maintenance update of GlassFish 7. It compiles and runs on JDK 11 to JDK 19. MicroProfile support requires JDK 17 or higher. Compiling and running on JDK 20ea has been sucesfully tested, but is not yet officially supported.
Expand Down

0 comments on commit 8950a11

Please sign in to comment.