Skip to content

Fluxzero 1.53.2

Choose a tag to compare

@github-actions github-actions released this 06 Dec 17:02

1.53.2 (2025-12-06)

Bug Fixes

  • fix(proxy): switch to shade plugin from assembly plugin (5170df8)

    The switch from 2.20.1 from 2.20.0 of jackson somehow prevented the proxy from correctly deserializing web request settings. Apparently the switch messed with the order of dependencies preventing the assembly plugin from including the correct ones in the right order. Using shade plugin to fix and prevent further mix-ups.