Skip to content

Catalog Typing Fallback broken #2253

@Vampire

Description

@Vampire

Since commit fc43ce6 the typing fallback to previous version is partly broken.

If you request https://bindings.krzeminski.it/codecov/codecov-action___major/v5/codecov-action___major-v5.jar you get the binding with the v4 fallback typing used as usualy.

But if you request http://172.21.176.1:8080/codecov/codecov-action___major/v5.5.2/codecov-action___major-v5.5.2.jar, you get only the untyped binding instead of the fallback typing.

The breaks usages like @file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)") that worked fine with the typed bindings before that change and now suddenly do not work anymore unless the typed binding happens to be in your local maven cache as usual, but on CI it suddenly started to brak.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions