-
Notifications
You must be signed in to change notification settings - Fork 48
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
Adds AAS Discovery Service #111
Adds AAS Discovery Service #111
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]>
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]>
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]>
Signed-off-by: Zai Müller-Zhang <[email protected]>
…feature/discovery-service
- Refactors InMemory code and TCK - Refactors Aas Discovery component - Refactors AAS Discovery Service Backend InMemory - Refactors AAS Discovery Service Backend InMemory - Refactors AAS Discovery Service Backend MongoDB - Refactors AAS Discovery Service core - Refactors AAS Discovery Service http - Updates Readme - Refactors TCK name 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.
Please acknowledge the review Remark
@Autowired(required = false) | ||
public MongoDBAasDiscoveryServiceFactory(MongoTemplate mongoTemplate, | ||
@Value("${basyx.aasdiscoveryservice.mongodb.collectionName:aasdiscovery-service}") String collectionName, | ||
@Value("${basyx.aasdiscserv.name:aas-discovery-service}") String aasDiscoveryServiceName) { |
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 are we using different names here?, basyx.aasdiscoveryservice...
and basyx.aasdiscserv...
-> naming should be kept consistent
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.
Thanks for pointing this out.
We renamed it to basyx.aasdiscoveryservice.name
for consistency.
* Replaces Sys.out with logger * Refactors stream-API-Statement to a smaller footprint Signed-off-by: Jannis Jung <[email protected]>
* applies BaSyx formatter * adds trailing empty line to poms Signed-off-by: Jannis Jung <[email protected]>
- Renames property basyx.aasdiscserv.name to basyx.aasdiscoveryservice.name Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]> Co-authored-by: Zai Müller-Zhang <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish [email protected]
Co-authored-by: Zai Müller-Zhang [email protected]