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

Is GenerateRepositoryFacadeMojo thread safe? #87

Open
lppedd opened this issue Oct 20, 2022 · 1 comment
Open

Is GenerateRepositoryFacadeMojo thread safe? #87

lppedd opened this issue Oct 20, 2022 · 1 comment

Comments

@lppedd
Copy link

lppedd commented Oct 20, 2022

I've just enabled a multithread build and I've been observing the following message.

[WARNING] The following plugins are not marked as thread-safe in com.ibm...:
[WARNING]   org.jboss.tools.tycho-plugins:repository-utils:2.5.0

If it is, could it be marked with the appropriate annotation value?

@lppedd
Copy link
Author

lppedd commented Oct 20, 2022

There is a shared field in that Mojo.

Can we at least synchronize the method? I'm up to do the PR.

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

No branches or pull requests

1 participant