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

Make DockerClientResolver#resolve threadsafe #3993

Merged
merged 1 commit into from
May 10, 2023

Conversation

erdi
Copy link
Contributor

@erdi erdi commented Apr 28, 2023

This is a fix for #3981. I believe that description on the issue explains the rationale behind this change but I'd be happy to clarify if there are any questions.

Fixes #3981 🛠️

@sonarcloud
Copy link

sonarcloud bot commented Apr 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@erdi
Copy link
Contributor Author

erdi commented May 4, 2023

Any feedback on this PR please, @eddumelendez, @emmileaf?

@emmileaf
Copy link
Contributor

emmileaf commented May 5, 2023

The code change makes sense to me, just added a follow-up in #3981 (comment) to better understand the issue it's resolving. Thanks!

Copy link
Contributor

@emmileaf emmileaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the report and contribution @erdi !

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.

NullPointerException in DockerClientResolver when running multiple Gradle BuildImageTasks in parallel
3 participants