Utkarsh Gupta pushed to branch bullseye at Debian Java Maintainers / tomcat9
Commits: 7ca70b7b by Utkarsh Gupta at 2022-09-30T04:12:57+05:30 Look for OpenJDK 17 when starting the server. (Closes: #1020948) - - - - - f560bd14 by Utkarsh Gupta at 2022-09-30T04:14:07+05:30 Update d/ch for 9.0.43-2~deb11u4 release - - - - - ea95fb2b by Utkarsh Gupta at 2023-01-11T18:59:44+05:30 Merge remote-tracking branch 'origin/pu-update-for-bug-1020948' into bullseye * origin/pu-update-for-bug-1020948: Update d/ch for 9.0.43-2~deb11u4 release Look for OpenJDK 17 when starting the server. (Closes: #1020948) - - - - - 2 changed files: - debian/changelog - debian/libexec/tomcat-locate-java.sh Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +tomcat9 (9.0.43-2~deb11u5) bullseye; urgency=medium + + * Team upload. + * Look for OpenJDK 17 when starting the server. (Closes: #1020948) + + -- Utkarsh Gupta <[email protected]> Fri, 06 Jan 2022 03:30:21 +0530 + tomcat9 (9.0.43-2~deb11u4) bullseye-security; urgency=high * Team upload. ===================================== 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-* \ View it on GitLab: https://salsa.debian.org/java-team/tomcat9/-/compare/3b0f9f4314cfb1738374d76b200e43695b0b79db...ea95fb2b0aeec1610b476dec741846da9ef0c164 -- View it on GitLab: https://salsa.debian.org/java-team/tomcat9/-/compare/3b0f9f4314cfb1738374d76b200e43695b0b79db...ea95fb2b0aeec1610b476dec741846da9ef0c164 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

