Skip to content

Commit

Permalink
Suppress new API additions from Core
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft committed Sep 9, 2021
1 parent 915f5ab commit 8f4552d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions eng/code-quality-reports/src/main/resources/revapi/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,19 @@
"justification": "New getter added in azure-core."
},
{
"code": "java.method.defaultMethodAddedToInterface",
"new": "method boolean com.azure.core.http.policy.RetryStrategy::shouldRetryException(java.lang.Throwable)",
"justification": "New default method added in azure-core."
"code": "java.method.defaultMethodAddedToInterface",
"new": "method boolean com.azure.core.http.policy.RetryStrategy::shouldRetryException(java.lang.Throwable)",
"justification": "New default method added in azure-core."
},
{
"code": "java.method.added",
"new": "method void com.azure.core.util.logging.ClientLogger::log(com.azure.core.util.logging.LogLevel, java.util.function.Supplier<java.lang.String>)",
"justification": "New method included in azure-core."
},
{
"code": "java.method.added",
"new": "method void com.azure.core.util.logging.ClientLogger::log(com.azure.core.util.logging.LogLevel, java.util.function.Supplier<java.lang.String>, java.lang.Throwable)",
"justification": "New method included in azure-core."
}
]
}
Expand Down

0 comments on commit 8f4552d

Please sign in to comment.