Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Migration

Module containing OpenRewrite recipes for migrating Axon Framework applications.

Migrate to Axon Framework 4.x Javax

Maven

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
  -Drewrite.recipeArtifactCoordinates=org.axonframework:axon-migration:LATEST \
  -DactiveRecipes=org.axonframework.migration.UpgradeAxonFramework_4_Javax

Gradle

Requires a custom Gradle init script.

Migrate to Axon Framework 4.x Jakarta

Maven

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
  -Drewrite.recipeArtifactCoordinates=org.axonframework:axon-migration:LATEST \
  -DactiveRecipes=org.axonframework.migration.UpgradeAxonFramework_4_Jakarta

Gradle

Requires a custom Gradle init script.

Migrate to Axon Framework 4.x Jakarta and Spring Boot 3.2

Maven

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
  -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:LATEST,org.axonframework:axon-migration:LATEST \
  -DactiveRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2,org.axonframework.migration.UpgradeAxonFramework_4_Jakarta

Gradle

Requires a custom Gradle init script.