gaoxiaolei-s59 opened a new pull request, #22549:
URL: https://github.com/apache/kafka/pull/22549
Trunk's `:clients:spotlessJavaCheck` has been failing since
6c7927bd8ab039d4362d47973d19c35a97c8b9d0 ("MINOR: Validate OAuthBearer server
callback handler configuration at startup") due to an import-grouping violation
in `OAuthBearerValidatorCallbackHandlerTest.java`: a stray blank line inside
the `org.apache.kafka` import group and a missing blank line before the
third-party `org.jose4j` group.
Failing trunk run: https://github.com/apache/kafka/actions/runs/27403172613
This also breaks the "Compile and Check (Merge Ref)" job for every open PR,
since merge-ref builds include the trunk breakage.
The change applies exactly the formatting that Spotless suggests (the
`./gradlew spotlessApply` diff shown in the CI log) — whitespace only, no code
change.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]