Skip to content

Commit 925bb7e

Browse files
authored
Update Rev APi config with azure-core api addition (Azure#23979)
1 parent cc92a4d commit 925bb7e

File tree

1 file changed

+5
-0
lines changed
  • eng/code-quality-reports/src/main/resources/revapi

1 file changed

+5
-0
lines changed

eng/code-quality-reports/src/main/resources/revapi/revapi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@
355355
"code": "java.method.added",
356356
"new": "method java.time.Duration com.azure.core.util.HttpClientOptions::getConnectTimeout()",
357357
"justification": "New getter added in azure-core."
358+
},
359+
{
360+
"code": "java.method.defaultMethodAddedToInterface",
361+
"new": "method boolean com.azure.core.http.policy.RetryStrategy::shouldRetryException(java.lang.Throwable)",
362+
"justification": "New default method added in azure-core."
358363
}
359364
]
360365
}

0 commit comments

Comments
 (0)