This is an automated email from the ASF dual-hosted git repository.
omkreddy pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.3 by this push:
new bc5a63b7125 MINOR: Fix spotless import order violation in
OAuthBearerValidatorCallbackHandlerTest (#22549)
bc5a63b7125 is described below
commit bc5a63b71250b1ff88a21eb346caf2083b80160e
Author: LeiXiaoGao <[email protected]>
AuthorDate: Fri Jun 12 16:43:59 2026 +0800
MINOR: Fix spotless import order violation in
OAuthBearerValidatorCallbackHandlerTest (#22549)
---
.../security/oauthbearer/OAuthBearerValidatorCallbackHandlerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/clients/src/test/java/org/apache/kafka/common/security/oauthbearer/OAuthBearerValidatorCallbackHandlerTest.java
b/clients/src/test/java/org/apache/kafka/common/security/oauthbearer/OAuthBearerValidatorCallbackHandlerTest.java
index 7e4a50ad620..96ef6aecc6e 100644
---
a/clients/src/test/java/org/apache/kafka/common/security/oauthbearer/OAuthBearerValidatorCallbackHandlerTest.java
+++
b/clients/src/test/java/org/apache/kafka/common/security/oauthbearer/OAuthBearerValidatorCallbackHandlerTest.java
@@ -23,9 +23,9 @@ import org.apache.kafka.common.config.SaslConfigs;
import
org.apache.kafka.common.security.oauthbearer.internals.secured.AccessTokenBuilder;
import
org.apache.kafka.common.security.oauthbearer.internals.secured.CloseableVerificationKeyResolver;
import
org.apache.kafka.common.security.oauthbearer.internals.secured.OAuthBearerTest;
-
import org.apache.kafka.common.utils.Time;
import org.apache.kafka.common.utils.Utils;
+
import org.jose4j.jwk.JsonWebKey;
import org.jose4j.jwk.JsonWebKeySet;
import org.jose4j.jwk.PublicJsonWebKey;