-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
In some places we build process engines unnecessarily often, which is expensive because it requires MyBatis to parse the mappers.
Example: Usage of ProcessEngineBootstrapRule as a method rule instead of a class rule.
PR: https://github.com/camunda/camunda-bpm-platform/pull/470