Skip to content

Release 3.2.14 broken due to LoadImageAsyncCmd change #2022

@pabloFuente

Description

@pabloFuente

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions