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

avoids IllegalArgumentException on unget #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juergen-albert
Copy link
Contributor

fixes https://issues.apache.org/jira/browse/FELIX-6726

ungetServiceObject may be called twice in some cases, which causes an
IllegalArgumentException to be thrown and logged. It furthermore causes
to recreated ComponentServiceObjects to be created and never cleaned up
afterwards.

@juergen-albert
Copy link
Contributor Author

@tjwatson It would be great if you could have a look at this.

fixes https://issues.apache.org/jira/browse/FELIX-6726

ungetServiceObject may be called twice in some cases, which causes an
IllegalArgumentException to be thrown and logged.

Signed-off-by: Juergen Albert <[email protected]>
@juergen-albert juergen-albert changed the title avoids IllegalArgumentException and memory hoarding avoids IllegalArgumentException Sep 11, 2024
@juergen-albert juergen-albert changed the title avoids IllegalArgumentException avoids IllegalArgumentException on unget Sep 11, 2024
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.

1 participant