Skip to content
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

fix(maven): Use consistent precision for extended ranges #6623

Merged

Conversation

zharinov
Copy link
Collaborator

Closes #6620

@zharinov
Copy link
Collaborator Author

viceice
viceice previously approved these changes Jun 29, 2020
['[1.8,1.9.0.0)', '1.10.1', '[1.8,1.10.1.0)'],

['[1.8,1.9)', '1.9.1', '[1.8,1.9)'],
['[1.8,1.9)', '1.10.0', '[1.9,1.10)'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If new value is 1.10.0 then shouldn't it be [1.10,1.11) ?

Copy link
Collaborator Author

@zharinov zharinov Jun 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, it would look better in this context. What upgrade for [1.8, 1.9] and 1.10.0 would be better:[1.8, 1.10] or [1.9, 1.10]? Btw probably we need to think about range strategies other than auto for maven.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be 1.11)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, take a look again, I've made a slightly different implementation

@rarkins rarkins merged commit c450621 into renovatebot:master Jul 1, 2020
@rarkins rarkins deleted the fix/preserve-maven-range-precision branch July 1, 2020 11:50
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 21.21.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maven: preserve range precision
4 participants