Fluxzero 1.175.0
1.175.0 (2026-05-18)
Code Refactoring
refactor(proxy): migrate proxy server to Jetty (
e6262d7)Replace Undertow with Jetty for the proxy HTTP and websocket ingress path while preserving lifecycle, request routing, streaming, and websocket behavior through expanded tests.
Add configurable request, websocket, and thread limits, websocket send backpressure metrics, and benchmark coverage for the proxy hot paths.
Tests:
- ./mvnw -q -pl proxy test
- ./mvnw -q -pl proxy -Dtest='ProxyWebsocketEndpointTest,JettyProxyWebsocketSessionTest,ProxyServerTest' test
- git diff --check