You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-gradle/CHANGES.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
6
6
### Added
7
7
* You can now put the filename into a license header template with `$FILE`. ([#1605](https://github.com/diffplug/spotless/pull/1605) fixes [#1147](https://github.com/diffplug/spotless/issues/1147))
8
8
*`licenseHeader` default pattern for Java files is updated to `(package|import|public|class|module) `. ([#1614](https://github.com/diffplug/spotless/pull/1614))
9
+
### Changes
10
+
* All Eclipse formatters are now based on [Equo Solstice OSGi and p2 shim](https://github.com/equodev/equo-ide/tree/main/solstice). ([#1524](https://github.com/diffplug/spotless/pull/1524))
11
+
* Eclipse JDT bumped default to `4.26` from `4.21`, oldest supported is `4.9`.
12
+
* We now recommend dropping the last `.0`, e.g. `4.26` instead of `4.26.0`, you'll get warnings to help you switch.
13
+
* Eclipse Groovy bumped default to `4.26` from `4.21`, oldest supported is `4.18`.
14
+
* Eclipse CDT bumped default to `11.0` from `4.21`, oldest supported is `10.6`.
15
+
* Eclipse WTP is still WIP at [#1622](https://github.com/diffplug/spotless/pull/1622).
Copy file name to clipboardExpand all lines: plugin-maven/CHANGES.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
9
9
*`licenseHeader` default pattern for Java files is updated to `(package|import|public|class|module) `. ([#1614](https://github.com/diffplug/spotless/pull/1614))
10
10
### Changes
11
11
* Enable incremental up-to-date checking by default. ([#1621](https://github.com/diffplug/spotless/pull/1621))
12
+
* All Eclipse formatters are now based on [Equo Solstice OSGi and p2 shim](https://github.com/equodev/equo-ide/tree/main/solstice). ([#1524](https://github.com/diffplug/spotless/pull/1524))
13
+
* Eclipse JDT bumped default to `4.26` from `4.21`, oldest supported is `4.9`.
14
+
* We now recommend dropping the last `.0`, e.g. `4.26` instead of `4.26.0`, you'll get warnings to help you switch.
15
+
* Eclipse Groovy bumped default to `4.26` from `4.21`, oldest supported is `4.18`.
16
+
* Eclipse CDT bumped default to `11.0` from `4.21`, oldest supported is `10.6`.
17
+
* Eclipse WTP is still WIP at [#1622](https://github.com/diffplug/spotless/pull/1622).
0 commit comments