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"

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|544386}} - Provide standard UI to configure locations to look for license files
+
* 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"
+
 
* Allow to fulfill "License Pack template" from "Product Version" definition
+
* Improve "Issue License" action: should allow to fulfill all the "License Pack template" fields
+
  
 
===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]]

Revision as of 02:57, 6 June 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


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


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