-
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
Fix Spotless Eclipse workspace cleanup and OSGI lock #451
Conversation
@nedtwigg Currently I use Gradle 4. Shall Provide an independent PR for Gradle 5 first? |
…ch gradle version to use.
Published, tagged, and pushed to this branch. Sorry for slow turnaround, I was confused by the 4.x / 5.x thing. Imo, updating the build for all of the |
@nedtwigg Thanks for the Eclipse Read-Me update. I am afraid, I was short at time and could not get my head around quickly for a clean solution. I would like to finalize the issues I assigned to myself, before providing an update of the build process. Please have a look at my latest changes. As you an see, the fix is only applied on the latest version of the Eclipse based formatters. Do you think that's sufficient? Should this be explicitly stated in the change logs? |
Good call! Just some random thoughts on this issue:
I do. It looks like we ought to be able to do the swap for every single lockfile without causing any problems, but it's a little scary to do that without a pretty big test matrix. I'd be okay with taking the small risk of bumping every single one, but I'm also fine with the approach you have taken.
Yes, if it's only fixed for the |
Added change log information about Eclipse fix restriction to 4.12.
Added change log information about Eclipse fix restriction to 4.12.
@nedtwigg Please have a last look at my Changes log entry. Feel free to change directly if you see the need. Afterwards we can do a squash and merge. |
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.
Sorry for delay! I updated changelog wording a bit. This LGTM, but we should regular-merge, and not squash-merge. The ext-eclipse-base/3.2.1
tag is on one of the intermediate commits.
I'm gonna merge since this is good and ready to go! I'm planning on fixing a few issues this weekend, then releasing on Monday. |
Published in |
Fixes #447
Change log has been updated. Fix is back-ward compatible. Hence a re-build of the Eclipse formatters is not required.