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

Refactors and move InMemoryCrud Repo implementation to common #496

Merged
merged 5 commits into from
Oct 21, 2024

Conversation

mdanish98
Copy link
Contributor

Description of Changes

Moves all the InMemory CrudRepository implementation to common.
It is the important refactoring for the ticket #437

Copy link
Contributor

@mateusmolina-iese mateusmolina-iese left a 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>
Copy link
Contributor

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?

Copy link
Contributor Author

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]>
@mdanish98
Copy link
Contributor Author

Any reason to leave out the AASXFileServer?

Good point, it was overlooked. Addressed this in my recent commit.

Copy link
Contributor

@mateusmolina-iese mateusmolina-iese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@aaronzi aaronzi merged commit d4a4fed into eclipse-basyx:main Oct 21, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants