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 71970130 ninja fix: Fix import order in
RoleAuthorizationsCacheTest.java
71970130 is described below
commit 719701302c5e25ece818ccec351fba7bb91819e2
Author: Saranya Krishnakumar <[email protected]>
AuthorDate: Tue Jan 20 15:33:36 2026 -0800
ninja fix: Fix import order in RoleAuthorizationsCacheTest.java
---
.../org/apache/cassandra/sidecar/acl/RoleAuthorizationsCacheTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/server/src/test/java/org/apache/cassandra/sidecar/acl/RoleAuthorizationsCacheTest.java
b/server/src/test/java/org/apache/cassandra/sidecar/acl/RoleAuthorizationsCacheTest.java
index baba63bf..a8e9642c 100644
---
a/server/src/test/java/org/apache/cassandra/sidecar/acl/RoleAuthorizationsCacheTest.java
+++
b/server/src/test/java/org/apache/cassandra/sidecar/acl/RoleAuthorizationsCacheTest.java
@@ -33,9 +33,9 @@ import com.github.benmanes.caffeine.cache.stats.CacheStats;
import io.vertx.core.Future;
import io.vertx.core.Vertx;
import io.vertx.core.json.JsonObject;
+import io.vertx.ext.auth.authorization.Authorization;
import io.vertx.junit5.VertxExtension;
import io.vertx.junit5.VertxTestContext;
-import io.vertx.ext.auth.authorization.Authorization;
import org.apache.cassandra.sidecar.TestResourceReaper;
import org.apache.cassandra.sidecar.acl.authorization.BasicPermissions;
import org.apache.cassandra.sidecar.acl.authorization.CassandraPermissions;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]