Croway opened a new pull request, #21270: URL: https://github.com/apache/camel/pull/21270
# Description Add a --port option to camel infra run command so that a custom port can be specified when running the external service. For example: ``` camel infra run aws s3 --port 5566 ... camel infra run milvus --port 20530 ... camel infra run sftp --port 2223 ``` To implement the `port` option I've added utility methods to ContainerEnvironmentUtil: configurePort(), configurePorts(), and getConfiguredPortOrRandom() to standardize port handling. A system property `camel.infra.port` is configured to handle the primary port. Performance fixes: - Reuse Couchbase container across tests - Execute FTP integration tests and Kafka tests only once (avoid redundant runs with `mvn verify`) - Reduce MongoDB tested volume size Fixed Infinispan docker image upgrade - Updated container configuration to work with newer Infinispan image version. -- 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]
