Skip to content

Commit

Permalink
Update website for 7.0.1 release
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 Feb 1, 2023
1 parent 1417a8a commit a9f0d35
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
9 changes: 9 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,15 @@ sponsored by the Eclipse Foundation.

## Latest News

## January 30, 2023 -- Eclipse GlassFish 7.0.1 Available

We are pleased to announce the release of Eclipse GlassFish 7.0.1.

The main features of this release are an overhaul of some of the class loader mechanics (speeding up various operations), and making shutdown monitoring more reliable. A new docker image has been added as well (it will be officially published on docker hub later).
Furthermore in this release a number of components have been updated to their latest version, and the code can now be build with JDK 20ea.

Eclipse GlassFish 7.0.1 compiles and runs with JDK 11 to JDK 19 releases. MicroProfile support requires JDK 17 or higher. JDK 20ea30 has been succesfully used to compile and run GlassFish as well, but is not yet officially supported.

## December 14, 2022 - The final version of Eclipse GlassFish 7 released

After huge effort by the Eclipse GlassFish team and a lot of fellow contributors, Eclipse GlassFish 7.0.0 is finally released.
Expand Down
17 changes: 17 additions & 0 deletions docs/website/src/main/resources/download_gf7.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Eclipse GlassFish 7.x Downloads


### GlassFish 7.0.1

Eclipse GlassFish 7.0.1 is the first maintenance update of GlassFisg 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.

Download:

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

More details:

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

### GlassFish 7.0.0

Eclipse GlassFish 7.0.0 is a final release, containing final [Jakarta EE 10](https://jakarta.ee/specifications/platform/10) APIs and final Jakarta EE 10 implementation components. It compiles and runs on JDK 11 to JDK 19. MicroProfile support requires JDK 17 or higher.
Expand Down

0 comments on commit a9f0d35

Please sign in to comment.