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

refactor(core-api): move PluginRegistry to core package #380

Closed
petermetz opened this issue Nov 10, 2020 · 0 comments · Fixed by #402
Closed

refactor(core-api): move PluginRegistry to core package #380

petermetz opened this issue Nov 10, 2020 · 0 comments · Fixed by #402
Assignees
Milestone

Comments

@petermetz
Copy link
Contributor

Description

The core API package should refrain from having implementation code in it so that it stays as true as possible to the name "API" in the old Java parlance where you would have x-impl and x-api artifacts containing the implementation and the API definitions/interfaces respectively.

Acceptance Criteria

  1. PluginRegistry class moved from the cactus-core-api package to the cactus-core package.
  2. CI is passing.
  3. References in documentation are updated accordingly as well.

cc: @takeutak @sfuji822 @jonathan-m-hamilton

@petermetz petermetz added this to the v0.3.0 milestone Nov 10, 2020
@petermetz petermetz self-assigned this Dec 2, 2020
petermetz added a commit to petermetz/cacti that referenced this issue Dec 2, 2020
Fixes hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@petermetz petermetz linked a pull request Dec 2, 2020 that will close this issue
petermetz added a commit to petermetz/cacti that referenced this issue Dec 2, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 4, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 11, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 14, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 16, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 16, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 16, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 16, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 16, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit to petermetz/cacti that referenced this issue Dec 16, 2020
Resolves hyperledger-cacti#380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit that referenced this issue Jan 4, 2021
Resolves #380

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant