[Git][java-team/tomcat9][bullseye] 3 commits: Look for OpenJDK 17 when starting the server. (Closes: #1020948)

Utkarsh Gupta (@utkarsh) gitlab at salsa.debian.org
Wed Jan 11 13:30:33 GMT 2023



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 <utkarsh at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230111/bf3a707a/attachment.htm>


More information about the pkg-java-commits mailing list