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

Port OpenRewrite to Main #43884

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

Conversation

jairmyree
Copy link
Member

This PR moves the work done within the azure/azsdk-java-rewrite-recipes in this repository for continued development of Azure OpenRewrite

sdk/tools/azure-openrewrite/pom.xml Outdated Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Outdated Show resolved Hide resolved
sdk/tools/azure-openrewrite/README.md Outdated Show resolved Hide resolved
sdk/tools/pom.xml Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Outdated Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Outdated Show resolved Hide resolved
@jairmyree jairmyree requested a review from srnagar January 22, 2025 23:20
sdk/tools/azure-openrewrite/MIGRATION.md Outdated Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Outdated Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Outdated Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Show resolved Hide resolved
sdk/tools/azure-openrewrite/pom.xml Show resolved Hide resolved
@jairmyree jairmyree requested review from srnagar and samvaity January 23, 2025 19:48
@@ -484,6 +484,7 @@ io.clientcore:core;1.0.0-beta.1;1.0.0-beta.2
io.clientcore:http-okhttp3;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:http-stress;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-openrewrite;1.0.0-beta.1;1.0.0-beta.1
Copy link
Member

Choose a reason for hiding this comment

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

nit: add this with the rest of the com.azure packages sorted alphabetically.

Comment on lines 39 to 46
<!-- You only need the version that corresponds to your current
Java version. It is fine to add all of them, though, as
they can coexist on a classpath. -->
<dependency>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-java-17</artifactId>
<scope>runtime</scope>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

Does this mean we should have dependencies for all versions ranging from 8 to 23 because user apps could be on any of these versions?

@jairmyree
Copy link
Member Author

@srnagar I will further confirm but I believe this dependency is necessary for developing recipes, not running them. So, we would only need the one that supports our Java baseline.

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.

4 participants