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

[FELIX-6286] Concurrency issue in Gogo runtime Activator #28

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

Conversation

pderop
Copy link
Contributor

@pderop pderop commented Jun 11, 2020

Could someone please review this PR, I think it fixes the concurrency issue reported in FELIX-6286.
The only concerns is about the newProcessor(ThreadIO tio, BundleContext context) from runtime/src/main/java/org/apache/felix/gogo/runtime/activator/Activator.java:

Before this method was returning a ServiceRegistration, now it is reterning a CommandProcessorImpl object. Will this break something ? I see that the org.apache.felix.gogo.runtime.activator is exported ...

thanks.

@jbonofre jbonofre self-requested a review September 16, 2020 16:02
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