Spotless task fails #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Summary
When running the
spotlessCheckorspotlessApplygradle task, the build fails.The error occured after the
responseQueuefield was added to the Session in #9.Affected Component
Gradle, Spotless task
Steps to Reproduce
8d72a67b5e(git checkout 8d72a67b5e674301642ea4137c76c57d44cc151f)spotlessCheckorspotlessApplygradle taskExpected Behavior
Spotless tasks should lint and format the code as expected, without any errors.
Actual Behavior
Spotless tasks fail.
Stack Trace / Error Message
Possible Cause
Spotless uses internal javac APIs, which are not stable and change with each version.
Currently we use
google-java-formatVersion1.25.2. According to the maven central repository, this version was released back in Dec 12, 2024. Java 25 was released in September of 2025.assigned to @lars.winzer
added 15m of time spent at 2026-03-23 12:00:00 +0100
created branch
issue/11-bump-spotless-versionto address this issuechanged the description
mentioned in merge request !43
added 5m of time spent at 2026-03-23 12:00:00 +0100
mentioned in commit
900bb4f26e