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

Delete marker interface Gear #1372

Closed eparovyshnaya closed 1 month ago

eparovyshnaya commented 1 month ago

Notion of Gear was intended to supply a passage-related product with passage core services for this product's needs.

Appropriate interface was created in lic.api and used by both examplary passage-related products: FLS and Licensing Operator.

Practice shows that while notion itself is useful (yet questionable), the interface is fruitless. Each product has its own evolution and own way of getting, using, ungetting services, own set of services. Products are not intended to be alike in any sense.

Thus, Gear interface just lays a burden, introduces unnecessary connection - and brings noting useful to a product.

Gear and its supplier interfaces are subject for removal.

ruspl-afed commented 1 month ago

Missed since 3.0 annotation for GearAware

eparovyshnaya commented 1 month ago

All gear-related services must also be removed from public API.

ruspl-afed commented 1 month ago

All gear-related services must also be removed from public API.

Oops, reopened again