We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/scenarios/annotations/DisabledOnFipsAndJava17.java that is not used anymore and it is unlikely a new bug comes that is specific for Java 17 and FIPS. We should transform it into @DisabledOnFipsAndNative that is currently repeated twice in our TS:
@DisabledOnFipsAndNative
Maybe make it bit more flexible, like FIPS and some other condition that is added as value? Only @DisabledOnFipsAndNative is required by this issue.
FIPS
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We have https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/scenarios/annotations/DisabledOnFipsAndJava17.java that is not used anymore and it is unlikely a new bug comes that is specific for Java 17 and FIPS. We should transform it into
@DisabledOnFipsAndNative
that is currently repeated twice in our TS:Maybe make it bit more flexible, like
FIPS
and some other condition that is added as value? Only@DisabledOnFipsAndNative
is required by this issue.The text was updated successfully, but these errors were encountered: