Skip to content

Commit 73b880d

Browse files
committed
Support eclipse 2025-03 (#260)
Merge pull request #260 from adangel:support-eclipse-2025-03
2 parents b822f67 + 55aed90 commit 73b880d

File tree

7 files changed

+46
-57
lines changed

7 files changed

+46
-57
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
# verify build on one node before multiple builds on different os are started
1717
fail-fast-build:
18-
name: verify (ubuntu-latest, 2024-12)
18+
name: verify (ubuntu-latest, 2025-03)
1919
timeout-minutes: 60
2020
runs-on: ubuntu-latest
2121
steps:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
uses: ./.github/actions/build
3030
with:
31-
targetPlatform: 2024-12
31+
targetPlatform: 2025-03
3232
deploy: true
3333
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
3434
githubToken: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
if: ${{ failure() }}
4141
with:
42-
name: screenshots-ubuntu-latest-2024-12
42+
name: screenshots-ubuntu-latest-2025-03
4343
path: net.sourceforge.pmd.eclipse.plugin.test/screenshots
4444
if-no-files-found: ignore
4545

@@ -53,19 +53,19 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [ ubuntu-latest, windows-latest, macos-latest ]
56-
targetPlatform: [ 2024-12 ]
56+
targetPlatform: [ 2025-03 ]
5757
exclude:
5858
# exclude the fail-fast-build, which already ran
5959
- os: ubuntu-latest
60-
targetPlatform: 2024-12
60+
targetPlatform: 2025-03
6161
# run other target platforms only on linux
6262
include:
63+
- os: ubuntu-latest
64+
targetPlatform: 2024-12
6365
- os: ubuntu-latest
6466
targetPlatform: 2024-09
6567
- os: ubuntu-latest
6668
targetPlatform: 2024-06
67-
- os: ubuntu-latest
68-
targetPlatform: 2024-03
6969
fail-fast: true
7070

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

ReleaseNotes.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ Eclipse Update Site:
1212
This is a minor release.
1313

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

1618
### Fixed Issues
1719

1820
### API Changes
1921

2022
### Merged pull requests
23+
* Support eclipse 2025-03 ([#260](https://github.com/pmd/pmd-eclipse-plugin/pull/260)) by [@adangel](https://github.com/adangel)
2124
* Explicitly refresh and rebuild test project after .classpath change ([#261](https://github.com/pmd/pmd-eclipse-plugin/pull/261)) by [@adangel](https://github.com/adangel)
2225

2326
## 28-February-2025: 7.11.0.v20250228-1209-r

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</modules>
1616

1717
<properties>
18-
<target.platform>2024-12</target.platform>
18+
<target.platform>2025-03</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-03.target

-28
This file was deleted.

target-platforms/2024-03.tpd

-21
This file was deleted.

target-platforms/2025-03.target

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?pde?>
3+
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4+
<target name="2025-03 (4.35)" sequenceNumber="1742482149">
5+
<locations>
6+
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
7+
<unit id="org.eclipse.platform.feature.group" version="4.35.0.v20250228-0640"/>
8+
<unit id="org.eclipse.jdt.feature.group" version="3.20.100.v20250228-0140"/>
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.200.v20250228-0140"/>
11+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.2.1.202406141605"/>
12+
<unit id="org.eclipse.swtbot.feature.group" version="4.2.1.202406141605"/>
13+
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.2.1.202406141605"/>
14+
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.2.1.202406141605"/>
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-03/"/>
18+
</location>
19+
</locations>
20+
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
21+
</target>

target-platforms/2025-03.tpd

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
target "2025-03 (4.35)"
2+
with source requirements environment JavaSE-21
3+
location "https://download.eclipse.org/releases/2025-03/" {
4+
org.eclipse.platform.feature.group
5+
org.eclipse.jdt.feature.group
6+
org.eclipse.wst.xml_core.feature.feature.group
7+
org.eclipse.pde.feature.group
8+
org.eclipse.swtbot.eclipse.feature.group
9+
org.eclipse.swtbot.feature.group
10+
org.eclipse.swtbot.ide.feature.group
11+
org.eclipse.swtbot.generator.feature.feature.group
12+
org.junit
13+
org.junit.source
14+
}

0 commit comments

Comments
 (0)