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
Add stable option for -H:AdditionalSecurityProviders
Is your feature request related to a problem? Please describe.
Starting with 23.1 using -H:AdditionalSecurityProviders results in a warning like the following:
Warning: The option '-H:AdditionalSecurityProviders=org.wildfly.security.password.WildFlyElytronPasswordProvider' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future.
Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it. The build output lists all active experimental options, including where they come from and possible alternatives. If you think an experimental option should be considered as stable, please file an issue.
Feature request
Add stable option for -H:AdditionalSecurityProviders
Is your feature request related to a problem? Please describe.
Starting with 23.1 using
-H:AdditionalSecurityProviders
results in a warning like the following:Four core Quarkus Extensions (security, elytron-security-jdbc, kafka-client, infinispan-client) rely on this option to define additional security providers.
Describe the solution you'd like.
Provide a stable way to define additional security providers, either making this option stable or adding a new API option.
Describe who do you think will benefit the most.
GraalVM users and developers of libraries and frameworks which depend on GraalVM
Describe alternatives you've considered.
Wrap it in
-H:+UnlockExperimentalVMOptions
and-H:-UnlockExperimentalVMOptions
.The text was updated successfully, but these errors were encountered: