| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/> |
| <meta http-equiv="Content-Language" content="en-us"/> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
| <link rel="STYLESHEET" href="news.css" type="text/css"/> |
| <style type="text/css"> |
| body {max-width: 900px;} |
| table.news col.title {width: 30%;} |
| /*img {max-width: 520px;}*/ |
| table.news {table-layout: fixed; border-collapse: collapse; width: 100%;} |
| table.news td {border-top: solid thin black; padding: 10px; overflow: visible;} |
| table.news tr {vertical-align: top;} |
| table.news tr td.section {font-size: 20px; font-weight: bold;} |
| table.news tr td.title {vertical-align: top; font-weight: bold;} |
| table.news tr td.content {vertical-align: top;} |
| ul {padding-left: 13px;} |
| </style> |
| <title>Eclipse Project 4.28 - New and Noteworthy</title> |
| </head> |
| |
| <body> |
| <h2>Plug-in Development Environment</h2> |
| <ul> |
| <li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li> |
| <li><a href="#editors">Editors</a></li> |
| <li><a href="#APITools">API Tools</a></li> |
| <li><a href="#pde-compiler">PDE Compiler</a></li> |
| <li><a href="#security">Security</a></li> |
| </ul> |
| |
| <!-- ****************** START OF N&N TABLE****************** --> |
| <table class="news"> |
| <colgroup> |
| <col class="title" /> |
| <col /> |
| </colgroup> |
| <tbody> |
| <!-- ******************** Dialogs, Wizard and Views ********************** --> |
| <tr> |
| <td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td> |
| </tr> |
| <tr id="automatic-manifest"> |
| <td class="title"><a href="#automatic-manifest">Support for automatic Manifest generation</a></td> |
| <td> |
| <h3>PDE now support generating the manifest automatically</h3> |
| <p>Create a new Plugin project and select the standard OSGi framework type and select "Generate OSGi metadata automatically"</p> |
| <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1331477/229280107-ebf3524b-0edf-4c15-bb7f-dc9e8468ad26.png"><img src="images/229280107-ebf3524b-0edf-4c15-bb7f-dc9e8468ad26.png" alt="grafik" style="max-width: 100%;" /></a></p> |
| <p>Review and maybe adjust the usual settings like name and version</p> |
| <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1331477/229279957-2f6f5eea-68d6-4b98-a189-a7b887025680.png"><img src="images/229279957-2f6f5eea-68d6-4b98-a189-a7b887025680.png" alt="grafik" style="max-width: 100%;" /></a></p> |
| <p>Finish the wizard to get the project created</p> |
| <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1331477/229280051-f78cec21-b7c0-40fc-bdfb-71af79f8d15b.png"><img src="images/229280051-f78cec21-b7c0-40fc-bdfb-71af79f8d15b.png" alt="grafik" style="max-width: 100%;" /></a></p> |
| </td> |
| </tr> |
| <!-- ******************** End ofDialogs, Wizard and Views ********************** --> |
| |
| <!-- ******************** Editors ********************** --> |
| <tr> |
| <td id="editors" class="section" colspan="2"><h2>Editors</h2></td> |
| </tr> |
| <tr id="cleanup-packages"> |
| <td class="title"><a href="#cleanup-packages">New Manifest Cleanup action</a></td> |
| <td class="content"> |
| |
| <h3>Select the Organize Manifest Action</h3> |
| <p>(Alternatively select some projects and choose <code class="notranslate">Plugin Tools</code> > <code class="notranslate">Organize Manifests...</code>) |
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1331477/221243168-2ed5e872-f51e-499e-9dc2-ec96d5358da7.png"><img src="images/221243168-2ed5e872-f51e-499e-9dc2-ec96d5358da7.png" alt="grafik" style="max-width: 100%;" /></a></p> |
| <h3>Choose the "Recompute Import-Package ..." cleanup</h3> |
| <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1331477/221243400-152b02ef-582b-418e-b8fb-d7ad4d3a3789.png"><img src="images/221243400-152b02ef-582b-418e-b8fb-d7ad4d3a3789.png" alt="grafik" style="max-width: 100%;" /></a></p> |
| <h3>The Manifest will be transformed and the result can be reviewed</h3> |
| <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1331477/221243678-997c40a6-475c-4c9c-ae54-e6b38627fd6f.png"><img src="images/221243678-997c40a6-475c-4c9c-ae54-e6b38627fd6f.png" alt="grafik" style="max-width: 100%;" /></a></p> |
| </td> |
| </tr> |
| <!-- ******************** End of Editors ********************** --> |
| |
| <!-- ******************** APITools ********************** --> |
| <tr> |
| <td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td> |
| </tr> |
| <!-- ******************** End of APITools ********************** --> |
| |
| <!-- ******************** PDE Compiler ********************** --> |
| <tr> |
| <td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td> |
| </tr> |
| <!-- ******************** End of PDE Compiler ********************** --> |
| |
| <!-- ******************** Security ********************** --> |
| <tr> |
| <td id="security" class="section" colspan="2"><h2>Security</h2></td> |
| </tr> |
| <!-- ******************** End of Security********************** --> |
| <tr id="force-https"> |
| <!-- https://github.com/eclipse-equinox/p2/issues/230 --> |
| <td class="title">CVE-2021-41033: Enforce <tt>https</tt> protocol</td> |
| <td class="content"> |
| PDE's access to update sites when populating target platforms is affected by the enforcement of <tt>https</tt> access. |
| See the Platform's <a href="Platform.php#force-https">CVE-2021-41033: Enforce <tt>https</tt> protocol</a> section for details. |
| </td> |
| </tr> |
| |
| <tr><td colspan="2"/></tr> |
| </tbody> |
| </table> |
| <!-- ****************** END OF N&N TABLE ****************** --> |
| |
| <script type="text/javascript" src="scripts.js"></script> |
| <p style="text-align:center"> |
| <a href="platform_isv.php">Previous</a> <a style="margin:1em" href=".">Up</a> <span style="color:#808080">Next</span> |
| </p> |
| </body> |
| </html> |