Skip to content

Commit d0fca7a

Browse files
Jean-Baptiste Millejibidus
authored andcommitted
Update changelog
1 parent a35af33 commit d0fca7a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1414
* Add support for biome. The Rome project [was renamed to Biome](https://biomejs.dev/blog/annoucing-biome/).
1515
The configuration is still the same, but you should switch to the new `biome` tag / function and adjust
1616
the version accordingly. ([#1804](https://github.com/diffplug/spotless/issues/1804)).
17+
* Support configuration of mirrors for P2 repositories in maven DSL ([#1697](https://github.com/diffplug/spotless/issues/1697)).
1718
### Fixed
1819
* Added support for plugins when using Prettier version `3.0.0` and newer. ([#1802](https://github.com/diffplug/spotless/pull/1802))
1920
### Changes

plugin-maven/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
77
* Add support for biome. The Rome project [was renamed to Biome](https://biomejs.dev/blog/annoucing-biome/).
88
The configuration is still the same, but you should switch to the new `<biome>` tag and adjust
99
the version accordingly. ([#1804](https://github.com/diffplug/spotless/issues/1804)).
10+
* Support configuration of mirrors for P2 repositories ([#1697](https://github.com/diffplug/spotless/issues/1697)):
11+
```
12+
<eclipse>
13+
<p2Mirrors>
14+
<p2Mirror>
15+
<prefix>https://download.eclipse.org/</prefix>
16+
<url>https://some.internal.mirror/eclipse</url>
17+
</p2Mirror>
18+
</p2Mirrors>
19+
</eclipse>
20+
```
21+
Mirrors are selected by prefix match, for example `https://download.eclipse.org/eclipse/updates/4.26/` will be redirected to `https://some.internal.mirror/eclipse/eclipse/updates/4.26/`.
22+
The same configuration exists for `<greclipse>` and `<eclipseCdt>`.
1023
### Fixed
1124
* Added support for plugins when using Prettier version `3.0.0` and newer. ([#1802](https://github.com/diffplug/spotless/pull/1802))
1225
### Changes

0 commit comments

Comments
 (0)