This is an automated email from the ASF dual-hosted git repository.

saranyak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b7d1a38b ninja fix: Fix import order 
CassandraIdentityExtractorTest.java
b7d1a38b is described below

commit b7d1a38b780847b26726db17b78d172e8b28e88b
Author: Saranya Krishnakumar <[email protected]>
AuthorDate: Tue Jan 20 15:31:53 2026 -0800

    ninja fix: Fix import order CassandraIdentityExtractorTest.java
---
 .../apache/cassandra/sidecar/acl/CassandraIdentityExtractorTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/test/java/org/apache/cassandra/sidecar/acl/CassandraIdentityExtractorTest.java
 
b/server/src/test/java/org/apache/cassandra/sidecar/acl/CassandraIdentityExtractorTest.java
index 27a083b0..92e86490 100644
--- 
a/server/src/test/java/org/apache/cassandra/sidecar/acl/CassandraIdentityExtractorTest.java
+++ 
b/server/src/test/java/org/apache/cassandra/sidecar/acl/CassandraIdentityExtractorTest.java
@@ -28,9 +28,9 @@ import org.junit.jupiter.api.extension.ExtendWith;
 
 import io.vertx.core.Future;
 import io.vertx.core.Vertx;
+import io.vertx.ext.auth.authentication.CertificateCredentials;
 import io.vertx.junit5.VertxExtension;
 import io.vertx.junit5.VertxTestContext;
-import io.vertx.ext.auth.authentication.CertificateCredentials;
 import io.vertx.ext.auth.authentication.CredentialValidationException;
 import org.apache.cassandra.sidecar.TestResourceReaper;
 import 
org.apache.cassandra.sidecar.acl.authentication.CassandraIdentityExtractor;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to