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.annotation 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)
annotations need to be changed to clientcore version.
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))
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.annotation
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))
The text was updated successfully, but these errors were encountered: