Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid exceptions when trying to get services that are being removed #35

Merged
merged 1 commit into from Jan 10, 2024

Conversation

timothyjward
Copy link
Contributor

Numerous exceptions are generated when whiteboard services are removed. It is not actually necessary to fully construct the providers to remove them, so this change adjusts the logic to clean up without doing so. This will avoid attempting to get services which are unregistered and should prevent undesirable noise

Numerous exceptions are generated when whiteboard services are removed. It is not actually necessary to fully construct the providers to remove them, so this change adjusts the logic to clean up without doing so. This will avoid attempting to get services which are unregistered and should prevent undesirable noise

Signed-off-by: Tim Ward <timothyjward@apache.org>
@maho7791 maho7791 merged commit f1beb2a into osgi:main Jan 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants