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

Add global customizer and filters #1616

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    22990c9 View commit details
    Browse the repository at this point in the history
  2. Declare the most specific return type possible on some bean declaration

    This is safer for components that implement several interfaces or for
    components potentially referred to by their implementation type (see
    'Declaring a bean' on spring core documentation)
    christophejan committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    76b1abb View commit details
    Browse the repository at this point in the history
  3. Interact only with bean definition during bean registration phase

    - register bean definition rather than bean instance
    - do not require GroupedOpenApi beans instances anymore for
    SpringdocActuatorBeanFactoryConfigurer bean registrations
    
    This will prevent any premature bean instantiation, violating the
    container and causing unintended side-effects (see
    BeanFactoryPostProcessor documentation)
    christophejan committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    f140ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d4b5f5 View commit details
    Browse the repository at this point in the history