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

Added missing Eclipse formatter support up to version 4.17. #722

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

fvgh
Copy link
Member

@fvgh fvgh commented Oct 18, 2020

Added missing Eclipse versions for formatter extension up to version 4.17.
The default formatter version is now 4.17, except for CDT formatter, since CDT 10.0 requires Java 11.

A default version depending on the the executing JRE version is discouraged, since this would mean that the desired formatting may change dependent on the underlying JRE version. A general approach should be taken in future how to deal with the fact that more and more formatters do not work anymore with Java 8.

This PR demonstrates that most Eclipse 4.17 formatters still work perfectly with Java 8. Hence it is recommended to close #547.
This PR makes Groovy-Eclipse 3.9.0 the new default formatter, which solves #685.

@nedtwigg nedtwigg merged commit 660214a into main Oct 20, 2020
@nedtwigg nedtwigg deleted the eclipse-4.17 branch October 20, 2020 19:59
@nedtwigg
Copy link
Member

Fantastic, thanks so much! Releasing now...

@nedtwigg
Copy link
Member

Published in plugin-gradle 5.7.0 and plugin-maven 2.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eclipse 4.17 (2020-09) will require Java 11
2 participants