-
Couldn't load subscription status.
- Fork 442
Update readFromFile() in ConfigurableRetryLogic to handle filePath related issues #2650
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
Conversation
… path contains a space
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2650 +/- ##
============================================
+ Coverage 51.63% 51.65% +0.02%
- Complexity 4003 4015 +12
============================================
Files 147 147
Lines 33757 33769 +12
Branches 5639 5643 +4
============================================
+ Hits 17429 17445 +16
- Misses 13871 13875 +4
+ Partials 2457 2449 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/main/java/com/microsoft/sqlserver/jdbc/ConfigurableRetryLogic.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/sqlserver/jdbc/ConfigurableRetryLogic.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/sqlserver/jdbc/ConfigurableRetryLogic.java
Outdated
Show resolved
Hide resolved
…lated issues (#2650) * Addressed-Cannot use mssql-jdbc 12.10 on WildFly if WildFly directory path contains a space * Add general exception * Updated logging level
…lated issues (#2650) * Addressed-Cannot use mssql-jdbc 12.10 on WildFly if WildFly directory path contains a space * Add general exception * Updated logging level
…lated issues (#2650) (#2681) * Addressed-Cannot use mssql-jdbc 12.10 on WildFly if WildFly directory path contains a space * Add general exception * Updated logging level Co-authored-by: muskan124947 <[email protected]>
Related Github issue -> #2646