Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ListNetworksCmdExec doesn't work with API 1.46 #2348

Closed
@rvysh

Description

@rvysh

ListNetworksCmdExec tries to deserialize response to class com.github.dockerjava.api.model.Network
which has field private Date created , but API returns this field like "Created": "2016-10-19T06:21:00.416543526Z" (see https://docs.docker.com/engine/api/v1.46/#tag/Network/operation/NetworkList) and Jackson can't parse this String into Date since it has more than 3 digits for milliseconds

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions