davsclaus commented on code in PR #26404: URL: https://github.com/apache/camel/pull/26404#discussion_r4011907472
########## docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc: ########## @@ -448,6 +448,13 @@ set here, because that would reject input that parses today. Routes that genuine an external DTD or parameter entity through this converter must supply their own `SAXParserFactory`. +=== Component deprecation + +==== camel-minio + +The Minio GitHub repository has been archived on the 25th April 2026. +The container images were removed from Docker Hub on September 2026. Review Comment: Suggest telling migrators what to do, not only why: ```suggestion The Minio GitHub repository has been archived on the 25th April 2026. The container images were removed from Docker Hub on September 2026. MinIO is S3-compatible, so existing deployments can migrate to the `camel-aws2-s3` component by pointing it at the MinIO server, for example: `aws2-s3://mybucket?overrideEndpoint=true&uriEndpointOverride=http://localhost:9000&forcePathStyle=true&accessKey=...&secretKey=...`. ``` -- 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]
