You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using maven 3.8.6, see plugin version above.
Recepie: org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration
Dependency: org.openrewrite.recipe:rewrite-spring:4.35.0
Is your project public? Nope. unfortunately not. But it is a multi-module project with hundreds of maven modules.
What is the smallest, simplest way to reproduce the problem?
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:07 h
[INFO] Finished at: 2023-06-16T18:02:23+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.openrewrite.maven:rewrite-maven-plugin:5.2.1:run (default-cli) on project project-aggregator: Execution default-cli of goal org.openrewrite.maven:rewrite-maven-plugin:5.2.1:run failed: An API incompatibility was encountered while executing org.openrewrite.maven:rewrite-maven-plugin:5.2.1:run: java.lang.IncompatibleClassChangeError: org.openrewrite.Recipe and org.openrewrite.Recipe$AdHocRecipe disagree on InnerClasses attribute
What is the full stack trace of any errors you encountered?
java.lang.IncompatibleClassChangeError: org.openrewrite.Recipe and org.openrewrite.Recipe$AdHocRecipe disagree on InnerClasses attribute
Closing due to inactivity & use of incompatible versions of the plugin versus individual modules. We already separately track documenting compatible versions, so there's likely no further improvements to be had here.
What version of OpenRewrite are you using?
I am using rewrite-maven-plugin:5.2.1
How are you running OpenRewrite?
I am using maven 3.8.6, see plugin version above.
Recepie: org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration
Dependency: org.openrewrite.recipe:rewrite-spring:4.35.0
Is your project public? Nope. unfortunately not. But it is a multi-module project with hundreds of maven modules.
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
BUILD SUCCESS
What did you see instead?
What is the full stack trace of any errors you encountered?
Are you interested in contributing a fix to OpenRewrite?
nope. We integrated openrewrite into devonfw-ide and I now wanted to do a real life test that unfortunately failed.
The text was updated successfully, but these errors were encountered: