You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/01/14 19:14:00 UTC

[jira] [Resolved] (CAMEL-16037) Minio: if autowiredEnabled is set to false on camelContext, minioClient is still autowired

     [ https://issues.apache.org/jira/browse/CAMEL-16037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-16037.
---------------------------------
    Fix Version/s: 3.8.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 3.8.0
>
>
> 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)