8000 Release Release 2.8.0 · randomizedtesting/randomizedtesting · GitHub
[go: up one dir, main page]

Skip to content

Release 2.8.0

Compare
Choose a tag to compare
@dweiss dweiss released this 28 Jun 12:44
· 28 commits to master since this release

This release includes two minor changes and should be fully backwards-compatible, unless deep
internals of the code were used (such as event subscribers).

  • GH-303: Messages from ThreadLeakControl.checkThreadLeaks can
    be inconsistent due to mismatched use of thread data.

  • GH-304: Replace master/slave with main/forkedjvm terminology. This change
    may result in backward incompatibilities if you used low-level event bus
    subscription methods or JSON reports. Grep and replace 'slave' with 'forkedJvm'
    and 'master' with 'main' seed.

0