Closed trammel closed 1 month ago
makes sense Jonathon, cheers for the PR and reference link
Oh well. It probably won't make much of a difference immediately, but if pact_mock-service ever switches to an alternative, then there's a little less cleanup in the future here.
Thanks for triple-checking the PR 😁
Agreed! Hopefully we may be able to, especially as we move towards leveraging the FFI for the rust based core.
What is the go to replacement for webrick these days? Might be worth adding an issue to track its removal over in pact_mock-service
Thanks for triple-checking the PR 😁
Pleasure dude!
Webrick was originally part of the pact application, but is now purely used to support testing.
Also, to quote Jeremy Evans https://github.com/ruby/webrick/issues/145#issuecomment-2359963761
As Webrick has recently seen a number of CVEs, pulling Webrick in to other codebases unecessarily causes security related maintenance.
It's still fine for testing.