catbird icon indicating copy to clipboard operation
catbird copied to clipboard

Update Finagle to 23.11

Open milanvdm opened this issue 2 years ago • 11 comments
trafficstars

milanvdm avatar Nov 08 '23 08:11 milanvdm

@bpholt Found the following MiMa issues:

[error] finagle-core: Failed binary compatibility check against com.twitter:finagle-core_2.12:23.11.0! Found 2 potential problems
[error]  * class com.twitter.finagle.context.Requeues does not have a correspondent in current version
[error]    filter with: ProblemFilters.exclude[MissingClassProblem]("com.twitter.finagle.context.Requeues")
[error]  * object com.twitter.finagle.context.Requeues does not have a correspondent in current version
[error]    filter with: ProblemFilters.exclude[MissingClassProblem]("com.twitter.finagle.context.Requeues$")

From what I can tell, these are not an issue. But that does mean I need to drop the 22.12.0 version in the MiMa check.

milanvdm avatar Nov 08 '23 08:11 milanvdm

Yes, that sounds right.

Someday I'd like to introduce a scheme like I added to my company's async-utils library, where we publish different artifacts of catbird linked against each of several older versions of Finagle/Twitter Utils, but since we haven't really been introducing new features to catbird, I don't think that's pressing. (If there were new features included in the upcoming release, it would force users to also update their Twitter versions, which isn't always trivial.) For now I think we can update the upstream MiMa check and then we'll publish v23.11.0.

bpholt avatar Nov 13 '23 17:11 bpholt

@bpholt Done! :)

milanvdm avatar Nov 13 '23 20:11 milanvdm

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1043ccd) 90.60% compared to head (a70d912) 90.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   90.60%   90.60%           
=======================================
  Files          18       18           
  Lines         298      298           
  Branches        2        2           
=======================================
  Hits          270      270           
  Misses         28       28           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Nov 13 '23 20:11 codecov-commenter

@bpholt Kind reminder! :)

milanvdm avatar Dec 07 '23 11:12 milanvdm

@bpholt Could I get an approval on this? :)

milanvdm avatar Mar 19 '24 11:03 milanvdm

@bpholt is there any intention on merging this please?

nickrsabol avatar Jun 04 '24 20:06 nickrsabol

Hi @bpholt thank you for your efforts in maintaining this project. It is used widely by teams at my company with great success. We are currently upgrading our dependencies on Finagle and are unable to do so until this project is brought up to date as well. Could this pull request please get merged so that we can make progress?

nickrsabol avatar Jun 10 '24 17:06 nickrsabol

@nickrsabol Ive raised this with Typelevel and hopefully get this merged :)

milanvdm avatar Jun 10 '24 17:06 milanvdm

I'd like to spend some time on this this week, so we can resolve those MiMa issues without dropping the version from the check. Can we hold off on merging until that's done?

bpholt avatar Jun 10 '24 18:06 bpholt

See #607 for some progress I made on this today. If that's deemed an acceptable approach, then once it's merged, we can add 23.11 to the list of supported Finagles.

bpholt avatar Jun 14 '24 20:06 bpholt