zbendhiba opened a new issue, #4328: URL: https://github.com/apache/camel-quarkus/issues/4328
I tried to upgrade the minio version quickly to 2.10.2 version, but integration tests are failing. First, minio has now devServices so this configuration needs to be added to the application.properties file : `quarkus.minio.devservices.enabled = false`. Second there’s now a mandatory minio.url, which may not be compliant with camel-quarkus. Here’s a part of the error : ``` Caused by: io.quarkus.runtime.configuration.ConfigurationException: "quarkus.minio.url" is mandatory and must be a valid url ``` -- 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]
