Fluxzero 1.181.0
1.181.0 (2026-05-21)
Features
feat(validation): inject context into payload constraints (
d1f9c88)Allow constrained payload methods such as @AssertTrue to resolve parameters from the active Fluxzero message context using configured ParameterResolvers. Delegate ValidationUtils to the active Fluxzero validator when available, keep test defaults in test resources, and keep SDK test artifacts free of local defaults and benchmark classes.
Tests: ./mvnw -pl sdk -Dtest=ValidatingInterceptorTest,DefaultValidatorTest,ValidationUtilsTest test; ./mvnw -pl sdk -am test; ./mvnw -pl sdk -am -DskipTests package