This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new feafcf75fb Do not rely on Quarkus dev service when testing databases 
as we start our own containers
feafcf75fb is described below

commit feafcf75fbe9b3daf0c046500c172bfd4ae9b7ec
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Sep 8 16:14:03 2025 +0200

    Do not rely on Quarkus dev service when testing databases as we start
    our own containers
---
 .../jdbc/mysql/src/main/resources/application.properties       |  1 +
 .../src/main/resources/application.properties                  | 10 +---------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git 
a/integration-test-groups/jdbc/mysql/src/main/resources/application.properties 
b/integration-test-groups/jdbc/mysql/src/main/resources/application.properties
index 6ee2c27fef..c7fa4c055f 100644
--- 
a/integration-test-groups/jdbc/mysql/src/main/resources/application.properties
+++ 
b/integration-test-groups/jdbc/mysql/src/main/resources/application.properties
@@ -21,5 +21,6 @@
 
 quarkus.datasource.mysql.db-kind=mysql
 quarkus.datasource.mysql.jdbc.max-size=8
+quarkus.datasource.devservices.enabled=false
 
 
quarkus.native.resources.includes=postgresql.sql,mysql.sql,mariadb.sql,oracle.sql,h2.sql,db2.sql,inserts.sql,mssql.sql,droptables.sql
diff --git 
a/integration-test-groups/jdbc/mysql/src/main/resources/application.properties 
b/integration-tests/pg-replication-slot/src/main/resources/application.properties
similarity index 80%
copy from 
integration-test-groups/jdbc/mysql/src/main/resources/application.properties
copy to 
integration-tests/pg-replication-slot/src/main/resources/application.properties
index 6ee2c27fef..157bc5e64b 100644
--- 
a/integration-test-groups/jdbc/mysql/src/main/resources/application.properties
+++ 
b/integration-tests/pg-replication-slot/src/main/resources/application.properties
@@ -14,12 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-
-#
-# Quarkus :: DS
-#
-
-quarkus.datasource.mysql.db-kind=mysql
-quarkus.datasource.mysql.jdbc.max-size=8
-
-quarkus.native.resources.includes=postgresql.sql,mysql.sql,mariadb.sql,oracle.sql,h2.sql,db2.sql,inserts.sql,mssql.sql,droptables.sql
+quarkus.datasource.devservices.enabled = false

Reply via email to