Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Passage/Release Notes/0.5.0"

(Created page with "<css> #main-page-content{ position:relative; } #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; } </css> <div id="...")
 
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
   #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 
   #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 
</css>
 
</css>
<div id="versionNav" class="alert alert-small alert-warning">[[Next Version]]&gt;</div>
+
<div id="versionNav" class="alert alert-small alert-warning">[[Passage/Release Notes/0.4.0|&lt; Previous Version]][[Passage/Release Notes/0.6.0| Next Version &gt;]]</div>
  
 
==New and Noteworthy==
 
==New and Noteworthy==
Line 9: Line 9:
  
 
===Eclipse Passage Licensing Integration Components (LIC)===
 
===Eclipse Passage Licensing Integration Components (LIC)===
* {{bug | 544382}} - the engine shall routinely auto-recheck the file-based license after (default TTL)
+
* {{bug|546680}} - '''[Passage] rename LIC Runtime to LIC API'''. The LIC API base package has been changed <source lang="java">org.eclipse.passage.lic.runtime -> org.eclipse.passage.lic.api</source>
* Bug 544385 - "Licensing" dialog shall show "expired" conditions
+
* {{bug|547609}} - '''[Passage] LicensingAction should respect RestrictionVerdict contract'''. The LicensingAction will show dialog and continue on "warn" and exit from the action on "error"  
* Bug 544386 - Provide standard UI to configure locations to look for license files
+
* {{bug|547615}} - '''[Passage] Import license functionality should report result'''. The "Import License" dialog now provides error reporting
* p2 support - define licensing constraints as a part of p2 metadata
+
 
* annotations - define annotations to let clients participate to the licensing lifecycle
+
  
 
===Eclipse Passage Licensing Operator Components (LOC) E4 RCP===
 
===Eclipse Passage Licensing Operator Components (LOC) E4 RCP===
* Bug 545663 - [Passage] licensing metadata should support variables for paths
+
* {{bug|546679}} - '''[Passage] rename LOC Runtime to LOC API'''. The LOC API base package has been changed <source lang="java">org.eclipse.passage.loc.runtime -> org.eclipse.passage.loc.api</source>
* Provide clear UI separation between "License Pack template" and "Issues License"
+
* {{bug|547585}} - '''[Passage] AboutDialog should support about.mappings'''. Now the Operator RCP shows information about its version in "About" dialog
* Allow to fulfill "License Pack template" from "Product Version" definition
+
* {{bug|547651}} - '''[Passage] allow to specify preferred condition type and expression for the user'''.
* Improve "Issue License" action: should allow to fulfill all the "License Pack template" fields
+
* {{bug|547652}} - '''[Passage] allow to browse issued licenses for the given user'''.
 +
* {{bug|547653}} - '''[Passage] provide "License Plan" to be a template for "License Pack" creation'''.
 +
 
  
 
===Eclipse Passage Licensing Back-end Components (LBC) OSGi-based server===
 
===Eclipse Passage Licensing Back-end Components (LBC) OSGi-based server===
* SSH support for authentication and authorization
+
* {{bug|546678}} - '''[Passage] rename LBC Runtime to LBC API'''. The LBC API base package has been changed <source lang="java">org.eclipse.passage.lbc.runtime -> org.eclipse.passage.lbc.api</source>
* UI to configure server connections
+
  
===Eclipse Passage Licensing Development Components (LDC) IDE plug-ins ===
 
* UI to add licensing requirement to MANIFEST.MF
 
* UI to add licensing requirement to component.xml
 
  
 +
===Eclipse Passage Licensing Definition Components (LDC) IDE plug-ins ===
 +
* Plug-in template for Eclipse 3.x Licensed RCP
 +
* Plug-in template for Eclipse 4.x Licensed RCP
  
 
[[Category:Passage|Release Notes/0.5.0]]
 
[[Category:Passage|Release Notes/0.5.0]]

Latest revision as of 13:54, 4 September 2019

New and Noteworthy

Complete list of bug fixes and enhancements in 0.5.0

Eclipse Passage Licensing Integration Components (LIC)

  • bug 546680 - [Passage] rename LIC Runtime to LIC API. The LIC API base package has been changed
    org.eclipse.passage.lic.runtime -> org.eclipse.passage.lic.api
  • bug 547609 - [Passage] LicensingAction should respect RestrictionVerdict contract. The LicensingAction will show dialog and continue on "warn" and exit from the action on "error"
  • bug 547615 - [Passage] Import license functionality should report result. The "Import License" dialog now provides error reporting


Eclipse Passage Licensing Operator Components (LOC) E4 RCP

  • bug 546679 - [Passage] rename LOC Runtime to LOC API. The LOC API base package has been changed
    org.eclipse.passage.loc.runtime -> org.eclipse.passage.loc.api
  • bug 547585 - [Passage] AboutDialog should support about.mappings. Now the Operator RCP shows information about its version in "About" dialog
  • bug 547651 - [Passage] allow to specify preferred condition type and expression for the user.
  • bug 547652 - [Passage] allow to browse issued licenses for the given user.
  • bug 547653 - [Passage] provide "License Plan" to be a template for "License Pack" creation.


Eclipse Passage Licensing Back-end Components (LBC) OSGi-based server

  • bug 546678 - [Passage] rename LBC Runtime to LBC API. The LBC API base package has been changed
    org.eclipse.passage.lbc.runtime -> org.eclipse.passage.lbc.api


Eclipse Passage Licensing Definition Components (LDC) IDE plug-ins

  • Plug-in template for Eclipse 3.x Licensed RCP
  • Plug-in template for Eclipse 4.x Licensed RCP

Back to the top