Skip to content

Conversation

@cstamas
Copy link
Collaborator

@cstamas cstamas commented Jan 20, 2026

Code change in pom.xml:

  • added spotless plugin w/: googleJavaFormat, removeUnusedImports and sortPom
  • added profiles (dev reformat, CI enforce formatting)

Rest of codebase is reformatted only (more precisely, no semantic changes, imports are optimized to remove wildcard imports).

@cstamas
Copy link
Collaborator Author

cstamas commented Jan 20, 2026

Forgot that spotless/google format needs 17+, needs #267

So we need first to sort out that, will leave this PR as draft for now.

For best review and to get feeling of format is best to check out the branch.

Code change in pom.xml:
* added spotless plugin w/: googleJavaFormat, removeUnusedImports and sortPom
* added profiles (dev reformat, CI enforce formatting)

Rest of codebase is _reformatted only_ (more precisely, no semantic changes, imports are optimized to remove wildcard imports).
@cstamas cstamas marked this pull request as ready for review January 20, 2026 23:49
@cstamas
Copy link
Collaborator Author

cstamas commented Jan 20, 2026

This PR must be followed by git-blame-ignore addition (to keep proper blame and ignore formatting changes)

@vorburger vorburger merged commit 5e0f01f into master Jan 21, 2026
1 check passed
@cstamas cstamas deleted the fix/reformat branch January 21, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants