Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenRewrite recipes for moving usages from azure-core to io.clientcore #40817

Open
6 tasks
samvaity opened this issue Jun 25, 2024 · 0 comments
Open
6 tasks
Assignees
Labels
needs-triage This is a new issue that needs to be triaged to the appropriate team.

Comments

@samvaity
Copy link
Member

OpenRewrite recipes for Azure core to io.clientcore

  • Port exception types to extend from io.clientcore - HttpResponseException
  • Port v2 annotation usages from get, Delete to io.clientcore - HttpRequestInformation
  • Create union of Configuration class from com.azure and io.clientcore Configuration classes.
  • Create migration rules for porting to io-clientcore - implements JsonSerializable model classes currently in azure-core

Refactor classes to adapt to clientcore workflow

  • Paging classes - Refactor to using sync workflow
  • xmlSerializable support with azure-xml?
@samvaity samvaity self-assigned this Jun 25, 2024
@github-actions github-actions bot added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
Development

No branches or pull requests

1 participant