Closed hygo2025 closed 6 years ago
AbstractMethodError typically means there is a version difference in the libraries between when a library (glassfish/jersey/dockerClient) were compiled and what is now available at runtime. You need to update your POM file to make sure it references the correct version of one or more libraries. Check the versions of libraries included by maven (mvn dependency:tree). I would start with whatever class is newly called on CommonConfig.java:624. You might also look at the docs for docker-client to see if it says what it expects.
Hey @hygo2025, this issue was resolved in version 1.1.0 of the library. If it's still relevant to you, please give it a try.
I did do the steps described in README and the project doesn't run.
I create a new project with bellow packages: