|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
IMHO docker-java PR #102 won't help as the problem with ClientBuilder is caused by different version of jersey-client (2.11 in docker-java, 2.5.1 in jDocker). As both plugins use very similar docker library (forked from same project), we can expect similar issue in the future even if this one is fixed. Both plugins needs to use non-conflicting dependencies or Jenkins core has to implement proper class loader isolation of the plugins.