📄️ Find Deprecated Methods and Classes
To identify all uses of deprecated methods, classes, and other deprecated elements in your codebase, you can use the OpenRewrite recipe org.openrewrite.java.search.FindDeprecatedUses from rewrite-java.
📄️ Dependency Insight
To identify where a specific dependency is being used in your project, including its transitive dependencies and version conflicts, you can use the OpenRewrite recipe org.openrewrite.java.dependencies.DependencyInsight from rewrite-java-dependencies.
📄️ Find Relocated Dependencies
To identify dependencies in your project that have been relocated to new group IDs or artifact IDs, you can use the OpenRewrite recipe org.openrewrite.java.dependencies.RelocatedDependencyCheck from rewrite-java-dependencies.