Skip to content

Fluxzero 1.158.4

Choose a tag to compare

@github-actions github-actions released this 08 May 12:53

1.158.4 (2026-05-08)

Bug Fixes

  • fix(deps): publish runtime server dependencies (5df710d)

    Disable dependency-reduced POM generation for shaded test-server and proxy builds so Maven Central keeps the real dependency metadata.

    Move Jetty dependency management into test-server via the Jetty BOM and expose proxy's SDK/Undertow dependencies as normal runtime dependencies.

    Verification: ./mvnw -pl test-server,proxy -DskipTests install; ./mvnw -pl test-server dependency:tree -Dincludes=org.eclipse.jetty,org.eclipse.jetty.websocket -Dscope=runtime; ./mvnw -pl proxy dependency:tree -Dincludes=io.undertow -Dscope=runtime.