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 2017/03/07 12:50:37 UTC

[jira] [Resolved] (CAMEL-10950) Enable camel-docker configuration to accept a custom DockerCmdExecFactory

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

Claus Ibsen resolved CAMEL-10950.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.19.0

> Enable camel-docker configuration to accept a custom DockerCmdExecFactory
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-10950
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10950
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-docker
>            Reporter: James Netherton
>            Assignee: James Netherton
>            Priority: Minor
>             Fix For: 2.19.0
>
>
> One of the drawbacks with the docker-java library used in the camel-docker component is that it depends on Jersey for the JAX-RS client.
> This can be problematic if you already have another JAX-RS implementation on the classpath.
> Therefore, it'd be nice if you could specify the {{DockerCmdExecFactory}} that you want to work with. By default it'd be {{JerseyDockerCmdExecFactory}}, but you could choose to use the NettyDockerCmdExecFactory if you wanted to avoid Jersey. 
> Similarly, users could implement their own DockerCmdExecFactory and have camel-docker load this when it comes to build the Docker client.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)