From e928b5ed67f57e011192110fb00b34b74d562494 Mon Sep 17 00:00:00 2001 From: Kirby Chin <37311900+kabicin@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:25:55 -0500 Subject: [PATCH 1/3] Add InstantOn section for links to doc and guide --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4ca6b49b7..e6d9112b0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - [Security](#security) - [OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc) - [Logging](#logging) + - [InstantOn](#instanton) - [Session Caching](#session-caching) - [Applying Interim Fixes](#applying-interim-fixes) - [Known Issues](#known-issues) @@ -175,6 +176,13 @@ docker run -d -p 80:9080 -p 443:9443 -e WLP_LOGGING_CONSOLE_FORMAT=JSON -e WLP_L For more information regarding the configuration of Open Liberty's logging capabilities see: https://openliberty.io/docs/ref/general/#log-trace-configuration.html + +## InstantOn + +[Open Liberty InstantOn](https://openliberty.io/docs/latest/instanton.html) provides fast startup times for MicroProfile and Jakarta EE applications. With InstantOn, your applications can start in milliseconds, without compromising on throughput, memory, development-production parity, or Java language features. + +Check out our guide on [Containerizing, packaging, and running a Spring Boot application](https://openliberty.io/guides/spring-boot.html) where you can learn how to use Liberty InstantOn with a Spring Boot application for faster startup. + ## Session Caching The Liberty session caching feature builds on top of an existing technology called JCache (JSR 107), which provides an API for distributed in-memory caching. There are several providers of JCache implementations. The configuration for two such providers, Infinispan and Hazelcast, are outlined below. From 0388511abf629001ca5dfc578f01786224e57bcb Mon Sep 17 00:00:00 2001 From: Kirby Chin <37311900+kabicin@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:32:55 -0500 Subject: [PATCH 2/3] Rename Open Liberty to Liberty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d9112b0..4e84f5206 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ For more information regarding the configuration of Open Liberty's logging capab ## InstantOn -[Open Liberty InstantOn](https://openliberty.io/docs/latest/instanton.html) provides fast startup times for MicroProfile and Jakarta EE applications. With InstantOn, your applications can start in milliseconds, without compromising on throughput, memory, development-production parity, or Java language features. +[Liberty InstantOn](https://openliberty.io/docs/latest/instanton.html) provides fast startup times for MicroProfile and Jakarta EE applications. With InstantOn, your applications can start in milliseconds, without compromising on throughput, memory, development-production parity, or Java language features. Check out our guide on [Containerizing, packaging, and running a Spring Boot application](https://openliberty.io/guides/spring-boot.html) where you can learn how to use Liberty InstantOn with a Spring Boot application for faster startup. From 5f9674e080d39d7d749d8233d01098e0b5715e80 Mon Sep 17 00:00:00 2001 From: Kirby Chin <37311900+kabicin@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:59:09 -0500 Subject: [PATCH 3/3] Update InstantOn guide ref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e84f5206..c3c9a8971 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ For more information regarding the configuration of Open Liberty's logging capab [Liberty InstantOn](https://openliberty.io/docs/latest/instanton.html) provides fast startup times for MicroProfile and Jakarta EE applications. With InstantOn, your applications can start in milliseconds, without compromising on throughput, memory, development-production parity, or Java language features. -Check out our guide on [Containerizing, packaging, and running a Spring Boot application](https://openliberty.io/guides/spring-boot.html) where you can learn how to use Liberty InstantOn with a Spring Boot application for faster startup. +View the guide on [Containerizing, packaging, and running a Spring Boot application](https://openliberty.io/guides/spring-boot.html) to learn how to use Liberty InstantOn with a Spring Boot application for faster startup. ## Session Caching