style: add support to automatically format generated code using google-java-format#2
Merged
mcnulty-fp merged 9 commits intoFeb 27, 2026
Conversation
mcnulty-fp
marked this pull request as ready for review
February 24, 2026 19:53
mcnulty-fp
requested review from
Orkuncakilkaya,
erayaydin,
ilfa and
necipallef
as code owners
February 24, 2026 19:53
mcnulty-fp
changed the base branch from
feat/migrate-to-api-v4-INTER-1493
to
main
February 25, 2026 18:02
mcnulty-fp
marked this pull request as draft
February 25, 2026 23:50
mcnulty-fp
marked this pull request as draft
February 25, 2026 23:50
- Add new job to test workflow to check formatting of the .java files - Add support for using google-java-format to check formatting and formatting the source code
- Update the formatting tasks to use native binaries rather than the all-deps jar to avoid issues with usage of JDK APIs that aren't included in every JDK distribution.
mcnulty-fp
force-pushed
the
style/INTER-1443-fix-imports
branch
from
February 26, 2026 20:39
c857953 to
437393d
Compare
mcnulty-fp
changed the base branch from
main
to
docs/INTER-1819-public-updates
February 26, 2026 20:40
mcnulty-fp
force-pushed
the
style/INTER-1443-fix-imports
branch
from
February 26, 2026 21:05
437393d to
1bbca94
Compare
- Split the unused imports changes from the formatting changes. This ensures that the unused import changes don't introduce errors that will be caught by the formatting check later on. - Update the naming for the format check task to `checkFormat`
- google-java-format does not find SimpleContext has unused but other tooling does so update the template to remove the unused import.
mcnulty-fp
force-pushed
the
style/INTER-1443-fix-imports
branch
from
February 26, 2026 21:10
1bbca94 to
ade4957
Compare
Contributor
🚀 Following releases will be created using changesets from this PR:java-sdk@8.0.0-rc.1Patch Changes
|
mcnulty-fp
marked this pull request as ready for review
February 26, 2026 21:15
ilfa
approved these changes
Feb 27, 2026
mcnulty-fp
merged commit Feb 27, 2026
36b2040
into
docs/INTER-1819-public-updates
12 of 13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.