Skip to content

Bump maven indexer query limits#8198

Merged
ebarboni merged 1 commit intoapache:deliveryfrom
mbien:bump-maven-indexer-query-limit_delivery
Feb 4, 2025
Merged

Bump maven indexer query limits#8198
ebarboni merged 1 commit intoapache:deliveryfrom
mbien:bump-maven-indexer-query-limit_delivery

Conversation

@mbien
Copy link
Copy Markdown
Member

@mbien mbien commented Jan 27, 2025

Some projects generated quite a lot of artifacts by now. Some queries didn't produce good results since pagination gave up too early.

example: getVersions() is sometimes used to query the top x most recent artifacts. If cut off too early, some might be missing.

(this is only relevant if the year cutoff filter isn't used which removes many entries of the index)

symptoms:

  • the version auto completion in the pom doesn't have the latest version or has entries missing
  • the version updater hint doesn't update an artifact, even though the index contains newer artifact information already

targets delivery

Some projects generated quite a lot of artifacts by now. Some queries
didn't produce good results since pagination gave up too early.

example: getVersions() is sometimes used to query the top x most recent
artifacts. If cut off too early, some might be missing.
@mbien mbien added Maven [ci] enable "build tools" tests ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) labels Jan 27, 2025
@mbien mbien added this to the NB25 milestone Jan 27, 2025
@mbien mbien requested a review from neilcsmith-net February 1, 2025 14:29
@ebarboni
Copy link
Copy Markdown
Contributor

ebarboni commented Feb 4, 2025

LGTM

@ebarboni ebarboni merged commit 1b0751e into apache:delivery Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) Maven [ci] enable "build tools" tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants