Skip to content

Commit 1145fa6

Browse files
committed
Add 'incompatibilities' entry about inlined native fragments
To inform about changes in - eclipse-platform/eclipse.platform#1394 - eclipse-platform/eclipse.platform#1476 - eclipse-platform/eclipse.platform#1440
1 parent b39b555 commit 1145fa6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.32/incompatibilities.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,28 @@ <h1>Incompatibilities between Eclipse 4.31 and 4.32</h1>
2020
See also the list of <a href="../removals.html">deprecated API removals</a> for this release.
2121
</p>
2222

23+
<ol>
24+
<li><a href="#upstream-bundles">Several bundles renamed for 3rd party libraries</a></li>
25+
</ol>
26+
27+
<hr>
28+
29+
<!-- ############################################## -->
30+
31+
<h2>1. <a name="native-fragments-merge">Multiple platform-specific fragments merged into their host</a></h2>
32+
<p>
33+
The following platform-specific fragments have been merged into their respective host bundle:
34+
<ul>
35+
<li><code>org.eclipse.core.resources.win32.win32.x86_64</code></li>
36+
<li><code>org.eclipse.core.filesystem.win32.x86_64</code></li>
37+
<li><code>org.eclipse.core.net.linux</code></li>
38+
<li><code>org.eclipse.core.net.win32</code></li>
39+
</ul>
40+
</p>
41+
<p>
42+
All functionality formerly provided through these platform-specific fragments is now provided by the fragment's host bundle alone and no code change is required.
43+
If any of the mentioned fragments is referenced in a PDE <em>feature.xml</em> or listed as content of a product definition it just has to be removed.
44+
</p>
45+
2346
</body>
2447
</html>

0 commit comments

Comments
 (0)