Skip to content

Commit

Permalink
Updated Dependency Migration Description to reflect that this migrate…
Browse files Browse the repository at this point in the history
…s Maven only right now. Added a TODO for Gradle
  • Loading branch information
ShatanikB committed Feb 7, 2024
1 parent af2b54f commit 9509f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/rewrite/javaee-to-quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ name: org.openrewrite.quarkus.quarkus2.JavaEEtoQuarkus2Migration
displayName: Migrate JavaEE to Quarkus 2
description: These recipes help with the migration of a JavaEE application using EJBs and Hibernate to Quarkus 2. Additional transformations like JSF, JMS, Quarkus Tests may be necessary.
recipeList:
# Migrate Dependencies
# Migrate Maven Dependencies
- org.openrewrite.quarkus.quarkus2.JavaEEtoQuarkus2MavenDependencyMigration
# TODO Migrate Gradle Dependencies
# Migrate Code
- org.openrewrite.quarkus.quarkus2.JavaEEtoQuarkus2CodeMigration

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.quarkus.quarkus2.JavaEEtoQuarkus2MavenDependencyMigration
displayName: Migrate JavaEE Maven and Gradle Dependencies to Quarkus 2
displayName: Migrate JavaEE Maven Dependencies to Quarkus 2
description: Upgrade Standard JavaEE dependencies to Quarkus 2 dependencies.
recipeList:
# Add Quarkus BOM
Expand Down

0 comments on commit 9509f27

Please sign in to comment.