Skip to content

Fluxzero 1.33.0

Choose a tag to compare

@github-actions github-actions released this 28 Oct 14:32

1.33.0 (2025-10-28)

Features

  • feat(configuration): prevent non-Spring Fluxzero instances from exiting after main by default (6fea27b)

    Introduce a built-in keepalive mechanism to ensure standalone (non-Spring) Fluxzero applications remain active after the main method completes. This behavior can be disabled via FluxzeroBuilder#disableKeepalive().