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

Support eclipse 2025-03 #260

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
# verify build on one node before multiple builds on different os are started
fail-fast-build:
name: verify (ubuntu-latest, 2024-12)
name: verify (ubuntu-latest, 2025-03)
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
uses: ./.github/actions/build
with:
targetPlatform: 2024-12
targetPlatform: 2025-03
deploy: true
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: screenshots-ubuntu-latest-2024-12
name: screenshots-ubuntu-latest-2025-03
path: net.sourceforge.pmd.eclipse.plugin.test/screenshots
if-no-files-found: ignore

Expand All @@ -53,19 +53,19 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
targetPlatform: [ 2024-12 ]
targetPlatform: [ 2025-03 ]
exclude:
# exclude the fail-fast-build, which already ran
- os: ubuntu-latest
targetPlatform: 2024-12
targetPlatform: 2025-03
# run other target platforms only on linux
include:
- os: ubuntu-latest
targetPlatform: 2024-12
- os: ubuntu-latest
targetPlatform: 2024-09
- os: ubuntu-latest
targetPlatform: 2024-06
- os: ubuntu-latest
targetPlatform: 2024-03
fail-fast: true

runs-on: ${{ matrix.os }}
Expand Down
5 changes: 4 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ Eclipse Update Site:
This is a minor release.

### New and noteworthy
* Support for Eclipse 2025-03 added
* Support for Eclipse 2024-03 removed

### Fixed Issues

### API Changes

### External Contributions
### Merged pull requests
* Support eclipse 2025-03 ([#260](https://github.com/pmd/pmd-eclipse-plugin/pull/260)) by [@adangel](https://github.com/adangel)

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</modules>

<properties>
<target.platform>2024-12</target.platform>
<target.platform>2025-03</target.platform>

<java.version>1.8</java.version>
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
Expand Down
28 changes: 0 additions & 28 deletions target-platforms/2024-03.target

This file was deleted.

21 changes: 0 additions & 21 deletions target-platforms/2024-03.tpd

This file was deleted.

21 changes: 21 additions & 0 deletions target-platforms/2025-03.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="2025-03 (4.35)" sequenceNumber="1742482149">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="4.35.0.v20250228-0640"/>
<unit id="org.eclipse.jdt.feature.group" version="3.20.100.v20250228-0140"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.37.0.v202503020853"/>
<unit id="org.eclipse.pde.feature.group" version="3.16.200.v20250228-0140"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.2.1.202406141605"/>
<unit id="org.eclipse.swtbot.feature.group" version="4.2.1.202406141605"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.2.1.202406141605"/>
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.2.1.202406141605"/>
<unit id="org.junit" version="4.13.2.v20240929-1000"/>
<unit id="org.junit.source" version="4.13.2.v20240929-1000"/>
<repository location="https://download.eclipse.org/releases/2025-03/"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
</target>
14 changes: 14 additions & 0 deletions target-platforms/2025-03.tpd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
target "2025-03 (4.35)"
with source requirements environment JavaSE-21
location "https://download.eclipse.org/releases/2025-03/" {
org.eclipse.platform.feature.group
org.eclipse.jdt.feature.group
org.eclipse.wst.xml_core.feature.feature.group
org.eclipse.pde.feature.group
org.eclipse.swtbot.eclipse.feature.group
org.eclipse.swtbot.feature.group
org.eclipse.swtbot.ide.feature.group
org.eclipse.swtbot.generator.feature.feature.group
org.junit
org.junit.source
}