-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.20.0
-
Component/s: camel-docker
-
Labels:None
-
Environment:
Karaf
-
Estimated Complexity:Unknown
Following up on CAMEL-11842. Since we do not have the Jersey libraries as part of the camel-docker Karaf feature, the Docker client will fail whenever it attempts TLS connections (even though we're using Netty).
I created an issue over at the docker-java client project to remove Jersey from their Netty command factory code:
https://github.com/docker-java/docker-java/issues/922
There's a PR here:
https://github.com/docker-java/docker-java/pull/936
If it gets accepted we can update the docker-java client and hopefully fix this issue.