-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Description
When updating my Spring Boot application's dependency to docker-java from 3.2.13 to 3.2.14, it fails to start with the following error:
Caused by: java.lang.ClassNotFoundException: com.github.dockerjava.api.command.LoadImageAsyncCmd
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
The nested exception that one of my Beans throws is the following one:
nested exception is java.lang.NoClassDefFoundError: com/github/dockerjava/api/command/LoadImageAsyncCmd
This must be related for sure with this PR that made it into the 3.2.14 release just a few days ago: #1982.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels