This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new f25d133385 Fix regression calling add-osgi f25d133385 is described below commit f25d133385dadaef3540de8140c78d1eca12ac83 Author: remm <r...@apache.org> AuthorDate: Tue Jul 16 11:40:19 2024 +0200 Fix regression calling add-osgi Unless means not set at all, evaluating to false is not the same. --- build.xml | 1 - webapps/docs/changelog.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 53e811908c..2ceb02abb1 100644 --- a/build.xml +++ b/build.xml @@ -109,7 +109,6 @@ <property name="min.java.version" value="8"/> <property name="build.java.version" value="17"/> <property name="release.java.version" value="17"/> - <property name="skip.build.java.version" value="false"/> <!-- Check Java Build Version --> <fail message="Java version ${build.java.version} or newer is required (${java.version} is installed)"> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 622bf0af0f..cfae001c34 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -116,6 +116,14 @@ </add> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <fix> + Fix packaging regression with missing osgi information following + addition of the <code>test-only</code> build target. (remm) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 9.0.91 (remm)" rtext="2024-07-08"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org