eclipse-osgi-technology / jakartarest-osgi

Glassfish Jersey based implementation of the OSGi Jakarta RESTful Web Services Whiteboard specification
https://projects.eclipse.org/projects/technology.osgi-technology
Eclipse Public License 2.0
3 stars 5 forks source link

Avoid exceptions when extension objects cannot be retrieved #18

Closed timothyjward closed 1 year ago

timothyjward commented 1 year ago

Sometimes services will have been unregistered while we are still setting up a whiteboard application. In those cases the service may disappear while we are starting and can cause initialisation failures. We must protect against errors in those cases.