Skip to content

Commit fcb6c49

Browse files
committed
Merge pull request #183 from adangel:support-eclipse-2023-09
Support eclipse 2023-09 #183
2 parents c5e8aee + cfcee1a commit fcb6c49

File tree

6 files changed

+35
-32
lines changed

6 files changed

+35
-32
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
# verify build on one node before multiple builds on different os are started
1818
fail-fast-build:
19-
name: verify (ubuntu-latest, 2023-06)
19+
name: verify (ubuntu-latest, 2023-09)
2020
timeout-minutes: 60
2121
runs-on: ubuntu-latest
2222
steps:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
uses: ./.github/actions/build
3131
with:
32-
targetPlatform: 2023-06
32+
targetPlatform: 2023-09
3333
deploy: true
3434
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
3535
githubToken: ${{ secrets.GITHUB_TOKEN }}
@@ -44,19 +44,19 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ ubuntu-latest, windows-latest, macos-latest ]
47-
targetPlatform: [ 2023-06 ]
47+
targetPlatform: [ 2023-09 ]
4848
exclude:
4949
# exclude the fail-fast-build, which already ran
5050
- os: ubuntu-latest
51-
targetPlatform: 2023-06
51+
targetPlatform: 2023-09
5252
# run other target platforms only on linux
5353
include:
54+
- os: ubuntu-latest
55+
targetPlatform: 2023-06
5456
- os: ubuntu-latest
5557
targetPlatform: 2023-03
5658
- os: ubuntu-latest
5759
targetPlatform: 2022-12
58-
- os: ubuntu-latest
59-
targetPlatform: 2022-09
6060
fail-fast: true
6161

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

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ This is a minor release.
1414
### New and noteworthy
1515

1616
* Updated to PMD 7.0.0-rc4
17+
* Support for Eclipse 2023-09 added
1718
* Support for Eclipse 2023-06 added
19+
* Support for Eclipse 2022-09 removed
1820
* Support for Eclipse 2022-06 removed
1921

2022
### Fixed Issues
2123

2224
* [#181](https://github.com/pmd/pmd-eclipse-plugin/pull/181): Support eclipse 2023-06
2325
* [#182](https://github.com/pmd/pmd-eclipse-plugin/pull/182): Update to PMD 7.0.0-rc4
26+
* [#183](https://github.com/pmd/pmd-eclipse-plugin/pull/183): Support eclipse 2023-09
2427

2528
### API Changes
2629

net.sourceforge.pmd.eclipse.plugin.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Version: 7.0.0.qualifier
4+
Import-Package: org.apache.commons.io
45
Bundle-Name: PMD Test Plugin
56
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test;singleton:=true
67
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
@@ -13,7 +14,6 @@ Require-Bundle: org.eclipse.ui,
1314
org.eclipse.jdt.core,
1415
org.eclipse.jdt.launching,
1516
org.junit,
16-
org.apache.commons.io,
1717
org.eclipse.swtbot.go,
1818
org.eclipse.jdt.ui,
1919
org.eclipse.ui.navigator.resources

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>2023-06</target.platform>
18+
<target.platform>2023-09</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 -->
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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="2022-09 (4.25)" sequenceNumber="1683993272">
4+
<target name="2023-09 (4.29)" sequenceNumber="1696083617">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
7-
<unit id="org.eclipse.platform.feature.group" version="4.25.0.v20220831-1800"/>
8-
<unit id="org.eclipse.jdt.feature.group" version="3.18.1300.v20220831-1800"/>
9-
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.27.0.v202207150226"/>
10-
<unit id="org.eclipse.pde.feature.group" version="3.14.1300.v20220831-1800"/>
11-
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.0.0.202206011610"/>
12-
<unit id="org.eclipse.swtbot.feature.group" version="4.0.0.202206011610"/>
13-
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.0.0.202206011610"/>
14-
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.0.0.202206011610"/>
15-
<repository location="https://download.eclipse.org/releases/2022-09/"/>
7+
<unit id="org.eclipse.platform.feature.group" version="4.29.0.v20230903-1000"/>
8+
<unit id="org.eclipse.jdt.feature.group" version="3.19.200.v20230903-1000"/>
9+
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.31.0.v202308210520"/>
10+
<unit id="org.eclipse.pde.feature.group" version="3.15.100.v20230903-1000"/>
11+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.1.0.202306071420"/>
12+
<unit id="org.eclipse.swtbot.feature.group" version="4.1.0.202306071420"/>
13+
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.1.0.202306071420"/>
14+
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.1.0.202306071420"/>
15+
<repository location="https://download.eclipse.org/releases/2023-09/"/>
1616
</location>
1717
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
18-
<unit id="org.apache.commons.io" version="2.8.0.v20210415-0900"/>
19-
<unit id="org.apache.commons.io.source" version="2.8.0.v20210415-0900"/>
20-
<unit id="org.apache.commons.lang" version="2.6.0.v20220406-2305"/>
21-
<unit id="org.apache.commons.lang.source" version="2.6.0.v20220406-2305"/>
22-
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
23-
<unit id="org.junit.source" version="4.13.2.v20211018-1956"/>
24-
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-09/"/>
18+
<unit id="org.apache.commons.commons-io" version="2.13.0"/>
19+
<unit id="org.apache.commons.commons-io.source" version="2.13.0"/>
20+
<unit id="org.apache.commons.lang" version="2.6.0"/>
21+
<unit id="org.apache.commons.lang.source" version="2.6.0"/>
22+
<unit id="org.junit" version="4.13.2.v20230809-1000"/>
23+
<unit id="org.junit.source" version="4.13.2.v20230809-1000"/>
24+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/"/>
2525
</location>
2626
</locations>
27-
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
27+
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
2828
</target>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
target "2022-09 (4.25)"
2-
with source requirements environment JavaSE-11
3-
location "https://download.eclipse.org/releases/2022-09/" {
1+
target "2023-09 (4.29)"
2+
with source requirements environment JavaSE-17
3+
location "https://download.eclipse.org/releases/2023-09/" {
44
org.eclipse.platform.feature.group
55
org.eclipse.jdt.feature.group
66
org.eclipse.wst.xml_core.feature.feature.group
@@ -11,9 +11,9 @@ location "https://download.eclipse.org/releases/2022-09/" {
1111
org.eclipse.swtbot.generator.feature.feature.group
1212
}
1313

14-
location "https://download.eclipse.org/tools/orbit/downloads/2022-09/" {
15-
org.apache.commons.io
16-
org.apache.commons.io.source
14+
location "https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/" {
15+
org.apache.commons.commons-io
16+
org.apache.commons.commons-io.source
1717
org.apache.commons.lang
1818
org.apache.commons.lang.source
1919
org.junit

0 commit comments

Comments
 (0)