Skip to content

Cleanup formatting and update dependencies - #140

Open
electrum wants to merge 15 commits into
airlift:masterfrom
electrum:format
Open

Cleanup formatting and update dependencies#140
electrum wants to merge 15 commits into
airlift:masterfrom
electrum:format

Conversation

@electrum

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

An error occurred during the review process. Please try again later.

📝 Walkthrough

Walkthrough

The pull request updates CI, release, and Maven Java configuration to Java 25. It reformats Java declarations, constructors, callbacks, annotations, generated fixtures, and test helpers. Unused lambda parameters are replaced with _ in multiple production and test paths. IDL rendering switches from String.format to String.formatted, and hexadecimal mask literals are capitalized across protocol implementations.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@electrum electrum changed the title Formatting cleanups Cleanup formatting and update dependencies Jul 20, 2026
electrum added 6 commits July 19, 2026 18:02
Regenerate testing thrift classes without modifications:

  thrift --gen java:generated_annotations=suppress \
    -out drift-integration-tests/src/test/java \
    drift-integration-tests/src/test/resources/scribe.thrift

  thrift --gen java:generated_annotations=suppress \
    -out drift-transport-apache/src/test/java \
    drift-transport-apache/src/test/resources/scribe.thrift

  thrift --gen java:generated_annotations=suppress \
    -out drift-transport-netty/src/test/java \
    drift-transport-netty/src/test/resources/scribe.thrift
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