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.4.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="...")
 
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.5.0|Next Version]]&gt;</div>
 +
 
 +
 
 +
== New and Noteworthy ==
 +
 
 +
===Eclipse Passage Licensing Integration Components (LIC)===
 +
 
 +
====License Management API and its implementation for Eclipse Equinox====
 +
* Licensing Requirements resolvers
 +
* Licensing Condition miners
 +
* Feature Permission emitters
 +
* Feature Permission examiners
 +
* Restriction Verdict executors
 +
 
 +
====License Management JFace components====
 +
        Licensing Configuration viewers
 +
        Licensing Status dialogs
 +
        Licensing-aware JFace components
 +
 
 +
====Licensing Metadata EMF API====
 +
        Features domain EMF API
 +
        Products domain EMF API
 +
        Users domain EMF API
 +
        Licenses domain EMF API
 +
 
 +
====License Management Integration====
 +
        OSGi integration: (component-based requirements)
 +
        E4 integration: (event-based restrictions)
 +
        BouncyCastle integration (encrypted licenses)
 +
        OSHI integration (node-locked licenses)
 +
        JSON support (network condition miners)
  
 
[[Category:Passage|Release Notes/0.4.0]]
 
[[Category:Passage|Release Notes/0.4.0]]

Revision as of 04:36, 30 March 2019


New and Noteworthy

Eclipse Passage Licensing Integration Components (LIC)

License Management API and its implementation for Eclipse Equinox

  • Licensing Requirements resolvers
  • Licensing Condition miners
  • Feature Permission emitters
  • Feature Permission examiners
  • Restriction Verdict executors

License Management JFace components

       Licensing Configuration viewers
       Licensing Status dialogs
       Licensing-aware JFace components

Licensing Metadata EMF API

       Features domain EMF API
       Products domain EMF API
       Users domain EMF API
       Licenses domain EMF API

License Management Integration

       OSGi integration: (component-based requirements)
       E4 integration: (event-based restrictions)
       BouncyCastle integration (encrypted licenses)
       OSHI integration (node-locked licenses)
       JSON support (network condition miners)

Back to the top