File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ recipeList:
5151 groupId : com.google.inject
5252 artifactId : guice
5353 newVersion : 5.x
54+ - org.openrewrite.java.migrate.AddLombokMapstructBinding
5455
5556---
5657type : specs.openrewrite.org/v1beta/recipe
@@ -285,3 +286,24 @@ recipeList:
285286 methodPattern : ' java.lang.Runtime traceInstructions(boolean)'
286287 - org.openrewrite.java.RemoveMethodInvocations :
287288 methodPattern : ' java.lang.Runtime traceMethodCalls(boolean)'
289+ ---
290+ type : specs.openrewrite.org/v1beta/recipe
291+ name : org.openrewrite.java.migrate.AddLombokMapstructBinding
292+ displayName : Add lombok-mapstruct-binding when both MapStruct and Lombok are used
293+ description : Add lombok-mapstruct-binding when both MapStruct and Lombok are used.
294+ tags :
295+ - java17
296+ preconditions :
297+ - org.openrewrite.java.dependencies.DependencyInsight :
298+ groupIdPattern : org.projectlombok
299+ artifactIdPattern : lombok
300+ - org.openrewrite.java.dependencies.DependencyInsight :
301+ groupIdPattern : org.mapstruct
302+ artifactIdPattern : mapstruct
303+ recipeList :
304+ - org.openrewrite.gradle.AddDependency :
305+ groupId : org.projectlombok
306+ artifactId : lombok-mapstruct-binding
307+ version : 0.2.0
308+ configuration : annotationProcessor
309+ acceptTransitive : false
You can’t perform that action at this time.
0 commit comments