sunng87 / ring-jetty9-adapter

An enhanced version of jetty adapter for ring, with additional features like websockets, http/2 and http/3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetty 10 support

sunng87 opened this issue · comments

Jetty 10 has been released and our library has to catch up.

The websocket module in Jetty 10 has quite a few breaking changes that will need efforts to adopt.

Currently the programming documentation of websocket module is still a work in progress https://www.eclipse.org/jetty/documentation/10.0.0/programming-guide/index.html#pg-server-websocket

tracking issue: jetty/jetty.project#5229

Fixed in #56