Croway opened a new pull request, #18344: URL: https://github.com/apache/camel/pull/18344
For example: ``` ➜ camel git:(main) ✗ camel infra run aws sqs Starting service aws with implementation sqs { "accessKey" : "accesskey", "amazonAWSHost" : "localhost:4566", "getConnectionProperties" : { "aws.access.key" : "accesskey", "aws.host" : "localhost:4566", "aws.protocol" : "http", "aws.region" : "us-east-1", "aws.secret.key" : "secretkey" }, "protocol" : "http", "region" : "us-east-1", "secretKey" : "secretkey" } ``` This way, a default port is always used instead of the random one picked by testcontainers (Camel tests keep using the random one). -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org