diff --git a/extensions/hibernate-reactive/deployment/pom.xml b/extensions/hibernate-reactive/deployment/pom.xml
index 4b419e8fe8d88..4de11e6d0c992 100644
--- a/extensions/hibernate-reactive/deployment/pom.xml
+++ b/extensions/hibernate-reactive/deployment/pom.xml
@@ -12,9 +12,8 @@
quarkus-hibernate-reactive-deployment
Quarkus - Hibernate Reactive - Deployment
-
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
@@ -162,9 +161,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/extensions/oidc-client/deployment/pom.xml b/extensions/oidc-client/deployment/pom.xml
index bf898cb715317..6d2db28e42791 100644
--- a/extensions/oidc-client/deployment/pom.xml
+++ b/extensions/oidc-client/deployment/pom.xml
@@ -160,9 +160,6 @@
start-containers
-
- http://localhost:8180/auth
-
diff --git a/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml b/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml
index 52a1878e63276..131bd5092df0e 100644
--- a/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml
+++ b/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml
@@ -10,7 +10,7 @@
4.0.0
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
quarkus-hibernate-reactive-panache-kotlin-deployment
@@ -198,9 +198,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/extensions/panache/hibernate-reactive-panache/deployment/pom.xml b/extensions/panache/hibernate-reactive-panache/deployment/pom.xml
index 0282b59e06f11..908bd1b2d94bc 100644
--- a/extensions/panache/hibernate-reactive-panache/deployment/pom.xml
+++ b/extensions/panache/hibernate-reactive-panache/deployment/pom.xml
@@ -10,7 +10,7 @@
4.0.0
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
quarkus-hibernate-reactive-panache-deployment
@@ -141,9 +141,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml b/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml
index 48df1f3b3882b..a6882909936d7 100644
--- a/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml
+++ b/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml
@@ -12,9 +12,8 @@
quarkus-hibernate-reactive-rest-data-panache-deployment
Quarkus - Hibernate Reactive REST data with Panache - Deployment
-
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
@@ -122,9 +121,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/extensions/reactive-mssql-client/deployment/pom.xml b/extensions/reactive-mssql-client/deployment/pom.xml
index 9dd8b419c538f..65f4d6f2df4c0 100644
--- a/extensions/reactive-mssql-client/deployment/pom.xml
+++ b/extensions/reactive-mssql-client/deployment/pom.xml
@@ -15,7 +15,7 @@
Quarkus - Reactive Microsoft SQL Server Client - Deployment
- vertx-reactive:sqlserver://localhost:1433
+ vertx-reactive:sqlserver://localhost:1435
@@ -132,9 +132,6 @@
start-containers
-
- vertx-reactive:sqlserver://localhost:1435
-
diff --git a/extensions/reactive-mysql-client/deployment/pom.xml b/extensions/reactive-mysql-client/deployment/pom.xml
index 2a2837439668d..bc5cc7f1b712b 100644
--- a/extensions/reactive-mysql-client/deployment/pom.xml
+++ b/extensions/reactive-mysql-client/deployment/pom.xml
@@ -32,7 +32,7 @@
Quarkus - Reactive MySQL Client - Deployment
- vertx-reactive:mysql://localhost:3306/hibernate_orm_test
+ vertx-reactive:mysql://localhost:3308/hibernate_orm_test
@@ -153,9 +153,6 @@
start-containers
-
- vertx-reactive:mysql://localhost:3308/hibernate_orm_test
-
diff --git a/extensions/reactive-oracle-client/deployment/pom.xml b/extensions/reactive-oracle-client/deployment/pom.xml
index 6e36ba22035b7..e0604a0cc13d5 100644
--- a/extensions/reactive-oracle-client/deployment/pom.xml
+++ b/extensions/reactive-oracle-client/deployment/pom.xml
@@ -136,9 +136,6 @@
start-containers
-
- vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1
-
diff --git a/extensions/reactive-pg-client/deployment/pom.xml b/extensions/reactive-pg-client/deployment/pom.xml
index 21918b9144407..1c127ada91f5d 100644
--- a/extensions/reactive-pg-client/deployment/pom.xml
+++ b/extensions/reactive-pg-client/deployment/pom.xml
@@ -15,7 +15,7 @@
Quarkus - Reactive PostgreSQL Client - Deployment
- vertx-reactive:postgresql:///hibernate_orm_test
+ vertx-reactive:postgresql://:5431/hibernate_orm_test
@@ -133,9 +133,6 @@
start-containers
-
- vertx-reactive:postgresql://:5431/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml b/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml
index a0438565cc18e..2cca08804783b 100644
--- a/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml
+++ b/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml
@@ -14,7 +14,7 @@
Quarkus - Integration Tests - Hibernate ORM - Compatibility with databases meant for ORM 5.6 - MariaDB
- jdbc:mariadb://localhost:3306/hibernate_orm_test
+ jdbc:mariadb://localhost:3308/hibernate_orm_test
-Duser.timezone=Europe/Paris
@@ -197,9 +197,6 @@
start-containers
-
- jdbc:mariadb://localhost:3308/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml b/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml
index 6f2fc5189545b..9773ab7428b1a 100644
--- a/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml
+++ b/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml
@@ -14,6 +14,7 @@
Quarkus - Integration Tests - Hibernate ORM - Compatibility with databases meant for ORM 5.6 - PostgreSQL
+ jdbc:postgresql://localhost:5431/hibernate_orm_test
-Duser.timezone=Europe/Paris
@@ -192,9 +193,6 @@
start-containers
-
- jdbc:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml b/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml
index ef192a5f8e7dc..d17bad3ffb2b2 100644
--- a/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml
+++ b/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml
@@ -18,7 +18,7 @@
- jdbc:mariadb://localhost:3306
+ jdbc:mariadb://localhost:3308
@@ -195,9 +195,6 @@
start-containers
-
- jdbc:mariadb://localhost:3308
-
diff --git a/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml b/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml
index a35a5914b7926..f4aa886acbec6 100644
--- a/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml
+++ b/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml
@@ -16,7 +16,7 @@
- jdbc:mariadb://localhost:3306
+ jdbc:mariadb://localhost:3308
@@ -193,9 +193,6 @@
start-containers
-
- jdbc:mariadb://localhost:3308
-
diff --git a/integration-tests/hibernate-orm-tenancy/datasource/pom.xml b/integration-tests/hibernate-orm-tenancy/datasource/pom.xml
index 6827b0e827a3d..dfb525d6e808b 100644
--- a/integration-tests/hibernate-orm-tenancy/datasource/pom.xml
+++ b/integration-tests/hibernate-orm-tenancy/datasource/pom.xml
@@ -15,7 +15,7 @@
Tests for Hibernate ORM Multitenancy using one datasource per tenant, running with the MariaDB database
- jdbc:mariadb://localhost:3306
+ jdbc:mariadb://localhost:3308
@@ -208,9 +208,6 @@
start-containers
-
- jdbc:mariadb://localhost:3308
-
diff --git a/integration-tests/hibernate-reactive-db2/pom.xml b/integration-tests/hibernate-reactive-db2/pom.xml
index d556264ff02d6..991b909a8d797 100644
--- a/integration-tests/hibernate-reactive-db2/pom.xml
+++ b/integration-tests/hibernate-reactive-db2/pom.xml
@@ -14,8 +14,9 @@
Hibernate Reactive related tests running with the DB2 database
- vertx-reactive:db2://localhost:50000/hreact
+ vertx-reactive:db2://localhost:50005/hreact
+
io.quarkus
@@ -157,9 +158,6 @@
start-containers
-
- vertx-reactive:db2://localhost:50005/hreact
-
diff --git a/integration-tests/hibernate-reactive-mariadb/pom.xml b/integration-tests/hibernate-reactive-mariadb/pom.xml
index d28646dce3411..55ab90df243d8 100644
--- a/integration-tests/hibernate-reactive-mariadb/pom.xml
+++ b/integration-tests/hibernate-reactive-mariadb/pom.xml
@@ -14,7 +14,7 @@
Hibernate Reactive related tests running with the MariaDB database
- vertx-reactive:mysql://localhost:3306/hibernate_orm_test
+ vertx-reactive:mysql://localhost:3308/hibernate_orm_test
@@ -158,9 +158,6 @@
start-containers
-
- vertx-reactive:mysql://localhost:3308/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml b/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml
index a724d21b86407..c44eb11f94e1b 100644
--- a/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml
+++ b/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml
@@ -14,8 +14,8 @@
Hibernate Reactive related tests running with the MySQL database and also using Agroal and Flyway
- vertx-reactive:mysql://localhost:3306/hibernate_orm_test
- jdbc:mysql://localhost:3306/hibernate_orm_test
+ vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true
+ jdbc:mysql://localhost:3308/hibernate_orm_test
@@ -214,10 +214,6 @@
start-containers
-
- vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true
- jdbc:mysql://localhost:3308/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-reactive-mysql/pom.xml b/integration-tests/hibernate-reactive-mysql/pom.xml
index 21ff1a5b0be4a..07065d74476a7 100644
--- a/integration-tests/hibernate-reactive-mysql/pom.xml
+++ b/integration-tests/hibernate-reactive-mysql/pom.xml
@@ -14,7 +14,7 @@
Hibernate Reactive related tests running with the MySQL database
- vertx-reactive:mysql://localhost:3306/hibernate_orm_test
+ vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true
@@ -160,9 +160,6 @@
start-containers
-
- vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true
-
diff --git a/integration-tests/hibernate-reactive-panache-kotlin/pom.xml b/integration-tests/hibernate-reactive-panache-kotlin/pom.xml
index aa3b0d3bd54e3..864239c0aecef 100644
--- a/integration-tests/hibernate-reactive-panache-kotlin/pom.xml
+++ b/integration-tests/hibernate-reactive-panache-kotlin/pom.xml
@@ -13,7 +13,7 @@
Quarkus - Integration Tests - Hibernate Reactive with Panache and Kotlin
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
@@ -281,9 +281,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-reactive-panache/pom.xml b/integration-tests/hibernate-reactive-panache/pom.xml
index 46ad016917eb9..f006db319ae2a 100644
--- a/integration-tests/hibernate-reactive-panache/pom.xml
+++ b/integration-tests/hibernate-reactive-panache/pom.xml
@@ -17,7 +17,7 @@
PanacheQuery.project(Class) needs it.
-->
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
@@ -268,9 +268,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/integration-tests/hibernate-reactive-postgresql/pom.xml b/integration-tests/hibernate-reactive-postgresql/pom.xml
index 1f457ed0458c3..305851656fef8 100644
--- a/integration-tests/hibernate-reactive-postgresql/pom.xml
+++ b/integration-tests/hibernate-reactive-postgresql/pom.xml
@@ -14,7 +14,7 @@
Hibernate Reactive related tests running with the PostgreSQL database
- vertx-reactive:postgresql://localhost:5432/hibernate_orm_test
+ vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
@@ -175,9 +175,6 @@
start-containers
-
- vertx-reactive:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/integration-tests/jpa-db2/README.md b/integration-tests/jpa-db2/README.md
index 1a0cb9ed4cf14..cea80540c61a0 100644
--- a/integration-tests/jpa-db2/README.md
+++ b/integration-tests/jpa-db2/README.md
@@ -28,7 +28,7 @@ docker run \
-e AUTOCONFIG=false \
-e ARCHIVE_LOGS=false \
-e LICENSE=accept \
- -p 50000:50000 \
+ -p 50005:50000 \
--privileged \
ibmcom/db2:11.5.5.0
```
@@ -36,5 +36,5 @@ docker run \
2. Run the test, specifying the JDBC URL for the container you started in the previous step
```
-mvn verify -Dtest-containers -Djdbc-db2.url=jdbc:db2://localhost:50000/hreact
+mvn verify -Dtest-containers
```
diff --git a/integration-tests/jpa-db2/pom.xml b/integration-tests/jpa-db2/pom.xml
index 1f21648219241..53c4faae983b6 100644
--- a/integration-tests/jpa-db2/pom.xml
+++ b/integration-tests/jpa-db2/pom.xml
@@ -14,7 +14,7 @@
Module that contains JPA related tests running with the DB2 database
- jdbc:db2://localhost:50000/hreact
+ jdbc:db2://localhost:50005/hreact
@@ -161,9 +161,6 @@
start-containers
-
- jdbc:db2://localhost:50005/hreact
-
diff --git a/integration-tests/jpa-mariadb/README.md b/integration-tests/jpa-mariadb/README.md
index 8b3905e6542e6..69575c8b34a18 100644
--- a/integration-tests/jpa-mariadb/README.md
+++ b/integration-tests/jpa-mariadb/README.md
@@ -19,7 +19,7 @@ Additionally, you can generate a native image and run the tests for this native
mvn clean install -Dtest-containers -Dstart-containers -Dnative
```
-If you don't want to run MariaDB as a Docker container, you can start your own MariaDB server. It needs to listen on the default port and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
+If you don't want to run MariaDB as a Docker container, you can start your own MariaDB server. It needs to listen on port 3308 and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
You can then run the tests as follows (either with `-Dnative` or not):
@@ -32,13 +32,13 @@ If you have specific requirements, you can define a specific connection URL with
To run the MariaDB server "manually" via command line for testing, the following command line could be useful:
```
-docker run --ulimit memlock=-1:-1 -it --rm=true --memory-swappiness=0 --name quarkus_test_mariadb -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_RANDOM_ROOT_PASSWORD=true -p 3306:3306 mariadb:10.4
+docker run --ulimit memlock=-1:-1 -it --rm=true --memory-swappiness=0 --name quarkus_test_mariadb -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_RANDOM_ROOT_PASSWORD=true -p 3308:3306 mariadb:10.4
```
or if you prefer podman, this won't need root permissions:
```
-podman run --rm=true --net=host --memory-swappiness=0 --tmpfs /var/lib/mysql:rw --tmpfs /var/log:rw --name mariadb_demo -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_ROOT_PASSWORD=secret -p 3306:3306 mariadb:10.4
+podman run --rm=true --net=host --memory-swappiness=0 --tmpfs /var/lib/mysql:rw --tmpfs /var/log:rw --name mariadb_demo -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_ROOT_PASSWORD=secret -p 3308:3306 mariadb:10.4
```
N.B. it takes a while for MariaDB to be actually booted and accepting connections.
diff --git a/integration-tests/jpa-mariadb/pom.xml b/integration-tests/jpa-mariadb/pom.xml
index bc9bf1ee1f1ad..90637bb628b28 100644
--- a/integration-tests/jpa-mariadb/pom.xml
+++ b/integration-tests/jpa-mariadb/pom.xml
@@ -14,7 +14,7 @@
Module that contains JPA related tests running with the MariaDB database
- jdbc:mariadb://localhost:3306/hibernate_orm_test
+ jdbc:mariadb://localhost:3308/hibernate_orm_test
@@ -162,9 +162,6 @@
start-containers
-
- jdbc:mariadb://localhost:3308/hibernate_orm_test
-
diff --git a/integration-tests/jpa-mssql/README.md b/integration-tests/jpa-mssql/README.md
index 5a5d5e681eff6..f47ec669c7ea6 100644
--- a/integration-tests/jpa-mssql/README.md
+++ b/integration-tests/jpa-mssql/README.md
@@ -25,7 +25,7 @@ you'll probably want to change the authentication password too: `-Dmssqldb.sa-pa
If you prefer to run the MSSQL Server container via podman, use:
```
-podman run --rm=true --net=host --memory-swappiness=0 --name mssql_testing -e SA_PASSWORD=yourStrong(!)Password -e ACCEPT_EULA=Y -p 1433:1433 mcr.microsoft.com/mssql/2022-latest
+podman run --rm=true --net=host --memory-swappiness=0 --name mssql_testing -e SA_PASSWORD=yourStrong(!)Password -e ACCEPT_EULA=Y -p 1435:1433 mcr.microsoft.com/mssql/2022-latest
```
## Limitations
diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml
index 5a21c80733262..6fd97cf2bc75c 100644
--- a/integration-tests/jpa-mssql/pom.xml
+++ b/integration-tests/jpa-mssql/pom.xml
@@ -15,6 +15,7 @@
jdbc:sqlserver://localhost:1433;databaseName=tempdb
+
yourStrong(!)Password
@@ -184,11 +185,6 @@
start-containers
-
- jdbc:sqlserver://localhost:1433;databaseName=tempdb
-
- yourStrong(!)Password
-
diff --git a/integration-tests/jpa-mysql/README.md b/integration-tests/jpa-mysql/README.md
index 6188ed2d21086..8506a45610144 100644
--- a/integration-tests/jpa-mysql/README.md
+++ b/integration-tests/jpa-mysql/README.md
@@ -32,13 +32,13 @@ If you have specific requirements, you can define a specific connection URL with
To run the MySQL server "manually" via command line for testing, the following command line could be useful:
```
-docker run --ulimit memlock=-1:-1 -it --rm=true --memory-swappiness=0 --name quarkus_test_mysql -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_RANDOM_ROOT_PASSWORD=true -p 3306:3306 mysql:8.0.22
+docker run --ulimit memlock=-1:-1 -it --rm=true --memory-swappiness=0 --name quarkus_test_mysql -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_RANDOM_ROOT_PASSWORD=true -p 3308:3306 mysql:8.0.22
```
Alternatively to docker, with podman:
```
-podman run -it --rm=true --name quarkus_test_mysql -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_RANDOM_ROOT_PASSWORD=true -p 3306:3306 mysql:8.0.22
+podman run -it --rm=true --name quarkus_test_mysql -e MYSQL_USER=hibernate_orm_test -e MYSQL_PASSWORD=hibernate_orm_test -e MYSQL_DATABASE=hibernate_orm_test -e MYSQL_RANDOM_ROOT_PASSWORD=true -p 3308:3306 mysql:8.0.22
```
To connect with a CLI client and inspect the database content:
diff --git a/integration-tests/jpa-oracle/pom.xml b/integration-tests/jpa-oracle/pom.xml
index bc329a6b13da9..68ddee13237d0 100644
--- a/integration-tests/jpa-oracle/pom.xml
+++ b/integration-tests/jpa-oracle/pom.xml
@@ -186,9 +186,6 @@
start-containers
-
- jdbc:oracle:thin:@localhost:1521/FREEPDB1
-
diff --git a/integration-tests/jpa-postgresql-withxml/pom.xml b/integration-tests/jpa-postgresql-withxml/pom.xml
index 5b0dd69565c62..b506ff5f45108 100644
--- a/integration-tests/jpa-postgresql-withxml/pom.xml
+++ b/integration-tests/jpa-postgresql-withxml/pom.xml
@@ -13,6 +13,10 @@
Quarkus - Integration Tests - JPA - PostgreSQL
Module that contains JPA related tests running with the PostgreSQL database
+
+ jdbc:postgresql://localhost:5431/hibernate_orm_test
+
+
io.quarkus
@@ -148,9 +152,6 @@
start-containers
-
- jdbc:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/integration-tests/jpa-postgresql/pom.xml b/integration-tests/jpa-postgresql/pom.xml
index 980645fc1e6b5..d4d9ad27b2f6a 100644
--- a/integration-tests/jpa-postgresql/pom.xml
+++ b/integration-tests/jpa-postgresql/pom.xml
@@ -13,6 +13,10 @@
Quarkus - Integration Tests - JPA - PostgreSQL
Module that contains JPA related tests running with the PostgreSQL database
+
+ jdbc:postgresql://localhost:5431/hibernate_orm_test
+
+
io.quarkus
@@ -158,9 +162,6 @@
start-containers
-
- jdbc:postgresql://localhost:5431/hibernate_orm_test
-
diff --git a/integration-tests/oidc-client/pom.xml b/integration-tests/oidc-client/pom.xml
index 0d946cb01900c..37ce8fc6abe76 100644
--- a/integration-tests/oidc-client/pom.xml
+++ b/integration-tests/oidc-client/pom.xml
@@ -192,10 +192,6 @@
start-containers
-
- http://localhost:8180/auth
- https://localhost:8543/auth
-
diff --git a/integration-tests/reactive-db2-client/README.md b/integration-tests/reactive-db2-client/README.md
index 1e12a4eceac8a..6bfe5101bf0ce 100644
--- a/integration-tests/reactive-db2-client/README.md
+++ b/integration-tests/reactive-db2-client/README.md
@@ -16,7 +16,7 @@ Additionally, you can generate a native image and run the tests for this native
mvn verify -Dtest-containers -Dstart-containers -Dnative
```
-If you don't want to run DB2 as a Docker container, you can start your own DB2 server. It needs to listen on the default port (50000) and have a database called `hreact` accessible to the user `hreact` with the password `hreact`.
+If you don't want to run DB2 as a Docker container, you can start your own DB2 server. It needs to listen on the default port (50005) and have a database called `hreact` accessible to the user `hreact` with the password `hreact`.
You can then run the tests as follows (either with `-Dnative` or not):
diff --git a/integration-tests/reactive-db2-client/pom.xml b/integration-tests/reactive-db2-client/pom.xml
index 7df4d279e35c7..be222298d55c8 100644
--- a/integration-tests/reactive-db2-client/pom.xml
+++ b/integration-tests/reactive-db2-client/pom.xml
@@ -15,7 +15,7 @@
Quarkus - Integration Tests - Reactive DB2 Client
- vertx-reactive:db2://localhost:50000/hreact
+ vertx-reactive:db2://localhost:50005/hreact
@@ -152,9 +152,6 @@
start-containers
-
- vertx-reactive:db2://localhost:50005/hreact
-
diff --git a/integration-tests/reactive-mssql-client/README.md b/integration-tests/reactive-mssql-client/README.md
index 4a7d1810759d5..116e9911be2c3 100644
--- a/integration-tests/reactive-mssql-client/README.md
+++ b/integration-tests/reactive-mssql-client/README.md
@@ -17,7 +17,7 @@ mvn clean install -Dtest-containers -Dstart-containers -Dnative
```
If you don't want to run MS SQL as a Docker container, you can start your own.
-It needs to listen on the default port and be accessible to the user `sa` with the password `yourStrong(!)Password`.
+It needs to listen on port 1435 and be accessible to the user `sa` with the password `yourStrong(!)Password`.
You can then run the tests as follows (either with `-Dnative` or not):
diff --git a/integration-tests/reactive-mssql-client/pom.xml b/integration-tests/reactive-mssql-client/pom.xml
index d6bd65c868e81..e56d808dc5c5a 100644
--- a/integration-tests/reactive-mssql-client/pom.xml
+++ b/integration-tests/reactive-mssql-client/pom.xml
@@ -15,7 +15,7 @@
Quarkus - Integration Tests - Reactive MS SQL Client
- vertx-reactive:sqlserver://localhost:1433
+ vertx-reactive:sqlserver://localhost:1435
@@ -151,9 +151,6 @@
start-containers
-
- vertx-reactive:sqlserver://localhost:1435
-
diff --git a/integration-tests/reactive-mysql-client/README.md b/integration-tests/reactive-mysql-client/README.md
index 2593e4f8089f6..18cc41c5c46d4 100644
--- a/integration-tests/reactive-mysql-client/README.md
+++ b/integration-tests/reactive-mysql-client/README.md
@@ -16,7 +16,7 @@ Additionally, you can generate a native image and run the tests for this native
mvn clean install -Dtest-containers -Dstart-containers -Dnative
```
-If you don't want to run MariaDB as a Docker container, you can start your own MariaDB or MySQL server. It needs to listen on the default port and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
+If you don't want to run MariaDB as a Docker container, you can start your own MariaDB or MySQL server. It needs to listen on port 3308 and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
You can then run the tests as follows (either with `-Dnative` or not):
diff --git a/integration-tests/reactive-mysql-client/pom.xml b/integration-tests/reactive-mysql-client/pom.xml
index 1f876599962cb..7784ff20bfd7a 100644
--- a/integration-tests/reactive-mysql-client/pom.xml
+++ b/integration-tests/reactive-mysql-client/pom.xml
@@ -31,7 +31,7 @@
Quarkus - Integration Tests - Reactive MySQL Client
- vertx-reactive:mysql://localhost:3306/hibernate_orm_test
+ vertx-reactive:mysql://localhost:3308/hibernate_orm_test
@@ -168,9 +168,6 @@
start-containers
-
- vertx-reactive:mysql://localhost:3308/hibernate_orm_test
-
diff --git a/integration-tests/reactive-oracle-client/pom.xml b/integration-tests/reactive-oracle-client/pom.xml
index 27466973e69ef..f5d2dcb24b32f 100644
--- a/integration-tests/reactive-oracle-client/pom.xml
+++ b/integration-tests/reactive-oracle-client/pom.xml
@@ -151,9 +151,6 @@
start-containers
-
- vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1
-
diff --git a/integration-tests/reactive-pg-client/README.md b/integration-tests/reactive-pg-client/README.md
index 586be74321b48..4e4b2c758d696 100644
--- a/integration-tests/reactive-pg-client/README.md
+++ b/integration-tests/reactive-pg-client/README.md
@@ -16,7 +16,7 @@ Additionally, you can generate a native image and run the tests for this native
mvn clean install -Dtest-containers -Dstart-containers -Dnative
```
-If you don't want to run PostgreSQL as a Docker container, you can start your own PostgreSQL server. It needs to listen on the default port and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
+If you don't want to run PostgreSQL as a Docker container, you can start your own PostgreSQL server. It needs to listen on port 5431 and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
You can then run the tests as follows (either with `-Dnative` or not):
diff --git a/integration-tests/reactive-pg-client/pom.xml b/integration-tests/reactive-pg-client/pom.xml
index 67d3a6041704d..a18e0514a87ad 100644
--- a/integration-tests/reactive-pg-client/pom.xml
+++ b/integration-tests/reactive-pg-client/pom.xml
@@ -15,7 +15,7 @@
Quarkus - Integration Tests - Reactive Pg Client
- vertx-reactive:postgresql:///hibernate_orm_test
+ vertx-reactive:postgresql://:5431/hibernate_orm_test
@@ -162,9 +162,6 @@
start-containers
-
- vertx-reactive:postgresql://:5431/hibernate_orm_test
-
diff --git a/integration-tests/redis-cache/pom.xml b/integration-tests/redis-cache/pom.xml
index 0043638f2bdd0..777993cde3fcc 100644
--- a/integration-tests/redis-cache/pom.xml
+++ b/integration-tests/redis-cache/pom.xml
@@ -149,9 +149,6 @@
start-containers
-
- localhost:6379
-
diff --git a/integration-tests/redis-client/pom.xml b/integration-tests/redis-client/pom.xml
index 34b5e83c23917..c5b952aba14c7 100644
--- a/integration-tests/redis-client/pom.xml
+++ b/integration-tests/redis-client/pom.xml
@@ -149,9 +149,6 @@
start-containers
-
- localhost:6379
-
diff --git a/integration-tests/smallrye-jwt-oidc-webapp/pom.xml b/integration-tests/smallrye-jwt-oidc-webapp/pom.xml
index e2494bd6d5f97..566417b2b8876 100644
--- a/integration-tests/smallrye-jwt-oidc-webapp/pom.xml
+++ b/integration-tests/smallrye-jwt-oidc-webapp/pom.xml
@@ -16,6 +16,7 @@
http://localhost:8180/auth
+ vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1
@@ -225,10 +226,6 @@
start-containers
-
- http://localhost:8180/auth
- vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1
-