Skip to content

Commit

Permalink
Merge pull request #3711 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
fix typo on prod
  • Loading branch information
dmuelle authored Apr 23, 2024
2 parents e4f8259 + 20d785f commit 863355a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions posts/2024-04-23-24.0.0.4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ FROM icr.io/appcafe/open-liberty

Or take a look at our link:{url-prefix}/start/[Downloads page].

If you're using link:https://plugins.jetbrains.com/plugin/14856-liberty-tools[IntelliJ IDEA], link:https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext[Visual Studio Code] or link:https://marketplace.eclipse.org/content/liberty-tools[Eclipse IDE], you can also take advantage of our open source link:https://openliberty.io/docs/latest/develop-liberty-tools.html[Liberty developer tools] to enable effective development, testing, debugging and application management all from within your IDE.
If you're using link:https://plugins.jetbrains.com/plugin/14856-liberty-tools[IntelliJ IDEA], link:https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext[Visual Studio Code] or link:https://marketplace.eclipse.org/content/liberty-tools[Eclipse IDE], you can also take advantage of our open source link:https://openliberty.io/docs/latest/develop-liberty-tools.html[Liberty developer tools] to enable effective development, testing, debugging and application management all from within your IDE.

[link=https://stackoverflow.com/tags/open-liberty]
image::img/blog/blog_btn_stack.svg[Ask a question on Stack Overflow, align="center"]

// // // // DO NOT MODIFY THIS COMMENT BLOCK <GHA-BLOG-TOPIC> // // // //
// // // // DO NOT MODIFY THIS COMMENT BLOCK <GHA-BLOG-TOPIC> // // // //
// Blog issue: https://github.com/OpenLiberty/open-liberty/issues/28136
// Contact/Reviewer: gjwatts
// // // // // // // //
// // // // // // // //
[#java_22]
== Support for Java SE 22 in Open Liberty

Java 22 is the latest release of Java, SE released in March 2024. It contains new features and enhancements over previous versions of Java. However, Java 22 is not a long-term support (LTS) release and support for it will be dropped when the next version of Java is supported. It offers some new functions and changes that you are going to want to check out for yourself.
Java 22 is the latest release of Java SE, released in March 2024. It contains new features and enhancements over previous versions of Java. However, Java 22 is not a long-term support (LTS) release and support for it will be dropped when the next version of Java is supported. It offers some new functions and changes that you are going to want to check out for yourself.

Check out the following link:https://openjdk.org/projects/jdk/22/[feature changes in Java 22]:

Expand All @@ -102,7 +102,7 @@ Check out the following link:https://openjdk.org/projects/jdk/22/[feature change

Take advantage of the new changes in Java 22 in Open Liberty now and get more time to review your applications, microservices, and runtime environments on your favorite server runtime!

To use Java 22 with Open Liberty, just link:https://adoptium.net/temurin/releases/?version=22[download the latest release of Java 22] and install the link:{url-prefix}/downloads/#runtime_releases[24.0.0.4] version of Open Liberty. Then, edit your Liberty link:{url-prefix}/docs/latest/reference/config/server-configuration-overview.html#server-env[server.env file] to point the `JAVA_HOME` environment variable to your Java 22 installation and start testing today.
To use Java 22 with Open Liberty, just link:https://adoptium.net/temurin/releases/?version=22[download the latest release of Java 22] and install the link:{url-prefix}/downloads/#runtime_releases[24.0.0.4] version of Open Liberty. Then, edit your Liberty link:{url-prefix}/docs/latest/reference/config/server-configuration-overview.html#server-env[server.env file] to point the `JAVA_HOME` environment variable to your Java 22 installation and start testing today.

For more information about Java 22, see the following resources:

Expand All @@ -111,13 +111,13 @@ For more information about Java 22, see the following resources:
* link:https://docs.oracle.com/en/java/javase/22/migrate/index.html[Migration guide]
* link:https://adoptium.net/temurin/releases/?version=22[Download page]


// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>

// // // // DO NOT MODIFY THIS COMMENT BLOCK <GHA-BLOG-TOPIC> // // // //
// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>

// // // // DO NOT MODIFY THIS COMMENT BLOCK <GHA-BLOG-TOPIC> // // // //
// Blog issue: https://github.com/OpenLiberty/open-liberty/issues/28084
// Contact/Reviewer: gkwan-ibm
// // // // // // // //
// // // // // // // //

[#guides]
== 8 guides are updated to use MicroProfile Reactive Messaging 3.0
Expand All @@ -134,8 +134,8 @@ The following 8 guides are updated to use the MicroProfile Reactive Messaging 3.
- link:https://openliberty.io/guides/cloud-openshift-operator.html[Deploying microservices to OpenShift 4 using Kubernetes Operators]

Also, the integration tests in these guides are updated to use link:https://testcontainers.com[Testcontainers]. To learn how to test reactive Java microservices in true-to-production environments using Testcontainers, try out the link:https://openliberty.io/guides/reactive-service-testing.html[Testing reactive Java microservices] guide.
// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>

// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>


[#CVEs]
Expand Down

0 comments on commit 863355a

Please sign in to comment.