This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new a4d3724c25 Fix regression calling add-osgi a4d3724c25 is described below commit a4d3724c25a79ea7f0ebb4ccfb055d576da54789 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 a593c019b1..64d09ca245 100644 --- a/build.xml +++ b/build.xml @@ -110,7 +110,6 @@ <property name="min.java.version" value="17"/> <property name="build.java.version" value="17"/> <property name="release.java.version" value="22"/> - <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 68a9c6b794..944d0bfaf3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -125,6 +125,14 @@ </update> </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 11.0.0-M22 (markt)" rtext="2024-07-05"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org