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

Migrate to new Spring Boot auto configuration introduced in spring bo… #1778

Merged
merged 4 commits into from
Sep 11, 2022
Merged

Commits on Sep 10, 2022

  1. Migrate to new Spring Boot auto configuration introduced in spring bo…

    …ot 2.7. The existing spring.factories support will be removed in spring boot 3 so this will make sure that the autoconfiguration will still work in when upgrading to spring boot 3.
    aspan committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    ee081bd View commit details
    Browse the repository at this point in the history
  2. Revert removing of spring.factories and change the @autoConfiguration

    …annotation to @configuration(proxyBeanMethods = false) since @autoConfiguration is not available in spring boot 2.6.
    aspan committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    1951392 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Merge branch 'main' into main

    remkop committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    88356a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    remkop committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    47ead78 View commit details
    Browse the repository at this point in the history