Skip to content

Commit d208424

Browse files
committed
Support eclipse 2025-06 (#281)
Merged pull request #281 from adangel:support-eclipse-2025-06
2 parents 02f6a39 + fc1af19 commit d208424

File tree

5 files changed

+24
-20
lines changed

5 files changed

+24
-20
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
# verify build on one node before multiple builds on different os are started
2020
fail-fast-build:
21-
name: verify (ubuntu-latest, 2025-03)
21+
name: verify (ubuntu-latest, 2025-06)
2222
timeout-minutes: 30
2323
defaults:
2424
run:
@@ -61,19 +61,19 @@ jobs:
6161
strategy:
6262
matrix:
6363
os: [ ubuntu-latest, windows-latest, macos-latest ]
64-
targetPlatform: [ 2025-03 ]
64+
targetPlatform: [ 2025-06 ]
6565
exclude:
6666
# exclude the fail-fast-build, which already ran
6767
- os: ubuntu-latest
68-
targetPlatform: 2025-03
68+
targetPlatform: 2025-06
6969
# run other target platforms only on linux
7070
include:
71+
- os: ubuntu-latest
72+
targetPlatform: 2025-03
7173
- os: ubuntu-latest
7274
targetPlatform: 2024-12
7375
- os: ubuntu-latest
7476
targetPlatform: 2024-09
75-
- os: ubuntu-latest
76-
targetPlatform: 2024-06
7777
fail-fast: true
7878

7979
runs-on: ${{ matrix.os }}

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Eclipse Update Site:
1212
This is a minor release.
1313

1414
### New and noteworthy
15+
* Support for Eclipse 2025-06 added
16+
* Support for Eclipse 2024-06 removed
1517

1618
### Fixed Issues
1719

@@ -29,6 +31,7 @@ This is a minor release.
2931
### Merged pull requests
3032
* Refactor GitHub Action Workflows ([#271](https://github.com/pmd/pmd-eclipse-plugin/pull/271)) by [@adangel](https://github.com/adangel)
3133
* [ci] Make build a reuseable workflow ([#272](https://github.com/pmd/pmd-eclipse-plugin/pull/272)) by [@adangel](https://github.com/adangel)
34+
* Support eclipse 2025-06 ([#281](https://github.com/pmd/pmd-eclipse-plugin/pull/281)) by [@adangel](https://github.com/adangel)
3235

3336
### Dependency updates
3437
* Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 ([#270](https://github.com/pmd/pmd-eclipse-plugin/pull/270))

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</modules>
1616

1717
<properties>
18-
<target.platform>2025-03</target.platform>
18+
<target.platform>2025-06</target.platform>
1919

2020
<java.version>1.8</java.version>
2121
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->

target-platforms/2024-06.target renamed to target-platforms/2025-06.target

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="2024-06 (4.32)" sequenceNumber="1718389263">
4+
<target name="2025-06 (4.36)" sequenceNumber="1750950983">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
7-
<unit id="org.eclipse.platform.feature.group" version="4.32.0.v20240601-0610"/>
8-
<unit id="org.eclipse.jdt.feature.group" version="3.19.500.v20240601-0610"/>
9-
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.34.0.v202405130132"/>
10-
<unit id="org.eclipse.pde.feature.group" version="3.15.400.v20240601-0610"/>
11-
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.2.0.202405291350"/>
12-
<unit id="org.eclipse.swtbot.feature.group" version="4.2.0.202405291350"/>
13-
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.2.0.202405291350"/>
14-
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.2.0.202405291350"/>
15-
<unit id="org.junit" version="4.13.2.v20230809-1000"/>
16-
<unit id="org.junit.source" version="4.13.2.v20230809-1000"/>
17-
<repository location="https://download.eclipse.org/releases/2024-06/"/>
7+
<unit id="org.eclipse.platform.feature.group" version="4.36.0.v20250528-2229"/>
8+
<unit id="org.eclipse.jdt.feature.group" version="3.20.200.v20250528-1830"/>
9+
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.37.0.v202503020853"/>
10+
<unit id="org.eclipse.pde.feature.group" version="3.16.300.v20250528-1830"/>
11+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.3.0.202505280955"/>
12+
<unit id="org.eclipse.swtbot.feature.group" version="4.3.0.202505280955"/>
13+
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.3.0.202505280955"/>
14+
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.3.0.202505280955"/>
15+
<unit id="org.junit" version="4.13.2.v20240929-1000"/>
16+
<unit id="org.junit.source" version="4.13.2.v20240929-1000"/>
17+
<repository location="https://download.eclipse.org/releases/2025-06/"/>
1818
</location>
1919
</locations>
2020
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>

target-platforms/2024-06.tpd renamed to target-platforms/2025-06.tpd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
target "2024-06 (4.32)"
1+
// https://github.com/eclipse-simrel/.github/blob/main/wiki/Simultaneous_Release.md
2+
target "2025-06 (4.36)"
23
with source requirements environment JavaSE-21
3-
location "https://download.eclipse.org/releases/2024-06/" {
4+
location "https://download.eclipse.org/releases/2025-06/" {
45
org.eclipse.platform.feature.group
56
org.eclipse.jdt.feature.group
67
org.eclipse.wst.xml_core.feature.feature.group

0 commit comments

Comments
 (0)