-
Notifications
You must be signed in to change notification settings - Fork 460
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
Added Eclipse 4.20 formatter support. #940
Conversation
CI has severe problems with dependency lookup from local cache. Example:
Problem in CI is reproducible. CI job restart delivers similar result. @nedtwigg I am afraid I need your help on this one. |
Defining semver as
IMO, the point of semver is to communicate integration risk to the end-user. As a user, if you adopt:
I think adding support for a new version which required structural changes counts as There is a strong case to make that anytime we bump our default version, that's at least an So that is why I put version bumps as
Looks good.
Looks good.
Looks good. To my eye this PR is ready to merge, look good to you too? |
Nonsense! That's what second pairs of eyes are for :) |
Here is a timeline:
Some CI systems, like Travis, test both the tip of the PR, and also a hypothetical merge commit. Any time the |
Released in |
Unlike for previous Eclipse version upgrades I would prefer a feedback and not pushing directly into
main
.Changed
affects the version. Expected documentation here.Outlook:
Since quite some time it vexes me that we test so many Eclipse versions. I propose to test exemplary once which make a difference in the code:
The only thing we loose is a complete validation all lock files. But we don't change the lock files for older versions. Hence we only check whether versions specified in the lock files are still available on MavenCentral. So in my opinion we just waste a lot of energy downloading all the different historical version of Eclipse. Will provide proposal to change Eclipse testing in different PR.