[Git][java-team/libvt-ldap-java][master] Fixed the build failure with OpenJDK 17 (Closes: #981858)

Emmanuel Bourg gitlab at salsa.debian.org
Mon Feb 8 09:02:54 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libvt-ldap-java


Commits:
df8dd2c8 by Emmanuel Bourg at 2021-02-08T09:59:57+01:00
Fixed the build failure with OpenJDK 17 (Closes: #981858)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/java17-compatibility.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libvt-ldap-java (3.3.8-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with OpenJDK 17 (Closes: #981858)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 08 Feb 2021 09:59:34 +0100
+
 libvt-ldap-java (3.3.8-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/java17-compatibility.patch
=====================================
@@ -0,0 +1,19 @@
+--- a/src/main/java/edu/vt/middleware/ldap/jaas/LdapGroup.java
++++ b/src/main/java/edu/vt/middleware/ldap/jaas/LdapGroup.java
+@@ -15,7 +15,6 @@
+ 
+ import java.io.Serializable;
+ import java.security.Principal;
+-import java.security.acl.Group;
+ import java.util.Collections;
+ import java.util.Enumeration;
+ import java.util.HashSet;
+@@ -28,7 +27,7 @@
+  * @author  Middleware Services
+  * @version  $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
+  */
+-public class LdapGroup implements Group, Serializable
++public class LdapGroup implements Principal, Serializable
+ {
+ 
+   /** serial version uid. */


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+java17-compatibility.patch



View it on GitLab: https://salsa.debian.org/java-team/libvt-ldap-java/-/commit/df8dd2c8d81bb8316eabc9dba5e2efe59a64e7e9

-- 
View it on GitLab: https://salsa.debian.org/java-team/libvt-ldap-java/-/commit/df8dd2c8d81bb8316eabc9dba5e2efe59a64e7e9
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/20210208/0fef9611/attachment.html>


More information about the pkg-java-commits mailing list