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

Replace Timer use with Jetty Scheduler #1470

Closed
joakime opened this issue Apr 13, 2017 · 5 comments · Fixed by #11838
Closed

Replace Timer use with Jetty Scheduler #1470

joakime opened this issue Apr 13, 2017 · 5 comments · Fixed by #11838
Assignees
Labels
Pinned Issues that never go stale Task

Comments

@joakime
Copy link
Contributor

joakime commented Apr 13, 2017

Files like RolloverFileOutputStream still use the venerable java.util.Timer class which has some unique quirks of its own (see #1469)

These instances should be replaced with the usage of org.eclipse.jetty.util.thread.Scheduler instead.

@joakime joakime added the Task label Apr 13, 2017
@stale
Copy link

stale bot commented Nov 20, 2019

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale For auto-closed stale issues and pull requests label Nov 20, 2019
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Nov 20, 2019
@stale
Copy link

stale bot commented Nov 24, 2020

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale For auto-closed stale issues and pull requests label Nov 24, 2020
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Nov 24, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label May 14, 2022
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label May 14, 2022
@github-actions
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label May 15, 2023
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label May 15, 2023
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label May 15, 2024
@sbordet sbordet added Pinned Issues that never go stale and removed Stale For auto-closed stale issues and pull requests labels May 19, 2024
@sbordet sbordet self-assigned this May 19, 2024
sbordet added a commit that referenced this issue May 24, 2024
Removed usages of the Timer class.

Deprecated TimerScheduler.

Code cleanup in ee10 classes.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet moved this to 🏗 In progress in Jetty 12.0.10 (FROZEN) May 24, 2024
@sbordet sbordet linked a pull request May 24, 2024 that will close this issue
sbordet added a commit that referenced this issue May 27, 2024
Removed usages of the Timer class.

Deprecated TimerScheduler.

Code cleanup in ee10 classes.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Jetty 12.0.10 (FROZEN) May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pinned Issues that never go stale Task
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants