Skip to content

Fluxzero 1.150.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 13:28

1.150.1 (2026-04-13)

Bug Fixes

  • fix(spring): ignore direct handler bean definitions (8fbc9b8)

    Remove direct bean definitions for Stateful, TrackSelf and SocketEndpoint types before registering Fluxzero prototypes.

    This prevents Spring from trying to instantiate handler classes as regular beans in setups that explicitly include these annotations in component scanning, and adds regression coverage for constructor-injected Stateful types.