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 <[email protected]> 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.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

