Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Seems this was attempted before in CAMEL-10304 but was ultimately dropped because of issues getting Jersey to work (see here). There are similar issues in environments where other JAX-RS provides are already present (like JavaEE containers).
Now that the docker-java client supports a NettyDockerCmdExecFactory, I wonder if we make this the default on Camel and make the Jersey dependencies optional (or exclude them)?
If folks want the Jersey impl, they're free to add the relevant dependencies to their project and configure the JerseyDockerCmdExecFactory via the cmdExecFactory endpoint config param.
Thoughts?
Attachments
Issue Links
- is related to
-
SM-3356 Docker-java: lets make org.glassfish.jersey optional
- Resolved