This is an automated email from the ASF dual-hosted git repository.
jamesnetherton 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 95f8c68d21 Restore usage of mirror.gcr.io to quartz-clustered testing
95f8c68d21 is described below
commit 95f8c68d2160b1e8fccefe86d6cc661d23d04ca0
Author: James Netherton <[email protected]>
AuthorDate: Fri Jan 23 07:28:48 2026 +0000
Restore usage of mirror.gcr.io to quartz-clustered testing
---
.../quartz-clustered/src/main/resources/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-tests/quartz-clustered/src/main/resources/application.properties
b/integration-tests/quartz-clustered/src/main/resources/application.properties
index 7ed0a30141..88a07e8cfe 100644
---
a/integration-tests/quartz-clustered/src/main/resources/application.properties
+++
b/integration-tests/quartz-clustered/src/main/resources/application.properties
@@ -28,7 +28,7 @@ quarkus.quartz.cluster-checkin-interval=100
# Quartz persistent job store
quarkus.datasource.devservices.enabled = true
quarkus.datasource.db-kind = mysql
-quarkus.datasource."mysql".devservices.image-name=${mysql.container.image}
+quarkus.datasource.devservices.image-name=${mysql.container.image}
# Flyway to create Quartz tables
quarkus.flyway.connect-retries = 10