Skip to content

Commit

Permalink
Merge pull request #190 from adangel/support-eclipse-2024-03
Browse files Browse the repository at this point in the history
Support eclipse 2024-03
  • Loading branch information
adangel authored Mar 8, 2024
2 parents 6a4c71d + f0571cd commit 1655ef5
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 41 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
# verify build on one node before multiple builds on different os are started
fail-fast-build:
name: verify (ubuntu-latest, 2023-12)
name: verify (ubuntu-latest, 2024-03)
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build
uses: ./.github/actions/build
with:
targetPlatform: 2023-12
targetPlatform: 2024-03
deploy: true
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -44,19 +44,19 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
targetPlatform: [ 2023-12 ]
targetPlatform: [ 2024-03 ]
exclude:
# exclude the fail-fast-build, which already ran
- os: ubuntu-latest
targetPlatform: 2023-12
targetPlatform: 2024-03
# run other target platforms only on linux
include:
- os: ubuntu-latest
targetPlatform: 2023-12
- os: ubuntu-latest
targetPlatform: 2023-09
- os: ubuntu-latest
targetPlatform: 2023-06
- os: ubuntu-latest
targetPlatform: 2023-03
fail-fast: true

runs-on: ${{ matrix.os }}
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ This is a major release.
### New and noteworthy

* Updated to PMD 7.0.0
* Support for Eclipse 2024-03 added
* Support for Eclipse 2023-12 added
* Support for Eclipse 2023-03 removed
* Support for Eclipse 2022-12 removed

### Fixed Issues

* [#185](https://github.com/pmd/pmd-eclipse-plugin/pull/185): Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13
* [#186](https://github.com/pmd/pmd-eclipse-plugin/pull/186): Support eclipse 2023-12
* [#187](https://github.com/pmd/pmd-eclipse-plugin/pull/187): Bump tycho from 3.0.4 to 4.0.4
* [#190](https://github.com/pmd/pmd-eclipse-plugin/pull/190): Support eclipse 2024-03

### API Changes

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>2023-12</target.platform>
<target.platform>2024-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/2023-03.target

This file was deleted.

28 changes: 28 additions & 0 deletions target-platforms/2024-03.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="2024-03 (4.31)" sequenceNumber="1709894731">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="4.31.0.v20240221-2107"/>
<unit id="org.eclipse.jdt.feature.group" version="3.19.400.v20240221-1800"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.33.0.v202402230237"/>
<unit id="org.eclipse.pde.feature.group" version="3.15.300.v20240221-1800"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.1.0.202306071420"/>
<unit id="org.eclipse.swtbot.feature.group" version="4.1.0.202306071420"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.1.0.202306071420"/>
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.1.0.202306071420"/>
<repository location="https://download.eclipse.org/releases/2024-03/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.apache.commons.commons-io" version="2.15.1"/>
<unit id="org.apache.commons.commons-io.source" version="2.15.1"/>
<unit id="org.apache.commons.lang" version="2.6.0"/>
<unit id="org.apache.commons.lang.source" version="2.6.0"/>
<unit id="org.junit" version="4.13.2.v20230809-1000"/>
<unit id="org.junit.source" version="4.13.2.v20230809-1000"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03/"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
</target>
12 changes: 6 additions & 6 deletions target-platforms/2023-03.tpd → target-platforms/2024-03.tpd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target "2023-03 (4.27)"
with source requirements environment JavaSE-11
location "https://download.eclipse.org/releases/2023-03/" {
target "2024-03 (4.31)"
with source requirements environment JavaSE-17
location "https://download.eclipse.org/releases/2024-03/" {
org.eclipse.platform.feature.group
org.eclipse.jdt.feature.group
org.eclipse.wst.xml_core.feature.feature.group
Expand All @@ -11,9 +11,9 @@ location "https://download.eclipse.org/releases/2023-03/" {
org.eclipse.swtbot.generator.feature.feature.group
}

location "https://download.eclipse.org/tools/orbit/downloads/2023-03/" {
org.apache.commons.io
org.apache.commons.io.source
location "https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03/" {
org.apache.commons.commons-io
org.apache.commons.commons-io.source
org.apache.commons.lang
org.apache.commons.lang.source
org.junit
Expand Down

0 comments on commit 1655ef5

Please sign in to comment.