[Git][java-team/openhft-chronicle-threads][master] 3 commits: skip failing test
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Tue Dec 19 05:27:46 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / openhft-chronicle-threads
Commits:
19248726 by Vladimir Petko at 2023-11-29T10:27:10+13:00
skip failing test
- - - - -
9a976f20 by Vladimir Petko at 2023-11-29T10:27:46+13:00
changelog
- - - - -
5a4f0254 by Tony Mancill at 2023-12-19T05:27:43+00:00
Merge branch 'master' into 'master'
Resolve Java 21 FTBFS
See merge request java-team/openhft-chronicle-threads!2
- - - - -
2 changed files:
- debian/changelog
- debian/maven.properties
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+openhft-chronicle-threads (1.1.6-4) UNRELEASED; urgency=medium
+
+ * d/maven.properties: disable
+ net.openhft.chronicle.threads.EventGroupTest. Thread.group field is
+ no longer present in Java 21 and functionality provided by
+ net.openhft.chronicle.threads.Threads.withThreadGroup/setThreadGroup
+ is no longer possible. Upstream has scheduled them for removal
+ (Closes: #1053069).
+
+ -- Vladimir Petko <vladimir.petko at canonical.com> Wed, 29 Nov 2023 10:26:58 +1300
+
openhft-chronicle-threads (1.1.6-3) unstable; urgency=medium
* Fixed the build failure with OpenJDK 17 (Closes: #1011562)
=====================================
debian/maven.properties
=====================================
@@ -3,3 +3,4 @@
# maven.test.skip=true
argLine=--add-opens java.base/java.lang=ALL-UNNAMED
+test=!net.openhft.chronicle.threads.EventGroupTest
\ No newline at end of file
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-threads/-/compare/cf4bb0f284a1afa45a98f236f6c6e754f2356395...5a4f025446a04b564f89a8d6144b158ccebdafee
--
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-threads/-/compare/cf4bb0f284a1afa45a98f236f6c6e754f2356395...5a4f025446a04b564f89a8d6144b158ccebdafee
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/20231219/c8f6cdf4/attachment.htm>
More information about the pkg-java-commits
mailing list