You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for the discussion and tracking of tasks related to the migration to io.clientcore.core.http.exception using OpenRewrite recipes.
Module Changes
This list indicates a set of changes characterized by a translation of fully-qualified types. (ex. com.azure.core.module-name to io.clientcore.module-name)
API Changes
This list indicates a set of changes characterized by a translation of functionality exposed via the public API. (ex. client.setString(String value) -> client.setEnum(EnumType type))
Replace all caught core v1 exceptions with RuntimeException
Replace try/ catch on HttpRequestException with RuntimeException
Replace custom extension from HttpResponseException with clientcore variant
Replace core v1 exception extensions with RuntimeException
HttpResponseException.getResponse() will return Response<T> instead of HttpResponse<T>
The text was updated successfully, but these errors were encountered:
This issue is for the discussion and tracking of tasks related to the migration to
io.clientcore.core.http.exception
using OpenRewrite recipes.Module Changes
This list indicates a set of changes characterized by a translation of fully-qualified types.
(ex. com.azure.core.
module-name
to io.clientcore.module-name
)API Changes
This list indicates a set of changes characterized by a translation of functionality exposed via the public API.
(ex. client.setString(String value) -> client.setEnum(EnumType type))
Response<T>
instead ofHttpResponse<T>
The text was updated successfully, but these errors were encountered: