eclipse-passage / passage

Define and control license checks and usage constraints for OSGi / RCP / IDE
https://www.eclipse.org/passage/
Eclipse Public License 2.0
6 stars 8 forks source link

[LOC] Make OSGi EventListener as powerful as LicensePackIssueListener #1400

Closed HannesWell closed 3 days ago

HannesWell commented 4 days ago

Fixes https://github.com/eclipse-passage/passage/issues/1399

eparovyshnaya commented 3 days ago

Closing this MR as it does not solve the underlying problem of #1399 issue.

See the comment to get the plan of works on the issue we are going to entertain.

HannesWell commented 2 days ago

See the comment to get the plan of works on the issue we are going to entertain.

From your comment I understand that this does not completely solve #1399, but it at least brings the OSGi EventListener variant on par. From my point of view, this is at least half of the solution. The missing part, if I understand your intention correctly, is to remove LicensePackIssueListener and migrate existing implementations to the OSGi event mechanism, isn't it? Or do I miss something?