-
Notifications
You must be signed in to change notification settings - Fork 202
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 joda time dependency from netflix-sel module #61
Comments
@jun-he Could you assign this issue to me. I would like to work on it. |
I’m starting on the task to remove the Joda-Time dependency from the Netflix-SEL module and replace it with Java's Migration Plan1. Affected Parts in netflix-sel:
2. Update Documentation:
3. Update Main Classes:
4. Update Test Classes:
5. Test and Validate:
|
Any input or concerns before I proceed? Let me know if there are specific things I should keep in mind! Also, should we divide this into smaller tasks/issues, or handle it as a single issue? |
@pranaybattu thanks for the interest and taking time to draft a plan. I assign this task to you.
|
Sure, will explore those. |
To remove it, we have to implement those SEL methods using Java time libraries than Joda time.
The text was updated successfully, but these errors were encountered: