Jiri Ondrusek created CAMEL-16037:
-------------------------------------
Summary: Minio: if autowiredEnabled is set to false on
camelContext, minioClient is still autowired
Key: CAMEL-16037
URL: https://issues.apache.org/jira/browse/CAMEL-16037
Project: Camel
Issue Type: Bug
Components: camel-minio
Affects Versions: 3.8.0
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
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]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)