Skip to content

Fluxzero 1.211.5

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:47

1.211.5 (2026-06-26)

Bug Fixes

  • fix(web): serve static resources from jars (fdb98d4)

    StaticFileHandler cached regular JAR resources with the underlying file URI instead of a jar:file URI, so classpath static content from dependency jars failed at runtime. Add a focused regression test that serves an index.html from a temporary jar.

Tests

  • test(web): cover exploded static resource URIs (df0eb45)