BUG with Maven replacement #33933
Replies: 4 comments 6 replies
-
Also would like to enable replacement feature for gradle projects
|
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Hi there, A maintainer wants you to find and share a specific log message ( If you self-host Renovate: make sure you run Renovate with Find the relevant dependency/dependencies in the log message, and copy/paste those parts into this discussion. If you do not know which bits we need, you can copy/paste the full log message. Read the Renovate docs, Troubleshooting to learn more about getting the docs, and getting the correct type of logs. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
Is this part expected?
You expect this: I thought that renovate will replace it But actual behavior is: It seems like the existence of the upgrade is to be expected. The presence of a replacement does not block any other updates. But you are expecting 6.0.0 specifically. Where (in source code or docs) does that expectation come from? |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
gitlab, github
Please tell us more about your question or problem
Replacement doesn't work as expectedFirstly,
I thought that renovate will replace it
FROM: org.hibernate-5.6.15.Final
TO: org.hibernate.orm-6.0.0.Final
But actual behavior is:
FROM: org.hibernate-5.6.15.Final
TO: org.hibernate-6.5.5.Final
I suspect that it happens
due that there are 2 same versions on 2 different places
Logs (if relevant)
Extra info about how description of MR has been changed
Beta Was this translation helpful? Give feedback.
All reactions