Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dependency-Management Dependencies #34

Open
MBoegers opened this issue Nov 28, 2024 · 0 comments
Open

Add Dependency-Management Dependencies #34

MBoegers opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MBoegers
Copy link

What problem are you trying to solve?

The Operaton Project forked Camunda 7 and plans to provide an easy migration for potential users, their efforts are open via operaton/migrate-from-camunda-recipe.
One problem is to migrate the dependencies from the Camunda namespace to the Operaton namespace.
While writing test, it occurred that the dependency managent recipes and tooling are not fully managed by the org.openrewrite.recipe:rewrite-recipe-bom artifact.

Needed additions to develop/test Maven and Gradle migrations:

  • org.openrewrite.gradle.tooling:model
  • org.codehaus.groovy:groovy, scope test
  • org.gradle:gradle-tooling-api, scope test

Describe the solution you'd like

Manage the needed dependencies for framework developer to lower the barrier.

Have you considered any alternatives or workarounds?

Manual adding and writing a specially shaped documentation could be a workaround.

Additional context

@MBoegers MBoegers added the enhancement New feature or request label Nov 28, 2024
@timtebeek timtebeek moved this to Backlog in OpenRewrite Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant