-
Notifications
You must be signed in to change notification settings - Fork 529
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
Fixed issue-1600 add thread-safe protection to inputManager #1604
Conversation
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.2.0...maven-source-plugin-3.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1604 +/- ##
============================================
- Coverage 67.89% 67.89% -0.01%
Complexity 45 45
============================================
Files 654 654
Lines 27982 27986 +4
Branches 4403 4404 +1
============================================
+ Hits 18999 19000 +1
- Misses 7155 7156 +1
- Partials 1828 1830 +2
Continue to review full report at Codecov.
|
Bumps [classindex](https://github.com/atteo/classindex) from 3.8 to 3.9. - [Release notes](https://github.com/atteo/classindex/releases) - [Changelog](https://github.com/atteo/classindex/blob/master/CHANGES.md) - [Commits](atteo/classindex@3.8...3.9) Signed-off-by: dependabot-preview[bot] <[email protected]>
….apache.maven.plugins-maven-source-plugin-3.2.1 Bump maven-source-plugin from 3.2.0 to 3.2.1
….atteo.classindex-classindex-3.9 Bump classindex from 3.8 to 3.9
Thanks for the PR @hushengyue ... We'll review and get it merged ASAP.. |
PR is merged. @hushengyue Thanks for your contribution. Appreciate it.. |
Fixed issue-1600 by adding synchronized protection