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 b48e637d ninja fix: Fix import order of CredentialValidationException
b48e637d is described below

commit b48e637dc6bdadf3c8bef80b9cd55ab9b9310544
Author: Saranya Krishnakumar <[email protected]>
AuthorDate: Wed Jan 21 14:33:49 2026 -0800

    ninja fix: Fix import order of CredentialValidationException
---
 .../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 92e86490..a2199295 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
@@ -29,9 +29,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.ext.auth.authentication.CredentialValidationException;
 import io.vertx.junit5.VertxExtension;
 import io.vertx.junit5.VertxTestContext;
-import io.vertx.ext.auth.authentication.CredentialValidationException;
 import org.apache.cassandra.sidecar.TestResourceReaper;
 import 
org.apache.cassandra.sidecar.acl.authentication.CassandraIdentityExtractor;
 import 
org.apache.cassandra.sidecar.common.server.utils.MillisecondBoundConfiguration;


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

Reply via email to