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

fix: make executor threads deamon #601

Merged

Conversation

Kavindu-Dodan
Copy link
Contributor

This PR

Fixes #600

Makes task executor threads daemons.

Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
@Kavindu-Dodan Kavindu-Dodan requested a review from a team as a code owner September 8, 2023 18:30
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #601 (5626564) into main (4c686c9) will increase coverage by 0.27%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #601      +/-   ##
============================================
+ Coverage     94.41%   94.69%   +0.27%     
- Complexity      358      361       +3     
============================================
  Files            32       32              
  Lines           842      848       +6     
  Branches         52       52              
============================================
+ Hits            795      803       +8     
+ Misses           25       24       -1     
+ Partials         22       21       -1     
Flag Coverage Δ
unittests 94.69% <100.00%> (+0.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...rc/main/java/dev/openfeature/sdk/EventSupport.java 96.82% <100.00%> (+0.15%) ⬆️
...n/java/dev/openfeature/sdk/ProviderRepository.java 97.10% <100.00%> (+0.13%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

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

Great idea!

Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Sep 8, 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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Kavindu-Dodan Kavindu-Dodan merged commit c66b995 into open-feature:main Sep 8, 2023
8 checks passed
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.

[Bug] SDK prevents JVM shutdown when shutdown is not called
2 participants