Preset to handle byte-buddy maven artifact new versioning #41898
andham
started this conversation in
Suggest an Idea
Replies: 2 comments
-
|
Yep this sounds like a reasonable suggestion - this would fit under the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
#41921 created. Compared to what I suggested in this discussion I used matchDatasources instead of matchManagers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
Recently the maintainer of byte-buddy decided to publish multiple Maven artifacts per version. He decided to publish x.y.z and x.y.z-jdk5, which is he says is semver. However, Maven doesn't fully follow semver so this causes issues for Renovate which will propose upgrades to the x.y.z-jdk5 artifact instead of x.y.z.
I suggest a workaround, or similar, preset to handle this:
Here's the discussion regarding this new versioning with the maintainer: raphw/byte-buddy#1889
Beta Was this translation helpful? Give feedback.
All reactions