Skip to content

Conversation

MBoegers
Copy link

Test class relocation and dependency management:

Added a new rewrite recipe file moved-test-classes.yml to automate the relocation of test support classes to new packages and artifacts, including adding test dependencies for both JUnit 4 and JUnit 5 (operaton-engine with appropriate classifiers) and updating type mappings for mock classes (Mocks and MockExpressionManager).

Should fix #164.

Utility class migration:

Updated the type mapping in change-type.yml to migrate references from org.camunda.bpm.engine.impl.util.CollectionUtil to org.operaton.commons.utils.CollectionUtil.

Should fix #165.

Copy link

- org.openrewrite.java.dependencies.AddDependency:
groupId: org.operaton.bpm
artifactId: operaton-engine
version: 1.0.+
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as 1.0.0 is not release we need to stick with the current pre-release version (1.0.0-beta-5, 1.0.0-rc-1-SNAPSHOT).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry yes you are right, 1.0.+ cannot deal with non semantic version additions. Will adjust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move CollectionUtil Add recipe for move of TestHelper
2 participants