docker-client
docker-client copied to clipboard
Upgrade Jersey version
Hi,
Would it be possible to upgrade Jersey/Glassfish version? Right now docker-client conflicts with applications using the most recent version of Jersey/Glassfish.
Upgrading Jersey to the most recent version requires aligning jackson-annotations to the same version as jackson-core (which is good practice anyway) and adding hk2 dependencies explicitly to your POM.
Thanks!
Apparently the latest Jersey version requires Java >= 8. Have you considered upgrading minimal Java version to 8? You will have more and more libraries conflicting with old Jersey version. For example right now Spring Boot 2.0 is conflicting with your library already :( .
@hekonsek We've considered using java 8 here, but we haven't decided yet. If we do, it'll require some bit of work.