Skip to content

Fluxzero 1.118.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 14:27

1.118.0 (2026-03-15)

Features

  • feat(concurrency): prefer virtual worker pools on JDK 25+ (7792b26)

    Centralize worker pool creation in ObjectUtils so SDK and common components can use named virtual-thread pools on Java 25 and newer, while falling back to fixed-size platform pools on older JDKs.

    This updates request/response handling, tracking workers, websocket processing, shutdown paths and test-server websocket handling, and keeps schedulers and explicitly single-threaded executors unchanged.