diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..fafff2e8d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +Thumbs.db diff --git a/docs/version0.22.md b/docs/version0.22.md new file mode 100644 index 0000000000..4b147f0d0a --- /dev/null +++ b/docs/version0.22.md @@ -0,0 +1,52 @@ + + + +# What's new in version 0.22.0 + +The following new features and notable changes since v 0.21.0 are included in this release: + +- [New binaries and changes to supported environments](#binaries-and-supported-environments) + + +## Features and changes + +### Binaries and supported environments + +OpenJ9 release 0.22.0 supports OpenJDK 15. Binaries are available from the AdoptOpenJDK community at the following link: + +- [OpenJDK version 15](https://adoptopenjdk.net/archive.html?variant=openjdk15&jvmVariant=openj9) + +OpenJDK 15 with Eclipse OpenJ9 is not a long term support (LTS) release. + +The latest builds of OpenJDK with OpenJ9 for Java 8 and 11 at the AdoptOpenJDK community are for Eclipse OpenJ9 release 0.21.0. Features mentioned in these release notes are not available in these builds. Although it might be possible to build an OpenJDK 8 or OpenJDK 11 with OpenJ9 0.22.0, testing at the project is not complete and therefore support for any of these features is not available. + +To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see [Supported environments](openj9_support.md). + + +## Full release information + +To see a complete list of changes between Eclipse OpenJ9 v 0.21.0 and v 0.22.0 releases, see the [Release notes](https://github.com/eclipse/openj9/blob/master/doc/release-notes/0.22/0.22.md). + + diff --git a/mkdocs.yml b/mkdocs.yml index 69489f9926..5d472f66bb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -105,11 +105,12 @@ nav: - "Release notes" : - "Overview" : openj9_releases.md + - "Version 0.22.0" : version0.22.md - "Version 0.21.0" : version0.21.md - "Version 0.20.0" : version0.20.md - "Version 0.19.0" : version0.19.md - - "Version 0.18.1" : version0.18.md - "Earlier releases" : + - "Version 0.18.1" : version0.18.md - "Version 0.17.0" : version0.17.md - "Version 0.16.0" : version0.16.md - "Version 0.15.1" : version0.15.md