Skip to content

Fixes erroneous deprecation warning in TimerTask. #344

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

Merged
merged 1 commit into from
Jun 12, 2015
Merged

Conversation

jdantonio
Copy link
Member

Addresses #341.

TimerTask used Concurrent::timer internally. When the latter was deprecated it caused the former to erroneously generate continuous deprecation warnings. This update replaces Concurrent::timer with Concurrent::ScheduledTask which is the correct abstraction.

@jdantonio jdantonio added in progress bug A bug in the library or documentation. labels Jun 12, 2015
@jdantonio jdantonio added this to the 0.9.0 Release milestone Jun 12, 2015
@jdantonio jdantonio self-assigned this Jun 12, 2015
@jdantonio jdantonio changed the title Fixed erroneous deprecation warning in TimerTask. Fixes erroneous deprecation warning in TimerTask. Jun 12, 2015
jdantonio added a commit that referenced this pull request Jun 12, 2015
Fixes erroneous deprecation warning in TimerTask.
@jdantonio jdantonio merged commit 1da7c0e into master Jun 12, 2015
@jdantonio jdantonio deleted the fix/timer-task branch June 12, 2015 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in the library or documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant