Skip to content

Commit

Permalink
[#657] CDT cannot be built on Java 21 due to security manager changes
Browse files Browse the repository at this point in the history
* Switch CI to Java 21
* Remove config generation for debug application
* Remove `org.eclipse.osgi.services` from `proxy.server` product
* Remove `org.eclipse.osgi.services` from
`org.eclipse.cdt.debug.application.product` product
* Move `org.eclipse.cdt.debug.application.product` from profile to
general part

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Apr 19, 2024
1 parent 96a3310 commit 88355ec
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 515 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- 'dsf/**'
- 'debug/**'
- 'jtag/**'
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down
38 changes: 0 additions & 38 deletions debug/org.eclipse.cdt.debug.application.product/about.html

This file was deleted.

20 changes: 0 additions & 20 deletions debug/org.eclipse.cdt.debug.application.product/build.properties

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="org.eclipse.orbit.xml-apis-ext"/>
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.osgi.compatibility.state" fragment="true"/>
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.eclipse.osgi.util"/>
<plugin id="org.eclipse.search"/>
<plugin id="org.eclipse.search.core"/>
Expand Down
189 changes: 0 additions & 189 deletions debug/org.eclipse.cdt.debug.application.product/epl-v20.html

This file was deleted.

Loading

0 comments on commit 88355ec

Please sign in to comment.