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

Drop getRequiredFeatures method from io.quarkus.runner.Feature #27263

Merged

Commits on Aug 12, 2022

  1. Drop getRequiredFeatures method from io.quarkus.runner.Feature

    In quarkusio#25976 we switched from
    using the @AutomaticFeature annotation to explicitly passing the
    required features using the --features parameter.
    
    Given that `@AutomaticFeature`s (including the `SerializationFeature`) are
    always registered before non-automatic ones there is no longer the need
    to have an explicit dependency on `SerializationFeture`.
    zakkak committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    fee232a View commit details
    Browse the repository at this point in the history