You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
More than one requirement matcher of the same class returned in collection in RequirementRestriction annotated method are evaluated as in OR relation. Thus, there is more configurations returned than it should from cartesian product of requirement combination. In this line, code is iterating over each passed requirement, but it should be grouped by configuration class of the requirement and tested whether all attributes of requirement matcher fulfills the condition.
The text was updated successfully, but these errors were encountered:
More than one requirement matcher of the same class returned in collection in RequirementRestriction annotated method are evaluated as in OR relation. Thus, there is more configurations returned than it should from cartesian product of requirement combination. In this line, code is iterating over each passed requirement, but it should be grouped by configuration class of the requirement and tested whether all attributes of requirement matcher fulfills the condition.
The text was updated successfully, but these errors were encountered: