bug5977: try using org.osgi.framework.system.packages.extra property to declare jdk.net

This commit is contained in:
Axel Uhl
2024-03-11 11:03:41 +01:00
parent b0b0a68d6c
commit 8abb7bff12
5 changed files with 1 additions and 27 deletions
@@ -424,12 +424,4 @@
install-size="0"
version="1.72"
unpack="false"/>
<plugin
id="org.eclipse.osgi"
download-size="0"
install-size="0"
version="3.19.100"
unpack="false"/>
</feature>
@@ -122,10 +122,8 @@
<repository location="https://download.eclipse.org/releases/2020-12"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<!-- bug5977: trying to use a custom-built org.eclipse-osgi-3.19.100.jar from own base P2 repo with jdk.net exposed
<unit id="org.eclipse.osgi" version="3.18.0.v20220516-2155"/>
<unit id="org.eclipse.osgi.source" version="3.18.0.v20220516-2155"/>
-->
<unit id="org.eclipse.osgi.services" version="3.10.200.v20210723-0643"/>
<unit id="org.eclipse.osgi.services.source" version="3.10.200.v20210723-0643"/>
<unit id="org.eclipse.osgi.util" version="3.7.0.v20220427-2144"/>
@@ -556,7 +556,6 @@
version="1.3.600.v20200721-1308"
unpack="false"/>
<!-- bug5977: testing patched Java 8 profile
<plugin
id="org.eclipse.osgi"
download-size="0"
@@ -570,14 +569,6 @@
install-size="0"
version="3.18.0.v20220516-2155"
unpack="false"/>
-->
<plugin
id="org.eclipse.osgi"
download-size="0"
install-size="0"
version="3.19.100"
unpack="false"/>
<plugin
id="org.osgi.util.promise"
@@ -1258,12 +1249,4 @@
install-size="0"
version="2.8.9.v20220111-1409"
unpack="false"/>
<plugin
id="org.eclipse.osgi"
download-size="0"
install-size="0"
version="3.19.100"
unpack="false"/>
</feature>
+1
View File
@@ -37,6 +37,7 @@
in java/com.amazon.aws.aws-java-api/pom.xml
-->
<tycho-version>1.7.0</tycho-version>
<org.osgi.framework.system.packages.extra>jdk.net</org.osgi.framework.system.packages.extra>
<gwt.version>2.11.0</gwt.version>
<!-- gwt-maven-plugin is typically in sync with the GWT version. But sometimes versions need extra time after a new GWT release. -->
<gwt.plugin.version>2.11.0</gwt.plugin.version>