jamesnetherton commented on code in PR #7715: URL: https://github.com/apache/camel-quarkus/pull/7715#discussion_r2331181870
########## 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 Review Comment: If the tests pass, maybe we just merge it? WDYT? I don't mind following up later to see if we can improve it a bit. > host exceeding dockerhub limits Probably a discussion to be had elsewhere, but it should really be proxing to a mirror where the images are already cached & not pulling directly from dockerhub on each build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
