objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Micro Library Issue1:- Renaming micro library not causing any changes in micro service #234

Open NilotpalSenChowdhury opened 7 years ago

NilotpalSenChowdhury commented 7 years ago

Details:- Rename not working for micro library after the micro library was added .

Steps:- 1) create a mico service 2) Create a micro library 3) Add the micro library to micro service and use the micro library in your code 4) Run the test on mico service 5) Now rename the mico library 6) Again run the test Since the micro library has been renamed it should throw an error

objecthub-io commented 7 years ago

Thank you for reporting this issue.

What you describe is the behavior as we intent it. Objects are linked with each other using their identity (e.g. unique URI) and not their name. If you would open the dependencies for the micro service, the micro library should be shown there with its new name.