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

Enhance AOT-Support (Issue#3171) #3193

Merged
merged 11 commits into from
Mar 19, 2024

Commits on Dec 23, 2023

  1. Enhance AOT-Support (Issue#3171)

    replace registerBeanDefinition callback with a factoryMethod
    split out a RouterFunctionHolderFactory from the Registrar class and provide its bean in the AutoConfiguration
    set refresh scope on the RouterFunctionHolder bean only if RefreshScope bean in context and add warning
    wisskirchenj committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f2753a2 View commit details
    Browse the repository at this point in the history
  2. Enhance AOT-Support (Issue#3171)

    update outdated comment
    wisskirchenj committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    11d9f66 View commit details
    Browse the repository at this point in the history
  3. Enhance AOT-Support (Issue#3171)

    add runtimeHintsRegistrar to allow externalized route configuration
    wisskirchenj committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5ff8986 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    238a91b View commit details
    Browse the repository at this point in the history
  2. remove warn

    wisskirchenj committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ff32c4d View commit details
    Browse the repository at this point in the history
  3. Enhance AOT-Support (Issue#3171)

    revert accidental reordering of imports
    wisskirchenj committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b9fe5fe View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge branch 'main' into aot-split-out-factory

    # Conflicts:
    #	spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/config/GatewayMvcPropertiesBeanDefinitionRegistrar.java
    wisskirchenj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c30e20b View commit details
    Browse the repository at this point in the history
  2. Enhance AOT-Support (Issue#3171)

    resolve merge conflicts
    wisskirchenj committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5680b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80fa250 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97d8bf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a2cbcd View commit details
    Browse the repository at this point in the history