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

Upgrade finagle to 6.43.0 #347

Merged
merged 5 commits into from
May 11, 2017
Merged

Upgrade finagle to 6.43.0 #347

merged 5 commits into from
May 11, 2017

Conversation

pankajroark
Copy link
Contributor

Upgrades finagle and twitter util. In the process gets rid of finagle-http-compat and moves to the latest finagle http api.

@pankajroark pankajroark changed the title Upgrade finagle to 6.44.0 Upgrade finagle to 6.43.0 May 11, 2017
@pankajroark pankajroark requested a review from ttim May 11, 2017 18:05
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.

Looks good!

case (k, Some(buf)) =>
val req = Request(Method.Put, k)
req.content = buf
req.contentLength = buf.length
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is buf.length the same as .readableBytes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, seem to be afaict.

@pankajroark pankajroark merged commit 5bd0991 into develop May 11, 2017
@codecov-io
Copy link

Codecov Report

Merging #347 into develop will decrease coverage by <.01%.
The diff coverage is 70.83%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #347      +/-   ##
===========================================
- Coverage    61.16%   61.16%   -0.01%     
===========================================
  Files          119      119              
  Lines         1813     1818       +5     
  Branches       117      117              
===========================================
+ Hits          1109     1112       +3     
- Misses         704      706       +2
Impacted Files Coverage Δ
...scala/com/twitter/storehaus/redis/RedisStore.scala 33.33% <0%> (ø) ⬆️
...n/scala/com/twitter/storehaus/http/HttpStore.scala 70.37% <73.91%> (-6.91%) ⬇️
.../twitter/storehaus/mysql/MergeableMySqlStore.scala 86.95% <0%> (+4.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b130e0...bc1c72b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants