-
Notifications
You must be signed in to change notification settings - Fork 267
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
#614 resolve version from model properties if necessary #797
Conversation
Please squash commits when done. |
@slachiewicz Could you please approve the workflow? Thanks. |
Sorry for asking, but how to squash existing commits? Isn't this done during merge into master? Another question, no hurry, just for my further planing, when can I expect the next release with this fix? |
You can force push the commits to origin. |
A question to @slawekjaranowski probably ;) |
@TorstenKruse thanks for PR. In mentioned issue we have that |
Lat release was at 23 Oct, As I see how many changes we have and how many contributors I'm very happy ... |
Fixed for display-dependency-updates too. |
35450af
to
5e9b753
Compare
@TorstenKruse please also rebase with current codebase and resolve conflicts. |
735592b
to
cf83b76
Compare
@slawekjaranowski Done. Hoping for a quick merge before more codebase changes. ;) |
return dependency; | ||
} | ||
|
||
private List<String> getSplitProperties( String commaSeparatedProperties ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where this new private method is used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not from me. Perhaps came from the rebase? Should I remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't remove it. It's being used in AbstractVersionsHelper. I changed the name from "splitted", that's why it appeared here. However, in my own PR, I've made some refactoring so that the method's gone.
EDIT: I can't find the method either. Please check if it's really there in master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem so. I removed it now.
e897951
to
4642be9
Compare
new branch name