This is an automated email from the ASF dual-hosted git repository.
yong pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.16 by this push:
new 3bceb37b41 fix branch-4.16 ci (#4612)
3bceb37b41 is described below
commit 3bceb37b41048512bf0db3a0f84253946eb2a308
Author: Hang Chen <[email protected]>
AuthorDate: Wed Jun 4 18:46:27 2025 -0700
fix branch-4.16 ci (#4612)
---
.../java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
index 2b4eb74397..709ed771dd 100644
---
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
+++
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java
@@ -38,7 +38,7 @@ import org.apache.bookkeeper.test.BookKeeperClusterTestCase;
import org.apache.bookkeeper.tls.SecurityException;
import org.apache.bookkeeper.util.EventLoopUtil;
import org.junit.Assert;
-import org.junit.jupiter.api.Test;
+import org.junit.Test;
@Slf4j
public class ClientSocketDisconnectTest extends BookKeeperClusterTestCase {