Skip to content

Fluxzero 1.149.8

Choose a tag to compare

@github-actions github-actions released this 12 Apr 07:24

1.149.8 (2026-04-12)

Bug Fixes

  • fix(content-filtering): preserve Kotlin deserialization in JacksonContentFilter (d9dd7f1)

    Use a dedicated mapper for filter serialization and keep a clean mapper for deserializing filtered JSON back into domain types. This avoids Kotlin data classes failing during @​FilterContent processing when JsonIgnore handling is customized.

    Add a Kotlin regression test that reproduces the issue and verifies filtered Kotlin objects are materialized correctly.