This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 3eebf76d67 Fix regression calling add-osgi
3eebf76d67 is described below
commit 3eebf76d67b48dc3b966521c52bbd8a7d1559af3
Author: remm <[email protected]>
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 43a82d856a..c1ed116515 100644
--- a/build.xml
+++ b/build.xml
@@ -110,7 +110,6 @@
<property name="min.java.version" value="11"/>
<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 a73a11c0c3..a4366c857e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 10.1.27 (schultz)" rtext="in development">
+ <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 10.1.26 (schultz)" rtext="2024-07-12">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]