jamesnetherton opened a new pull request, #8956:
URL: https://github.com/apache/camel-quarkus/pull/8956

   ## Summary
   - Migrate `QuarkusWebsocketResource` server endpoint from 
`@ServerEndpoint`/`@OnMessage` (jakarta.websocket) to 
`@WebSocket`/`@OnTextMessage` (quarkus-websockets-next)
   - Replace `jakarta.websocket.ContainerProvider` WebSocket client in tests 
with the raw Vert.x `WebSocketClient`
   - Configure SSL trust for test WebSocket connections via 
`WebSocketClientOptions` with `PfxOptions`
   - Remove `quarkus-websockets` dependency, `VertxWebsocketClientSslProvider`, 
and its Undertow service loader registration
   
   ## Test plan
   - [x] All 20 JVM tests pass (`mvn verify`)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to