Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jboss-logging-tools
Commits: b62165f3 by Pushkar Kulkarni at 2024-07-12T07:29:08+00:00 Fix the build failure with Java 21 (Closes: #1052622) - - - - - 2 changed files: - debian/changelog - debian/maven.properties Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +jboss-logging-tools (2.2.1-4) unstable; urgency=medium + + * d/maven.properties: enable compilation with openjdk-21 (Closes: #1052622) + + -- Pushkar Kulkarni <[email protected]> Fri, 24 Nov 2023 14:08:46 +0530 + jboss-logging-tools (2.2.1-3) unstable; urgency=medium * Switch to debhelper-compat = 13. ===================================== debian/maven.properties ===================================== @@ -1,6 +1,4 @@ # Include here properties to pass to Maven during the build. # For example: maven.test.skip=true -maven.compiler.source=1.9 -maven.compiler.target=1.9 - +maven.compiler.release=8 View it on GitLab: https://salsa.debian.org/java-team/jboss-logging-tools/-/commit/b62165f34520931268e54f564a6e71093b93b322 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/java-team/jboss-logging-tools/-/commit/b62165f34520931268e54f564a6e71093b93b322 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

