Skip to content

Log failed library downloads in MavenLibraryResolver - #14200

Open
CJH3139 wants to merge 1 commit into
PaperMC:mainfrom
CJH3139:fix/12638-maven-library-resolver-log-failures
Open

Log failed library downloads in MavenLibraryResolver#14200
CJH3139 wants to merge 1 commit into
PaperMC:mainfrom
CJH3139:fix/12638-maven-library-resolver-log-failures

Conversation

@CJH3139

@CJH3139 CJH3139 commented Aug 20, 2026

Copy link
Copy Markdown

Closes #12638

@CJH3139
CJH3139 requested a review from a team as a code owner August 20, 2026 07:37
@github-project-automation github-project-automation Bot moved this to Awaiting review in Paper PR Queue Aug 20, 2026

@Warriorrrr Warriorrrr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will become incredibly spammy the moment you start adding multiple repositories to it, since it has to query possibly all repositories to find the one containing the artifacts you'd get a lot of noise for something that ended up being successful. I think it'd be best to see if it's possible to limit it to 5XX/429 types of responses like the original issue said, and only log the exception message instead of the full stacktrace.

@github-project-automation github-project-automation Bot moved this from Awaiting review to Changes required in Paper PR Queue Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Changes required

Development

Successfully merging this pull request may close these issues.

MavenLibraryResolver doesn't log errors

3 participants