Import order and formatting drift keep showing up in reviews (most recently in the Xtend→Java migration PRs, e.g. static-import placement inconsistencies). Rather than fixing these case by case, we should adopt Spotless with the Eclipse formatter config this repo already ships, so formatting and import order are enforced mechanically at build time. This has worked well in other repositories we maintain.
Scope: spotless-maven-plugin wired into ddk-parent, config derived from ddk-configuration/, a one-off spotless:apply baseline commit, and a spotless:check gate in CI.
🤖 Drafted by Claude Code on behalf of @joaodinissf
Import order and formatting drift keep showing up in reviews (most recently in the Xtend→Java migration PRs, e.g. static-import placement inconsistencies). Rather than fixing these case by case, we should adopt Spotless with the Eclipse formatter config this repo already ships, so formatting and import order are enforced mechanically at build time. This has worked well in other repositories we maintain.
Scope:
spotless-maven-pluginwired intoddk-parent, config derived fromddk-configuration/, a one-offspotless:applybaseline commit, and aspotless:checkgate in CI.🤖 Drafted by Claude Code on behalf of @joaodinissf