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: java.lang.IllegalArgumentException missing provider #342

Conversation

AssahBismarkabah
Copy link
Collaborator

Ensure that the BouncyCastleProvider is automatically added to the Security providers list, removing the need for manual intervention and preventing IllegalArgumentException errors related to missing provider.

@AssahBismarkabah AssahBismarkabah linked an issue Jul 29, 2024 that may be closed by this pull request
@AssahBismarkabah AssahBismarkabah added the bug Something isn't working label Jul 29, 2024
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.76%. Comparing base (f5e2b35) to head (8b43b56).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #342      +/-   ##
=============================================
- Coverage      86.76%   86.76%   -0.01%     
  Complexity         1        1              
=============================================
  Files            165      164       -1     
  Lines           3348     3347       -1     
  Branches         217      217              
=============================================
- Hits            2905     2904       -1     
  Misses           309      309              
  Partials         134      134              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AssahBismarkabah AssahBismarkabah force-pushed the fix-javalangillegal-argumentexception-missing-provider branch from 4680b03 to 8b43b56 Compare July 29, 2024 16:48
Copy link

sonarcloud bot commented Jul 29, 2024

@AssahBismarkabah AssahBismarkabah merged commit ea27fc6 into develop Jul 30, 2024
4 checks passed
@AssahBismarkabah AssahBismarkabah deleted the fix-javalangillegal-argumentexception-missing-provider branch July 30, 2024 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix java.lang.IllegalArgumentException: missing provider
2 participants