Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Avoid deprecated com.twitter.conversions #774

Merged
merged 1 commit into from Feb 11, 2019
Merged

Conversation

kevinoliver
Copy link
Contributor

Problem

Twitter's util deprecated com.twitter.conversions.time in twitter/util@c4c33a3.

Solution

Use com.twitter.conversions.DurationOps.

Copy link
Collaborator

@ttim ttim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ttim ttim merged commit 9670791 into develop Feb 11, 2019
@kevinoliver
Copy link
Contributor Author

Apologies for not compiling first. New patch coming that avoids conversions entirely.

ttim pushed a commit that referenced this pull request Feb 11, 2019
Problem

As noted in #774 Twitter util deprecated some conversions. However, summingbird is on an older version of util that does not have the new APIs.

Solution

Avoid the conversions sugar completely.
ttim pushed a commit to ttim/summingbird that referenced this pull request Apr 22, 2019
Problem

Twitter's util deprecated `com.twitter.conversions.time` in [twitter/util@c4c33a3](twitter/util@c4c33a3).

Solution

Use `com.twitter.conversions.DurationOps`.
ttim pushed a commit to ttim/summingbird that referenced this pull request Apr 22, 2019
Problem

As noted in twitter#774 Twitter util deprecated some conversions. However, summingbird is on an older version of util that does not have the new APIs.

Solution

Avoid the conversions sugar completely.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants