Emmanuel Bourg pushed to branch master at Debian Java Maintainers / classmate
Commits: cbdaaeb1 by Pushkar Kulkarni at 2023-11-25T12:58:39+05:30 Exclude tests that fail with openjdk-21 Some tests fail when maven builds the project using jdk 21. These test failures are seen with the upstream repository too. This commit proposes we exclude the tests until the failures are addressed upstream. - - - - - 2 changed files: - debian/changelog - debian/maven.properties Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +classmate (1.3.4-3) UNRELEASED; urgency=medium + + * d/maven.properties: Skip tests that fail with openjdk-21 (Closes: #1053017) + + -- Pushkar Kulkarni <[email protected]> Sat, 25 Nov 2023 10:05:21 +0530 + classmate (1.3.4-2) unstable; urgency=medium * Team upload. ===================================== debian/maven.properties ===================================== @@ -2,4 +2,5 @@ # For example: # maven.test.skip=true # project.build.sourceEncoding=UTF-8 +test=\!*TestMemberResolver*,\!*AnnotationsTest*,\!*ArrayTypeResolution51Test* View it on GitLab: https://salsa.debian.org/java-team/classmate/-/commit/cbdaaeb12079691f69e7a4db823a9a0a9cb245c4 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/java-team/classmate/-/commit/cbdaaeb12079691f69e7a4db823a9a0a9cb245c4 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

