Skip to content

Fluxzero 1.106.2

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:41

1.106.2 (2026-03-12)

Bug Fixes

  • fix(web): validate injected params with configurable invocation checks (f33b269)

    Move executable-parameter validation into the Validator abstraction and wire it through HandlerConfiguration invocation hooks. Add disableWebParameterValidation on the builder so this behavior is toggled from configuration, keeping DefaultHandlerFactory simple. Also fix WebParameterProcessor signature generation to use erased parameter types so @​NotNull/@​Positive on @​PathParam do not break parameter-name registry lookups.