Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[websocket-dev] WebSocket 2.2 M1 Status

Hello,

Is Websocket on track for an M1 release by Nov 28th?  I see there are four issues left open:

- https://github.com/jakartaee/websocket/issues/189 (Shared Endpoint support in ServerEndpointConfig.Builder)
- https://github.com/jakartaee/websocket/issues/212 (Give WebSocketContainer on the client side a lifecycle)
- https://github.com/jakartaee/websocket/issues/213 (Define that user provided encoders and decoders override the platform provided ones)
- https://github.com/jakartaee/websocket/issues/289 (Clarify search order of Encoders / Decoders)


It looks like the first two require API changes (new methods) while the latter two are javadoc clarifications which may need more discussion.

Thanks,

Volodymyr

Back to the top