Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usages of deprecated ThreadDeath #8487

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

basil
Copy link
Member

@basil basil commented Sep 13, 2023

In newer versions of Java ThreadDeath has been removed without replacement:

[WARNING] Run.java:[1899,25] [removal] ThreadDeath in java.lang has been deprecated and marked for removal
[WARNING] Run.java:[1922,21] [removal] ThreadDeath in java.lang has been deprecated and marked for removal
[WARNING] SaveableListener.java:[83,21] [removal] ThreadDeath in java.lang has been deprecated and marked for removal

To prepare for this removal we remove any references to this class.

Testing done

The CI build should be sufficient.

Proposed changelog entries

N/A

Proposed upgrade guidelines

N/A

Submitter checklist

Preview Give feedback

Desired reviewers

@mention

Before the changes are marked as ready-for-merge:

Maintainer checklist

Preview Give feedback

@basil basil added the skip-changelog Should not be shown in the changelog label Sep 13, 2023
@NotMyFault NotMyFault requested a review from a team September 16, 2023 15:45
@MarkEWaite MarkEWaite added the ready-for-merge The PR is ready to go, and it will be merged soon if there is no negative feedback label Sep 16, 2023
@MarkEWaite
Copy link
Contributor

This PR is now ready for merge. We will merge it after the next weekly release if there is no negative feedback. https://groups.google.com/g/jenkinsci-advisories/c/-RZfZDf9srA announces the upcoming security release

@NotMyFault NotMyFault merged commit 807243e into jenkinsci:master Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge The PR is ready to go, and it will be merged soon if there is no negative feedback skip-changelog Should not be shown in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants