Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.8.0
-
None
-
Unknown
Description
As you can see here https://camel.apache.org/components/latest/minio-component.html#_uri_options, minioClient is autowired in case it exists.
This feature could be turned off by setting `autowiredEnabled` on context to false. However the minioClient is still autowired.
This makes difficult to use this component from camel-quarkus. (autowiring has to be disabled for several use cases there) - https://github.com/apache/camel-quarkus/issues/2134
Attachments
Issue Links
- links to