Skip to content

Fluxzero 1.136.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 15:57

1.136.1 (2026-04-13)

Bug Fixes

  • fix(threading): allow disabling virtual thread workers (d9ce08d)

    Guard virtual thread worker support behind a configurable property named `fluxzero.virtual-threads.allowed` (default true) in addition to the Java version (>= 25) check.

    Also resolve environment variables through normalized underscore aliases so settings like FLUXZERO_VIRTUAL_THREADS_ALLOWED work consistently, and add focused tests for both the property toggle and alias resolution.