reta commented on code in PR #2144:
URL: https://github.com/apache/cxf/pull/2144#discussion_r1837265402
##########
rt/features/logging/src/main/java/org/apache/cxf/ext/logging/osgi/Activator.java:
##########
@@ -121,6 +121,16 @@ public void updated(Dictionary config) throws
ConfigurationException {
}
}
+ private ServiceRegistration<?> safeRegister(String name, Object
service,
Review Comment:
Thanks @tjwatson , I am wondering if we could implement more robust solution
by relying on:
```
@Override
public void stop(BundleContext context) throws Exception {
}
```
? Or `BundleContext::getBundle()::getState()`?
--
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]