Tony Mancill pushed to branch master at Debian Java Maintainers / libeuclid-java


Commits:
b072f822 by Pushkar Kulkarni at 2023-11-25T11:38:14+05:30
Fix build failures with openjdk-21

The class ThriftyList implements both java.util.Deque<E> and
java.util.List<E>. In Java 21, these classes define a reversed()
method returning a object of their own type. This makes them
incompatible in Java 21. This problem still exists in the upstream
project. Hence, this commit proposes compiling the package at the
JDK 17 API level to work around the problem until a better solution
is figured out upstream.

- - - - -
dd4ef765 by Tony Mancill at 2023-12-20T03:56:31+00:00
Merge branch 'fix-1052694' into 'master'

Fix build failures with openjdk-21

See merge request java-team/libeuclid-java!1
- - - - -


2 changed files:

- debian/changelog
- debian/maven.properties


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libeuclid-java (2.6-2) UNRELEASED; urgency=medium
+
+  * Fix a build failure with openjdk-21 as default jdk (Closes: #1052694)
+
+ -- Pushkar Kulkarni <pushkar.kulka...@canonical.com>  Fri, 24 Nov 2023 
14:53:46 +0530
+
 libeuclid-java (2.6-1) unstable; urgency=medium
 
   * New upstream version 2.6


=====================================
debian/maven.properties
=====================================
@@ -2,3 +2,4 @@
 # For example:
 # maven.test.skip=true
 # project.build.sourceEncoding=UTF-8
+maven.compiler.release=17



View it on GitLab: 
https://salsa.debian.org/java-team/libeuclid-java/-/compare/f0a6e06b735d21df2b417654d6f4c58741285e37...dd4ef765351b397bac7086bb48f83b1f2acdc9a1

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libeuclid-java/-/compare/f0a6e06b735d21df2b417654d6f4c58741285e37...dd4ef765351b397bac7086bb48f83b1f2acdc9a1
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to