-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The RequiresModuleExecutionCondition attempts to match a path, which may end up returning the wrong path. For example, if something like org.jboss.resteasy.resteasy-client is the module name, might match org.jboss.resteasy.resteasy-client-microprofile because of the contains instead of looking for an exact match.