Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequent missing publishedAt element for versions where default = true #88

Open
vica-atlassian opened this issue May 13, 2024 · 1 comment

Comments

@vica-atlassian
Copy link

We have observed many responses the default version does not have a publishedAt element present.
Eg:
curl https://api.deps.dev/v3alpha/systems/maven/packages/org.hdrhistogram:HdrHistogram/versions/2.2.1 | jq .

Shows publishedAt for all versions, except the 2.2.1 which is the default version.

@PFCM
Copy link
Contributor

PFCM commented May 15, 2024

Hello, thanks for letting us know.

There are some challenges collecting Maven timestamps. We currently collect what we can from the Maven central index files (https://repo.maven.apache.org/maven2/.index/), but those are only updated once a week so it can take a while for the timestamps to fill in and I am aware of a couple of other issues which could slow them down even further.

I do have some work in progress to try and improve the situation by also collecting some other sources of timestamps, so hopefully the situation will improve over the next few months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants