Skip to content

Commit 358e9bf

Browse files
committed
[#1609] Remove unused imports
1 parent 28c5069 commit 358e9bf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/MultithreadedIdentityGenerationTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
import org.hibernate.reactive.session.impl.ReactiveSessionFactoryImpl;
2525
import org.hibernate.reactive.stage.Stage;
2626
import org.hibernate.reactive.stage.impl.StageSessionImpl;
27-
import org.hibernate.reactive.testing.DatabaseSelectionRule;
2827
import org.hibernate.reactive.util.impl.CompletionStages;
2928
import org.hibernate.reactive.vertx.VertxInstance;
3029

3130
import org.junit.AfterClass;
3231
import org.junit.BeforeClass;
33-
import org.junit.Rule;
3432
import org.junit.Test;
3533
import org.junit.runner.RunWith;
3634

@@ -48,7 +46,6 @@
4846
import jakarta.persistence.Table;
4947

5048
import static org.hibernate.cfg.AvailableSettings.SHOW_SQL;
51-
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.SQLSERVER;
5249

5350
/**
5451
* This is a multi-threaded stress test, intentionally consuming some time.

hibernate-reactive-core/src/test/java/org/hibernate/reactive/MultithreadedInsertionTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
import org.hibernate.cfg.Configuration;
1616
import org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder;
1717
import org.hibernate.reactive.stage.Stage;
18-
import org.hibernate.reactive.testing.DatabaseSelectionRule;
1918
import org.hibernate.reactive.vertx.VertxInstance;
2019

2120
import org.junit.AfterClass;
2221
import org.junit.BeforeClass;
23-
import org.junit.Rule;
2422
import org.junit.Test;
2523
import org.junit.runner.RunWith;
2624

@@ -38,7 +36,6 @@
3836
import jakarta.persistence.Table;
3937

4038
import static org.hibernate.cfg.AvailableSettings.SHOW_SQL;
41-
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.SQLSERVER;
4239
import static org.hibernate.reactive.util.impl.CompletionStages.loop;
4340

4441
/**

0 commit comments

Comments
 (0)