-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
5.3.0.Final
-
None
There are some Spring catch all rules (springboot-generic-catchall-00100) that are triggered when a Spring artifact is identified providing there isn't already a hint for that artifact.
However we also have numerous rules (e.g. Rule Id embedded-framework-90000) that generate technology tags. Those rules create Information hints against the same artifacts. They both execute within the
PostMigrationRulesPhase
There is an <executeAfter> predicate that can be attached to rules (guide).
Let's try to orchestrate the rules execution order so the spring-generic-catchall-* rules always execute before the technology identification rules.