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

optimize: spring boot compatible with file.conf and registry.conf (#6811) #6828

Open
wants to merge 16 commits into
base: 2.x
Choose a base branch
from

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    9203551 View commit details
    Browse the repository at this point in the history
  2. add change

    lyl2008dsg committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    57aee15 View commit details
    Browse the repository at this point in the history
  3. handle references

    lyl2008dsg committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    da81dea View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    99e50a2 View commit details
    Browse the repository at this point in the history
  2. license header

    lyl2008dsg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3515ea9 View commit details
    Browse the repository at this point in the history
  3. fixed Refactored loadSessionAndLockModes to use ifPresent instead of …

    …orElse for setting system properties.
    lyl2008dsg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8837d11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1c6769 View commit details
    Browse the repository at this point in the history
  5. remove unuse import

    lyl2008dsg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f92343e View commit details
    Browse the repository at this point in the history
  6. Add unit tests for ConfigurationFactory to verify configuration loadi…

    …ng from file.conf and registry.conf
    lyl2008dsg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3140784 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. merge 2.x

    lyl2008dsg committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    58c5867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2d72f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473ff27 View commit details
    Browse the repository at this point in the history
  4. add head

    lyl2008dsg committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    cda9a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. merge 2.x

    lyl2008dsg committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d837845 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Ensures springConfigurableEnvironment is available for getConfigFromE…

    …nvironment calls, addressing the loading timing issue.
    lyl2008dsg committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    44152ac View commit details
    Browse the repository at this point in the history
  2. sync 2.x

    lyl2008dsg committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e4af159 View commit details
    Browse the repository at this point in the history