Skip to content

Commit

Permalink
Merge pull request #1814 from cherylking/prepRelease3103
Browse files Browse the repository at this point in the history
Prep for 3.10.3 release and update compile-jsp doc
  • Loading branch information
cherylking committed May 9, 2024
2 parents 3aa3884 + 69e3643 commit 10f20a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/compile-jsp.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-ant-tasks</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.32</version>
<version>1.8.33</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down

0 comments on commit 10f20a8

Please sign in to comment.