Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise public API #1375

Closed
eparovyshnaya opened this issue May 23, 2024 · 2 comments
Closed

Revise public API #1375

eparovyshnaya opened this issue May 23, 2024 · 2 comments
Assignees
Labels
component::api Eclipse Passage API
Milestone

Comments

@eparovyshnaya
Copy link
Contributor

It appeared that lots of codebase, that does not directly facilitate Passage Runtime, are declared as public API.
For instance,

  • lic.emf
  • lic.jface (actions included)
  • lic.hc
  • lic.bc
  • lic.e4.ui
  • hand-written parts of model and edit plug-ins
  • lic.oshi
  • loc*
  • lbc*

and others.

In the light this discovery it is demanded to revise the whole sourcebase and move parts of code unrelevant to Passage Runtime contract to provisional API.

@eparovyshnaya eparovyshnaya added this to the 3.0.0 milestone May 23, 2024
@eparovyshnaya eparovyshnaya added the component::api Eclipse Passage API label May 23, 2024
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional

Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya added a commit that referenced this issue May 25, 2024
impl-packages of generated model code declared provisional

Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
access cycle implementation is not part of api, goes to internal package
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
part of API, that was promoted to public access by mistake, made
provisional
eparovyshnaya added a commit that referenced this issue May 25, 2024
access cycle implementation is not part of api, goes to internal package
@eparovyshnaya
Copy link
Contributor Author

Done with #1378

@eparovyshnaya
Copy link
Contributor Author

All passage domain's ResourceFactories should be moved to internal packages, as they contain customiztions that cannot be part of protocol.

eparovyshnaya added a commit that referenced this issue May 28, 2024
move AgreementsResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move FeaturesResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move KeysResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move LicensesResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move ProductsResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move UsersResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
fix line endings
eparovyshnaya added a commit that referenced this issue May 28, 2024
move AgreementsResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move FeaturesResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move KeysResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move LicensesResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move ProductsResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
move UsersResource and Factory to internal package
eparovyshnaya added a commit that referenced this issue May 28, 2024
fix line endings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component::api Eclipse Passage API
Projects
None yet
Development

No branches or pull requests

2 participants