-
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
MavenDownloadingExceptions for netty-transport-native-* through artemis-core-client 2.16.0 #478
Labels
bug
Something isn't working
Comments
Just tried this one again; no improvement yet with Rewrite Maven plugin 4.39.0. |
|
knutwannheden
added a commit
that referenced
this issue
Mar 20, 2023
The commit eece2d4 intended to do this already, but ended up using the wrong overload of the `SourceFile#printAll()` method. Fixes #522 Related: #478, openrewrite/rewrite#2982
@timtebeek Can you reevaluate this using org.openrewrite.maven:rewrite-maven-plugin:4.43.0-SNAPSHOT? |
Tried just now; the markers do not appear in the source file (👍🏻), but the download error stays the same (👎🏻). |
I haven't look into this one in detail, but let's keep it open then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discovered through openrewrite/rewrite#3167 for @magicwerk. Given this minimal
pom.xml
When I run
mvn rewrite:run
.Then I I get
MavenDownloadingExceptions
Both dependencies
netty-transport-native-epoll
andnetty-transport-native-kqueue
are declared in artemis-core-client-2.16.0.pom asWith the classifiers defined in artemis-pom-2.16.0.pom as
There might be something going on with how we resolve those classifiers, but that needs to be explored.
The text was updated successfully, but these errors were encountered: