-
Notifications
You must be signed in to change notification settings - Fork 77
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
Resolution Errors after updating to 5.23.1 #742
Comments
Thanks for the detailed report! Indeed showing these as errors is perhaps a bit too strong; as a first step I've changed the log level to warnings. 50c4ffb These exceptions weren't surfaced before #725 , which lead to The stack trace you've posted is helpful; I'll see if there's anything we can do upstream to handle this differently, or show these particular errors without a stack trace in the plugin. |
I'm wondering if the POM download has an issue in general, as I said the internal Nexus works fine. But calling only
The spring roo repository is hosted on S3 and doesn't have an index, but it's working as well, so that's a second false positive. Any better strategy than just checking the root URLs of the repositories? |
Following questions like openrewrite/rewrite-maven-plugin#742
Hi yes we're a little too eager reporting such issues it seems; something I'm hoping to fix in |
* Only report unrecovered repositoryAccessFailed Following questions like openrewrite/rewrite-maven-plugin#742 * Add trailing slash known to trip up some repositories
I've gone ahead and created a new release; I suspect that will improve the handling already; I'd hope to hear if that's indeed the case: https://github.com/openrewrite/rewrite-maven-plugin/releases/tag/v5.23.2 Closing this issue on the assumption that it's improved or even resolved, but will monitor for replies in case we need to revisit. Thanks again for reporting your findings! |
Issue is solved indeed for me with 5.23.2, thanks! |
Awesome; thanks for the quick feedback! |
After updating to 5.23.1 there are suddenly errors popping up regarding downloading POMs from
org.openrewrite.maven.internal.MavenPomDownloader
. However one is an internal repository that definitely works and one is a Spring repository that's nowhere defined in our projects.Since it's the only change that happened, must have come from #725, 5.23.0 didn't have these errors. Also errors in this context would mean something went wrong, however the rewriting works as good as before, so the errors are a bit misleading?
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a single module project.
What is the smallest, simplest way to reproduce the problem?
I don't really know where the errors come from.
What is the full stack trace of any errors you encountered?
Are you interested in contributing a fix to OpenRewrite?
The text was updated successfully, but these errors were encountered: