Skip to content

MINOR: Use Thrift 0.24.0 in CI - #612

Open
skrcode wants to merge 1 commit into
apache:dependabot/maven/org.apache.thrift-libthrift-0.24.0from
skrcode:repair/thrift-0.24-ci
Open

MINOR: Use Thrift 0.24.0 in CI#612
skrcode wants to merge 1 commit into
apache:dependabot/maven/org.apache.thrift-libthrift-0.24.0from
skrcode:repair/thrift-0.24-ci

Conversation

@skrcode

@skrcode skrcode commented Aug 28, 2026

Copy link
Copy Markdown

Companion fix for #597, built on its exact head (3a4b3b4).

Rationale for this change

#597 updates libthrift and the Maven-required compiler version to 0.24.0, but the test workflow still downloads and installs compiler 0.23.0. Maven therefore stops all JDK 8, 11, 17, and 21 lanes with the deterministic version mismatch before compilation.

What changes are included in this PR?

The workflow now downloads the official Thrift 0.24.0 archive and enters the matching source directory. This follows the same two-line alignment used for the prior Thrift upgrade in #570 and commit c670caf.

Do these changes have PoC implementations?

The exact source failure was reproduced with compiler 0.23.0. After building the official 0.24.0 compiler:

  • JDK 8: clean verify and Javadocs passed
  • JDK 11: clean verify and Javadocs passed
  • JDK 17: the workflow install step, verify, and Javadocs passed
  • JDK 21: clean verify and Javadocs passed
  • Maven RAT reported zero unapproved files
  • generated Thrift sources compiled successfully
  • workflow YAML parsing and git diff --check passed

AI assistance disclosure: JAIPilot/Codex assisted with diagnosis and verification. The complete one-file diff was reviewed before publication.

Keep the compiler installed by the test workflow aligned with the libthrift version required by the Maven build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant