Fluxzero 1.162.3
1.162.3 (2026-05-11)
Bug Fixes
fix(web): avoid Jackson discovery in OpenAPI processor (
a5aab81)Use a processor-local JsonMapper for generated OpenAPI JSON so annotation processing does not initialize JsonUtils and trigger Jackson ServiceLoader module discovery. This avoids Gradle and kapt classloader failures such as Jdk8Module or ParameterNamesModule not being assignable to the processor's Module type.
Tests: ./mvnw -pl sdk -Dtest=OpenApiProcessorJsonTest test; ./mvnw -pl annotation-processor-tests -am test; ./mvnw -pl kotlin-tests -am test; git diff --check