diff --git a/docs/compile-jsp.md b/docs/compile-jsp.md index 0ef85ca59..d1c951a4a 100644 --- a/docs/compile-jsp.md +++ b/docs/compile-jsp.md @@ -1,6 +1,8 @@ #### compile-jsp --- -Compile the JSP files in the `src/main/webapp` directory. This goal relies on a running server, so a Liberty server must be configured. This goal is designed to run during the normal compile phase of the Maven build. +Compile the JSP files in the `src/main/webapp` directory. This goal relies on a running server, so a Liberty server must be configured. This goal is designed to run during the normal compile phase of the Maven build. The Java version used for the compilation comes from either the `maven.compiler.release` or the `maven.compiler.source` with the first taking precedence. + +Note: As of Liberty version 24.0.0.1, this goal only works with Long Term Service (LTS) releases of Java. See the [documentation](https://openliberty.io/docs/latest/reference/config/jspEngine.html) for the valid values for the `javaSourceLevel` attribute on the `jspEngine` configuration element. Prior to version 24.0.0.1, the `jdkSourceLevel` attribute was used on the `jspEngine` [element](https://openliberty.io/docs/23.0.0.12/reference/config/jspEngine.html) and only supported up to and including Java 8 (specified as 18). ###### Additional Parameters diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 7bd68ec5d..2ce057cab 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -37,7 +37,7 @@ io.openliberty.tools liberty-ant-tasks - 1.9.15-SNAPSHOT + 1.9.15 org.apache.maven @@ -88,7 +88,7 @@ io.openliberty.tools ci.common - 1.8.32 + 1.8.33 org.twdata.maven