amitjoy commented on code in PR #172:
URL: https://github.com/apache/felix-dev/pull/172#discussion_r978659010
##########
scr/src/main/java/org/apache/felix/scr/impl/runtime/ServiceComponentRuntimeImpl.java:
##########
@@ -117,6 +117,10 @@ public Collection<ComponentConfigurationDTO>
getComponentConfigurationDTOs(Compo
try
{
ComponentHolder<?> holder = getHolderFromDescription( description);
+ // the holder can also be null if the associated component is
deregistered
Review Comment:
Thanks a lot for the detailed feedback 👍 I have updated the MR with the
required changes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]