We have a legacy project which has spring roo generated aspectj (aj) for the domain objects. These files contains javax import statements. I am using openrewrite to migrate to jakarta ee 10. However only the java files are being converted.
- Is there any provision to say consider *.aj file as well as part the jakarta ee 10 migration openrewrite recipe?
- Do I need to write a custom recipe to accomplish the same?