Replace Blaze with Ember (client only)#612
Open
neko-kai wants to merge 4 commits into
Open
Conversation
Resurrects 135a9f9 on top of develop and bumps http4s to 0.23.34 (latest 0.23.x stable; ignoring the 1.0-Mx milestones). Two newer test artifacts (McpBridgeRealServerSpec, mcpdemo.McpDemoMain) that post-date the original commit are also ported from Blaze to Ember. build.sbt regenerated via ./sbtgen.sc --js.
…mber. Replaces the original 135a9f9 contents with the resurrected, modernized version (http4s/ember 0.23.34, sbtgen-based build, ports for the McpBridgeRealServerSpec and mcpdemo.McpDemoMain tests added after 135a9f9). Recorded as a merge so the existing upstream PR ref can be fast-forwarded without `--force`.
`HttpRpcDispatcherFactory` keeps `EmberClientBuilder` from the previous commit. Server-side users (Http4sTransportTest, the McpBridgeRealServerSpec real socket, and the mcpdemo runner) move back to `BlazeServerBuilder` — the WS websocket app is still served from Blaze (`http4s-blaze-server` 0.23.17, the last available 0.23.x release). `http4s-ember-server` is dropped from the runtime-rpc-http4s deps. build.sbt regenerated via ./sbtgen.sc --js.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.