Skip to content

Fluxzero 1.211.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:58

1.211.3 (2026-06-25)

Bug Fixes

  • fix(web): remove spring supplier from web response (f379816)

    Add a Fluxzero ThrowingSupplier in common and use it for WebResponse stream responses. This keeps the web API free from a Spring utility type while preserving checked-exception handling through ObjectUtils.asSupplier.\n\nTests run:\n- ./mvnw -q -pl sdk -am -Dtest=io.fluxzero.sdk.web.HandleWebTest -Dsurefire.failIfNoSpecifiedTests=false test\n- ./mvnw -q -pl sdk -am test\n- ./mvnw -q -Dgpg.skip -DskipPublishing=true -B install -P deploy