Your message dated Fri, 06 Feb 2026 05:55:47 +0100
with message-id <[email protected]>
and subject line Re: Regression of #1020948 introduced in bullseye-security
(looking up for OpenJDK 17)
has caused the Debian Bug report #1114028,
regarding Regression of #1020948 introduced in bullseye-security (looking up
for OpenJDK 17)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1114028: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114028
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tomcat9
Version: 9.0.107-0+deb11u1
Severity: important
Tags: patch
X-Debbugs-Cc: [email protected]
Hello Markus,
tomcat9 9.0.107-0+deb11u1 removed the changed made by 9.0.43-2_deb11u5
in debian/libexec/tomcat-locate-java.sh that looks up for OpenJDK 17.
The same change (included below) obviously solves the regression.
I wonder if #1110075 relates to this change.
diff --git a/debian/libexec/tomcat-locate-java.sh
b/debian/libexec/tomcat-locate-java.sh
index d5c0c9b5..2a06a864 100644
--- a/debian/libexec/tomcat-locate-java.sh
+++ b/debian/libexec/tomcat-locate-java.sh
@@ -13,7 +13,7 @@ if [ -z "$JAVA_HOME" ]; then
# This function sets the variable JDK_DIRS
find_jdks()
{
- for java_version in 11 10 9 8
+ for java_version in 17 11 10 9 8
do
for jvmdir in /usr/lib/jvm/java-${java_version}-openjdk-* \
/usr/lib/jvm/jdk-${java_version}-oracle-* \
Cheers,
-- Santiago
--- End Message ---
--- Begin Message ---
Version: 9.0.107-0+deb11u2
Fixed with DLA-4468-1
signature.asc
Description: This is a digitally signed message part
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.