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

Only report unrecovered repositoryAccessFailed #4037

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

timtebeek
Copy link
Contributor

Following questions like openrewrite/rewrite-maven-plugin#742

Now that we surface repositoryAccessFailed in download logs and the Maven plugin, we don't want to raise any false alarms. We seem to also have sufficiently troubleshot the issues that prompted the eager propagation of exceptions, such that a reduced case could now make sense again.

@timtebeek
Copy link
Contributor Author

Failures unrelated and also on main 😞

Comment on lines +734 to +735
if (!httpsUri.endsWith("/")) {
httpsUri += "/";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Based on this comment.

@sambsnyd sambsnyd merged commit 4a73816 into main Feb 23, 2024
1 check failed
@sambsnyd sambsnyd deleted the only-report-unrecovered-repositoryAccessFailed branch February 23, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants