Java-Thread-Affinity
Java-Thread-Affinity copied to clipboard
AffinityLockTest.dumpLocks fail in Java 21
The tests were broken because Thread#toString includes thread ID on Java 21. Ignore this difference in toString presentation in the test cases fixes the issue.
PR has been merged for this. Ticket should be closed soon.