Jakarta EE 10 dependencies openrewrite recipe#772
Jakarta EE 10 dependencies openrewrite recipe#772m-brophy wants to merge 10 commits intowindup:masterfrom
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.