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] Migrating azsdk-java-rewrite-recipes development to azure-sdk-for-java/core/openrewrite #43805

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jairmyree
Copy link
Member

Bringing over the code from azure/azsdk-java-rewrite-recipes for visibility and branch protections during further development

… and branch protections during further development
@@ -0,0 +1,13 @@
# Release History
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should bring in these azure-ai-translation-text-v1/2 samples into this repo. We should just ensure we have full tests to fully cover all the scenarios in the open rewrite packages.

@@ -0,0 +1,102 @@
# Azure Code Migration with OpenRewrite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not have openrewrite package in sdk/core directory. It should be in sdk/tools directory.

import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.jetbrains.annotations.NotNull;
import org.openrewrite.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wildcards in imports should not be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants