Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.
This repository was archived by the owner on May 4, 2025. It is now read-only.

Fails to load dependency graph when dependency uses Version Range #40

@chrsmutti

Description

@chrsmutti

First of all, thanks for the amazing work on this tool, really easy to use and it'll be an incredible selling point for me to pitch Mill and a more modern build process for some services at work!

I was testing this in an internal repository and had some issues with the dependency graph not loading, after some debugging (adding projects incrementally and reading the output of generate), I've pinpointed the issue to Version Ranges.

One of the dependencies of this project is org.jongo:jongo:1.5.0, with depends on com.fasterxml.jackson.core:jackson-core:[2.7.0,2.12.3]. When the manifest is generated with this type of version range, the Dependency Graph page fails to load, downgrading to org.jongo:jongo:1.4.1 that does not include version ranges for Jackson works perfectly.

Github has some way of dealing with this, if the project has a pom.xml it shows the version range correctly, as seen here:
image

But I did not find anything on the documentation of the Dependency Submission API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions