Disregarding jdk5 version of byte-buddy #42509
Unanswered
erilor
asked this question in
Request Help
Replies: 2 comments
This comment was marked as low quality.
This comment was marked as low quality.
-
|
You can use package rules. Although I feel this should be built into renovate at this point as author of byte buddy disagreed with community and releases frequently enough its a large problem in general. Here is a generic package rule to just ice out any jdk5. or you can be more explicit against byte buddy |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
Other (please specify)
Which version of Renovate are you using?
43.110
Please tell us more about your question or problem
I wanted to use the regular version of byte-buddy and not the jdk5 version. I had the idea to force semver versioning, but then no update at all was created. Seems like there is some problem with semver and versions that exists with both an postfix and as is.
1.18.8 and 1.18.8-jdk5 exists. With default versioning (maven) a PR for 1.18.8-jdk5 is created, but if I set:
"versioning": "semver"in renovate.json no PR is created despite that 1.18.8 exists.It seems like 1.18.8-jdk5 blocks Renovate from selecting 1.18.8.
I've create a small reproducer repo: https://github.com/erilor/renovate-semver
Am I doing something wrong or is this a bug?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions