[Git][java-team/tomcat10][master] Look for OpenJDK from 11 to 25 when starting the server
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Feb 13 15:47:48 GMT 2025
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tomcat10
Commits:
80d1d1d5 by Emmanuel Bourg at 2025-02-13T16:47:34+01:00
Look for OpenJDK from 11 to 25 when starting the server
- - - - -
2 changed files:
- debian/changelog
- debian/libexec/tomcat-locate-java.sh
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+tomcat10 (10.1.35-2) UNRELEASED; urgency=medium
+
+ * Look for OpenJDK from 11 to 25 when starting the server
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 13 Feb 2025 16:34:42 +0100
+
tomcat10 (10.1.35-1) unstable; urgency=medium
* New upstream version 10.1.35.
=====================================
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 21 20 19 17 11 8
+ for java_version in 25 24 23 22 21 17 11
do
for jvmdir in /usr/lib/jvm/java-${java_version}-openjdk-* \
/usr/lib/jvm/jdk-${java_version}-oracle-* \
View it on GitLab: https://salsa.debian.org/java-team/tomcat10/-/commit/80d1d1d5894da2c5d34668ed30e5961bea3c0dfc
--
View it on GitLab: https://salsa.debian.org/java-team/tomcat10/-/commit/80d1d1d5894da2c5d34668ed30e5961bea3c0dfc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250213/409d05b2/attachment.htm>
More information about the pkg-java-commits
mailing list