-
Notifications
You must be signed in to change notification settings - Fork 31
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
Mongodb file download fix #333
Mongodb file download fix #333
Conversation
BaSyx Java 1.4.0 release
Thank you very much for providing this PR! Would it be possible to sign the ECA? |
Done! |
...nts.AASServer/src/main/java/org/eclipse/basyx/components/aas/mongodb/MongoDBSubmodelAPI.java
Outdated
Show resolved
Hide resolved
After some internal discussions, we realized that the issue is more complex than it seems. There are the following points that need to be considered:
Would it be possible to update the PR the consider both issues? |
Is this PR still active? If no, I will close it in a few days |
I am currently working on a solution that takes the named issues from your earlier comment into account, maybe I can provide a proposal this week. |
…ownload_fix # Conflicts: # basyx.components/basyx.components.docker/basyx.components.AASServer/src/main/java/org/eclipse/basyx/components/aas/mongodb/MongoDBSubmodelAPI.java # basyx.components/basyx.components.docker/basyx.components.AASServer/src/test/java/org/eclipse/basyx/regression/AASServer/mongodb/TestMongoDBSubmodelAPI.java
… with new filename during updates
Thank you very much for updating the PR! Feel free to ping me when you're done with your implementations, I will then gladly review it again |
Ping ;-) ... the last commit fixed the failing test, so I am finished now - thnx for reviewing again 👍 |
Looks good to me. Thank you very much for your contribution! |
We used the mongodb persistence in our try-out of the bays components and found the following issues when downloading files:
Fixes: