-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Closed
Copy link
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This might be a missed followup item after #988
Not sure about the context, seems related to issue with a version of HttpClient.
google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java
Lines 159 to 165 in d42f30a
| // TODO: temporarily setting retry Count to service account default to remove a direct | |
| // dependency, to be reverted after release | |
| return new GoogleAuthException(true, OAuth2Utils.DEFAULT_NUMBER_OF_RETRIES, ioException); | |
| } else { | |
| return new GoogleAuthException( | |
| true, OAuth2Utils.DEFAULT_NUMBER_OF_RETRIES, message, ioException); | |
| } |
Code before this change:
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.