Skip to content

Needed Jakarta version of docker library, forked it #1911

@Master-Code-Programmer

Description

@Master-Code-Programmer

Out team migrated from Java EE to Jakarta EE, so we needed docker libraries which also use jakarta packages instead of javax packages. So I just forked this project and replaced javax with jakarta.

The fork: https://github.com/JD-CSTx/docker-java

I had one failing test, but that test failed also in the original, unchanged code, so I'm really not that concerned about it. We need the Docker Java Client for integration tests, and it did run now very often without any errors.

The original plan for the fork was to provide a version which builds seperate JARs with "jakarta" classifiers, but due to the complicated structure of the project that was abandoned. It uses the default version number, which is "0-SNAPSHOT".

I don't plan to maintain this parallel to the official project, and would rather prefer it if the original project would somehow integrate my fork.

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