-
Notifications
You must be signed in to change notification settings - Fork 75
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
Jakarta EE 10 dependencies openrewrite recipe #772
base: master
Are you sure you want to change the base?
Conversation
…PRULE-909 # Conflicts: # rules/rules-reviewed/eap8/eap6/eap8.ejb.windup.xml # rules/rules-reviewed/eap8/eap6/tests/data/ejb/EJBContextMethodsTest.java # rules/rules-reviewed/eap8/eap6/tests/eap8.ejb.windup.test.xml
@m-brophy org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId: |
Hi @PhilipCattanach - The version value is an actual value - 2.1.X just means the latest minor version of the 2.1 version set, openrewrite works it out itself. The ChangeDependencyScope call removes the scope from the dependency if you don't provide it with a scope parameter so that's what that is doing. The reason it's there is that to migrate an app you first run the existing JavaxToJakarta recipe so that the imports etc get updated correctly but that provides a new dependency to fit the altered code, |
No description provided.