Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EnabledForMavenVersion/DisabledForMavenVersion handling different version combinations #421

Closed
khmarbaise opened this issue Dec 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@khmarbaise
Copy link
Owner

It should be possible to support things like @EnabledForMavenVersion(M3) which means to enable that test for all Maven version 3.X while @EnabledForMavenVersion(M3_1) enables a test for Maven version 3.1.X and things like @EnabledForMavenVersion(M3_9_6) for a particular Maven version 3.9.6. That is neccesary to handle cases where test run on Maven 3.8.X but not on Maven 3.9.X or Maven 4.0.X

This is related to #418 and #325

@khmarbaise khmarbaise added the enhancement New feature or request label Dec 24, 2023
@khmarbaise khmarbaise added this to the itf-extension-0.13.0 milestone Dec 24, 2023
@khmarbaise khmarbaise self-assigned this Dec 24, 2023
khmarbaise added a commit that referenced this issue Dec 24, 2023
khmarbaise added a commit that referenced this issue Dec 24, 2023
…different version combinations

 - This fixes also the issue #418 and #325
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant