Skip to content

Fluxzero 1.165.0

Choose a tag to compare

@github-actions github-actions released this 14 May 08:18

1.165.0 (2026-05-14)

Build System

  • build(maven): add downstream project checks (1ba0940)

    Add parentless Java and Kotlin downstream project modules that exercise the published BOM, SDK test-jar, annotation processors, test-server, and proxy without producing deployable artifacts.

    Enforce Maven 3.9+ and Java 21+ in the build, keep compilation at release 21, and ensure release version bumps include parentless modules.

    Tests: ./mvnw -pl java-downstream-project,kotlin-downstream-project -am clean test; ./mvnw -Dgpg.skip -DskipPublishing=true -B install -P deploy

  • build(testing): make surefire argLine merge-friendly (e1f9775)