|
5 | 5 | */
|
6 | 6 | package org.hibernate.reactive;
|
7 | 7 |
|
8 |
| -import io.smallrye.mutiny.Uni; |
9 |
| -import io.vertx.core.Promise; |
10 |
| -import io.vertx.core.Vertx; |
11 |
| -import io.vertx.core.VertxOptions; |
12 |
| -import io.vertx.ext.unit.Async; |
13 |
| -import io.vertx.ext.unit.TestContext; |
14 |
| -import io.vertx.ext.unit.junit.RunTestOnContext; |
15 |
| -import io.vertx.ext.unit.junit.Timeout; |
16 |
| -import io.vertx.ext.unit.junit.VertxUnitRunner; |
| 8 | +import java.util.Arrays; |
| 9 | +import java.util.concurrent.CompletionStage; |
| 10 | +import java.util.concurrent.TimeUnit; |
| 11 | +import java.util.stream.Collectors; |
17 | 12 |
|
18 | 13 | import org.hibernate.SessionFactory;
|
19 | 14 | import org.hibernate.boot.registry.StandardServiceRegistry;
|
|
40 | 35 | import org.junit.Rule;
|
41 | 36 | import org.junit.runner.RunWith;
|
42 | 37 |
|
43 |
| -import java.util.Arrays; |
44 |
| -import java.util.concurrent.CompletionStage; |
45 |
| -import java.util.concurrent.TimeUnit; |
46 |
| -import java.util.stream.Collectors; |
| 38 | +import io.smallrye.mutiny.Uni; |
| 39 | +import io.vertx.core.Promise; |
| 40 | +import io.vertx.core.Vertx; |
| 41 | +import io.vertx.core.VertxOptions; |
| 42 | +import io.vertx.ext.unit.Async; |
| 43 | +import io.vertx.ext.unit.TestContext; |
| 44 | +import io.vertx.ext.unit.junit.RunTestOnContext; |
| 45 | +import io.vertx.ext.unit.junit.Timeout; |
| 46 | +import io.vertx.ext.unit.junit.VertxUnitRunner; |
47 | 47 |
|
48 | 48 | import static org.hibernate.reactive.containers.DatabaseConfiguration.dbType;
|
49 | 49 | import static org.hibernate.reactive.util.impl.CompletionStages.loop;
|
|
0 commit comments