-
Notifications
You must be signed in to change notification settings - Fork 47
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
Refactors and move InMemoryCrud Repo implementation to common #496
Refactors and move InMemoryCrud Repo implementation to common #496
Conversation
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to leave out the AASXFileServer?
@@ -19,6 +19,10 @@ | |||
<groupId>org.eclipse.digitaltwin.basyx</groupId> | |||
<artifactId>basyx.aasrepository-core</artifactId> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.eclipse.digitaltwin.basyx</groupId> | |||
<artifactId>basyx.mongodbcore</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why basyx.mongodbcore in aasrepository-backend?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was added by mistake, removed it.
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Good point, it was overlooked. Addressed this in my recent commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Description of Changes
Moves all the InMemory CrudRepository implementation to common.
It is the important refactoring for the ticket #437