From 06f43dc566fd28df8111da3329d010d8da77cdde Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Thu, 28 Mar 2024 12:14:27 -0400 Subject: [PATCH] Fix some linter failures Signed-off-by: Shelley Lambert --- .../blog/march-2024-jdk22-release/index.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/blog/march-2024-jdk22-release/index.md b/content/blog/march-2024-jdk22-release/index.md index e02ed203a..69a50cefc 100644 --- a/content/blog/march-2024-jdk22-release/index.md +++ b/content/blog/march-2024-jdk22-release/index.md @@ -15,18 +15,18 @@ Adoptium announces the availability of Eclipse Temurin 22.0.0+36. As always, all This release contains the set of features and updates listed at the [OpenJDK JDK 22 project](https://openjdk.org/projects/jdk/22/) page, summarized and linked below, as well as some additional notes. -* [JEP 423](https://openjdk.org/jeps/423): Region Pinning for G1 -* [JEP 447](https://openjdk.org/jeps/447): Statements before super(...) (Preview) -* [JEP 454](https://openjdk.org/jeps/454): Foreign Function & Memory API -* [JEP 456](https://openjdk.org/jeps/456): Unnamed Variables & Patterns -* [JEP 457](https://openjdk.org/jeps/457): Class-File API (Preview) -* [JEP 458](https://openjdk.org/jeps/458): Launch Multi-File Source-Code Programs -* [JEP 459](https://openjdk.org/jeps/459): String Templates (Second Preview) -* [JEP 460](https://openjdk.org/jeps/460): Vector API (Seventh Incubator) -* [JEP 461](https://openjdk.org/jeps/461): Stream Gatherers (Preview) -* [JEP 462](https://openjdk.org/jeps/462): Structured Concurrency (Second Preview) -* [JEP 463](https://openjdk.org/jeps/463): Implicitly Declared Classes and Instance Main Methods (Second Preview) -* [JEP 464](https://openjdk.org/jeps/464): Scoped Values (Second Preview) +* [JEP 423](https://openjdk.org/jeps/423): Region Pinning for G1 +* [JEP 447](https://openjdk.org/jeps/447): Statements before super(...) (Preview) +* [JEP 454](https://openjdk.org/jeps/454): Foreign Function & Memory API +* [JEP 456](https://openjdk.org/jeps/456): Unnamed Variables & Patterns +* [JEP 457](https://openjdk.org/jeps/457): Class-File API (Preview) +* [JEP 458](https://openjdk.org/jeps/458): Launch Multi-File Source-Code Programs +* [JEP 459](https://openjdk.org/jeps/459): String Templates (Second Preview) +* [JEP 460](https://openjdk.org/jeps/460): Vector API (Seventh Incubator) +* [JEP 461](https://openjdk.org/jeps/461): Stream Gatherers (Preview) +* [JEP 462](https://openjdk.org/jeps/462): Structured Concurrency (Second Preview) +* [JEP 463](https://openjdk.org/jeps/463): Implicitly Declared Classes and Instance Main Methods (Second Preview) +* [JEP 464](https://openjdk.org/jeps/464): Scoped Values (Second Preview) Please refer to the [Temurin jdk-22+36 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-22+36) which include [changes listed in OpenJDK jdk-22+36](https://bugs.openjdk.org/browse/JDK-8325999?jql=project%20%3D%20JDK%20AND%20fixVersion%20%3D%2022%20AND%20status%20%3D%20Resolved) for further details of features and updates found in this release. @@ -38,6 +38,6 @@ As per [JDK-8317970](https://bugs.openjdk.org/browse/JDK-8317970), the target ma ### ppc64 AIX and s390x Linux unavailable for JDK 22 -Temurin jdk-22+36 for the AIX and s390x Linux platform are unavailable. A small number of test failures indicated that there is need to investigate and update the upstream code base. We hope that these platforms on JDK 22 will be ready for release for the April CPU. +Temurin jdk-22+36 for the AIX and s390x Linux platform are unavailable. A small number of test failures indicated that there is need to investigate and update the upstream codebase. We hope that these platforms on JDK 22 will be ready for release for the April CPU. From the [analysis](https://github.com/adoptium/temurin/issues/35#issuecomment-2015308903) of these failures, and as part of the [release retrospective exercise](https://github.com/adoptium/temurin/issues/28), we see the opportunity to have caught these issues sooner. This may have resulted in earlier fixes that would have resulted in being able to release these platforms. With the appropriate application of resources and collaboration, we can increase the likelihood of being able to publish the entire set of platforms 'in plan' successfully and without delay.