Skip to content

Fluxzero 1.219.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:27

1.219.4 (2026-07-10)

Dependency updates

  • common: remove Apache Commons Lang runtime dependency (e594e76)

    Replace the remaining Commons Lang string, reflection, exception, type, and equality helpers with JDK and SDK-native implementations.

    Preserve Unicode and collection type behavior, and make generic override traversal deterministic and cycle-safe. Add regression coverage for diamond hierarchies, local collection types, supplementary Unicode, and self-referential bounds.

    Downstream projects no longer receive commons-lang3 transitively.