From 2ca04ed74ac4ddb6c723c8765223d055ae5c37c4 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 23 Nov 2021 11:49:26 -0500 Subject: [PATCH] Add initial 0.30.0 release notes Signed-off-by: Keith W. Campbell --- doc/release-notes/0.30/0.30.md | 82 ++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/release-notes/0.30/0.30.md diff --git a/doc/release-notes/0.30/0.30.md b/doc/release-notes/0.30/0.30.md new file mode 100644 index 00000000000..1c1a4e791e1 --- /dev/null +++ b/doc/release-notes/0.30/0.30.md @@ -0,0 +1,82 @@ + + +# Eclipse OpenJ9 version 0.30.0 release notes + +These release notes support the [Eclipse OpenJ9 0.30.0 release plan](https://projects.eclipse.org/projects/technology.openj9/releases/0.30.0/plan). + +## Supported environments + +OpenJ9 release 0.30.0 supports OpenJDK 8, 11 and 17. + +All releases are tested against the OpenJ9 functional verification (FV) test suite, the OpenJDK test suites, and additional tests provided by Adoptium. + +To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see [Supported environments](https://eclipse.org/openj9/docs/openj9_support/index.html). + +## Notable changes in this release + +The following table covers notable changes in v0.30.0. Further information about these changes can be found in the [user documentation](https://eclipse-openj9.github.io/openj9-docs/version0.30/). + + + + + + + + + + + + + + + + + + + +
Issue numberDescriptionVersion / PlatformImpact
#13579Java dumps now identify any command-line arguments that were ignored.All versionsIf any arguments are ignored, the group is introduced with 1CIIGNOREDARGS, followed by a line beginning with 2CIIGNOREDARG for each ignored argument.
+ +## Known issues + +The v0.30.0 release contains the following known issues and limitations: + + + + + + + + + + + + + + +
Issue numberDescriptionPlatformImpactWorkaround
+ +## Other changes + +A full commit history for this release is available at [Eclipse OpenJ9 v0.30.0](https://github.com/eclipse-openj9/openj9/releases/tag/openj9-0.30.0).