Remove calls to Thread.suspend()/resume() to build with Java 25

This MR resolves 1108555. Java 25 removed Thread stop and resume methods. This MR removes those calls and associated buttons.

Changes:

  • add patch to remove suspend()/resume() calls and associated buttons.

Testing:

  • rebuild in sid chroot
  • rebuild in sid chroot with default Java 25.
  • manual test, opened plugin dialog: image
Edited by Vladimir Petko

Merge request reports

Loading