pnoltes opened a new pull request #293:
URL: https://github.com/apache/celix/pull/293


   This PR adds a build functionality to the C++ Dependency Manager, DM 
Component en Service Dependency.
   
   The build() functionality can be used to gain more control when adding 
service dependencies to an already created and enabled component. 
   Before this PR a newly created service dependency was activated before 
additional filters could be added. 
   
   Also removed a lock. The DM is not designed for MT usage and a single 
recursive mutex did give that impression. 
   
   Not sure if `build()` is the best naming. I tend to prefer `enable()`, but 
this implies a `disable()`. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to