File tree Expand file tree Collapse file tree
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,13 +242,13 @@ recipeList:
242242 oldFullyQualifiedTypeName : javax.faces.bean.ManagedProperty
243243 newFullyQualifiedTypeName : jakarta.faces.annotation.ManagedProperty
244244 ignoreDefinition : true
245- - org.openrewrite.java.RemoveAnnotationAttribute :
246- annotationType : jakarta.faces.annotation.ManagedProperty
247- attributeName : name
248245 - org.openrewrite.java.ChangeType :
249246 oldFullyQualifiedTypeName : jakarta.faces.bean.ManagedProperty
250247 newFullyQualifiedTypeName : jakarta.faces.annotation.ManagedProperty
251248 ignoreDefinition : true
249+ - org.openrewrite.java.RemoveAnnotationAttribute :
250+ annotationType : jakarta.faces.annotation.ManagedProperty
251+ attributeName : name
252252 - org.openrewrite.java.ChangeType :
253253 oldFullyQualifiedTypeName : javax.faces.bean.NoneScoped
254254 newFullyQualifiedTypeName : jakarta.enterprise.context.Dependent
You can’t perform that action at this time.
0 commit comments